An open API service indexing awesome lists of open source software.

https://github.com/christian-byrne/youtube-dl-comfyui

Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically
https://github.com/christian-byrne/youtube-dl-comfyui

comfyui-nodes

Last synced: 2 months ago
JSON representation

Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically

Awesome Lists containing this project

README

        

# youtube-dl-comfyui

Download media from url.

![alt text](docs/pictures/demo.png)

![alt text](docs/pictures/demo-qq.png)

![alt text](docs/pictures/demo-vimeo.png)

## Install

1. `cd` to `ComfyUI/custom_nodes`
1. `git clone` this repository
2. `cd` into the repository
3. `pip install -r requirements.txt`

## Usage

If you provide a link to a playlist, the videos from `playlist_start` to `playlist_end` will be downloaded and output in a batch.

You can use any of the [yt-dlp cli args](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#usage-and-options) for configuration.

### 使用代理 Use with Proxy

你可以简单地将以下命令添加到 `yt_dlp_cli_args` 文本框中:

```bash
--proxy "socks5://127.0.0.1:1080"
```

[所有代理选项](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#network-options)   |   [地理限制选项](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#geo-restriction)。

## Requirements

```
yt-dlp
```