ComfyUI Extension: ComfyUI-EasyUrlLoader

Authored by Apache0ne

Created

Updated

2 stars

Simple 4k YT Downloader Through URL

Custom Nodes (0)

    README

    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