Nodes Browser

ComfyDeploy: How ComfyUI-EasyUrlLoader works in ComfyUI?

What is ComfyUI-EasyUrlLoader?

Simple 4k YT Downloader Through URL

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-EasyUrlLoader and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

EasyUrlLoader

A simple YT downloader node for ComfyUI using video Urls.
image
Needed a faster way to download YT videos when using comfyUI and testing new tech.
Will get the best resolution for the video so works great when running a video through a CN for a vid2vid pass.

CONS & PROS

Cons
User needs to go to downloads inside the custom node and see the FPS of downloaded videos
User needs to do math when only wanting small parts of a YT video
Only works for YT URLs for now
Pros
Faster than using other 3rd party downloaders and needing to trasnfer files around
Will try to get 4k video compared to most other 3rd party downloaders only doing 1080.
After download user can move YT video to other video editing APPS for cliping etc.
For users will no ad block this makes getting YT videos easier

Dependencies

'yt_dlp' py lib

Installation

ComfyUI-Manager (rec)
Can be downloaded from ComfyUI-manager
IF using Windows Port version
ComfyUI Folder
pip install yt_dlp
Inside Custom_nodes Folder
git clone https://github.com/Apache0ne/ComfyUI-EasyUrlLoader.git
IF using Matrix
Inside venv\Scripts
activate
pip install yt_dlp
Inside Custom_nodes Folder
git clone https://github.com/Apache0ne/ComfyUI-EasyUrlLoader.git