ComfyUI-ZZXYWQ

ComfyUI-ZZXYWQ
★ 23

图像编辑线稿撤销视频处理ComfyUI拓展
包含StreamRecorder、VideoFormatConverter与ZZX_PaintsUndo节点;ZZX_PaintsUndo可逐步撤销线稿以回溯修正,当前一次输出三张图片。
💡 在绘图流程中逐步撤销线稿以修复错误
🍴 7 Forks💻 Python🔄 2024-07-19
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
diffusers==0.28.0
transformers==4.41.1
gradio==4.31.5
bitsandbytes==0.43.1
accelerate==0.30.1
protobuf==3.20
opencv-python
tensorboardX
safetensors
pillow
einops
torch
peft
xformers
onnxruntime
av
torchvision
menu
📄 README

ZZX Nodes

=====

ZZX_PaintsUndo

==

Original author https://github.com/lllyasviel/Paints-UNDO

Reference to the original author’s file, now you can undo the line drawing, set it to black if there is a problem.

Known bugs:

Three pictures will be output at a time.

Plan:

✓Undo each part of the line drawing (picture)

xUndo coloring (picture)

x (video)

Node file: ZZX_PaintsUndo.py, there are some comments and some attempts (some useless attempts were not deleted)

原作者https://github.com/lllyasviel/Paints-UNDO

引用原作者文件,现在可以撤销线稿,设置若有问题则输出为黑.

已知bug:

一次会输出三张图。

计划:

✓撤销成为 线稿各部分(图片)

x撤销着色(图片)

x(视频)

节点文件:ZZX_PaintsUndo.py,有一些注释和一些尝试(没删干净一些无用尝试)

2.StreamRecorder

==

A streaming media receives a local recording node:

Streaming formats available: rtmp, .m3u8.

Optional formats: mp4, mov, mkv, avi.

Optional encoding: av1, h264, h265.

Optional: whether to use local time,If yes, then this start_time takes effect, the time inside is hours/minutes/seconds.

Optional: recording time (slider).

Optional: whether to use cuda.

一个流媒体收到录本地的节点:

可输入流媒体格式:rtmp,.m3u8。

可选格式:mp4,mov,mkv,avi。

可选编码:av1,h264,h265。

可选:是否使用本地时间,

如果是,则这start_time生效,里面的时间是时/分/秒。

可选:录制时间(滑块)。

可选:是否使用cuda。

AVI (avi): h264

MOV (mov): h264, hevc

MKV (mkv): av1, h264, hevc

MP4 (mp4): av1, h264, hevc

HLS (hls): av1, h264, hevc

DASH (dash): av1, h264, hevc

MSS (mss): av1, h264, hevc

SRT (srt): h264, hevc

FLV (flv): h264

WebM (webm): av1, h264

RTMP (rtmp): h264

RTSP (rtsp): h264, hevc

M3U8 (m3u8): av1, h264, hevc

1.VideoFormatConverter:

==

A video transcoding node:

Optional formats: mp4, mov, mkv, avi.

Optional encoding: av1, h264, h265.

Optional frame rate: 8, 15, 24, 25, 30, 50, 59, 60, 120.

Optional width and height: (not listed one by one).

Optional audio: mp3, aac.

Optional frequency: 44100, 48000.

一个视频转码的节点:

可选格式:mp4,mov,mkv,avi。

可选编码:av1,h264,h265。

可选帧率:8,15,24,25,30,50,59,60,120。

可选宽高:(不一一列举)。

可选音频:mp3,aac。

可选频率:44100,48000。

welcome

==

Options can be added to the above nodes,

Please give feedback if you have any questions

以上节点均可添加选项,

有问题请反馈