Simple 4k YT Downloader Through URL
A simple YT downloader node for ComfyUI using video Urls.
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
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
'yt_dlp' py lib
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