ComfyUI-PyramidFlowWrapper

ComfyUI-PyramidFlowWrapper
★ 368

视频生成Pyramid-Flow低显存优化模型与VAE集成
将Pyramid-Flow视频扩散模型集成进ComfyUI,便于加载模型与VAE,支持fluxmini低显存(7GB)运行并生成短视频约5秒。
💡 在ComfyUI中调用Pyramid-Flow生成短视频,支持7GB显存的fluxmini运行。
🍴 17 Forks💻 Python🔄 2024-11-15
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
📦 requirements.txt
diffusers>=0.30.1
accelerate>=0.30.0
einops
packaging
sentencepiece>=0.2.0
timm>=0.6.12
numpy<=1.26.4
protobuf>=4.25.4
transformers>=4.44.2
📄 README

ComfyUI wrapper nodes for Pyramid-Flow

UPDATE

As the first Flux version is out, I’m dropping the SD3 support and refactored the whole thing, if you still want to use the old nodes they are archived in the legacy branch

The fluxmini version can run with 7GB VRAM, currently it only supports 5 second videos (temp 16).

Fp8 severely reduces quality and is not recommended, only use it if you must.

Download models from:

https://huggingface.co/Kijai/pyramid-flow-comfy/tree/main

To ComfyUI/models/diffusion_models and ComfyUI/models/vae

https://github.com/user-attachments/assets/1372549a-4b4e-4569-a062-8f72880e8c4e

https://github.com/user-attachments/assets/d0bd38eb-6378-4cfa-ae55-1b4498b7ce84

Original repo: https://github.com/jy0205/Pyramid-Flow