yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.11k stars 78 forks source link

Add easy fluxLoader to support the nf4 flux checkpoint #303

Closed yolain closed 3 months ago

yolain commented 3 months ago

Credit by

ComfyUI_bitsandbytes_NF4

How to use 如何使用

  1. Download nf4 flux checkpoints model (下载flux nf4量化版本模型 放置 /models/checkpoints)

Download dev model

Download others model

  1. Upgrade comfy to latest reversion (将ComfyUI主程序更新到最新的修订版本)

  2. Requires installing bitsandbytes>=0.43.3 (安装所需依赖 bitsandbytes>=0.43.3版本)

    pip install bitsandbytes>=0.43.3

Simple Workflow Example 简单的工作流示例

1.Use bnb nf4 ckpt version (使用flux bnb nf4量化版本)

Download EasyUse_flux_bnb_nf4_t2i.json

截屏2024-08-12 15 17 45

2.Use single unet、clip、vae to load (使用单独的unet、clip、vae加载)

Download EasyUse_flux_fp8_t2i.json

截屏2024-08-12 15 35 53
wdcodecn commented 2 months ago

how to use gguf with https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main

wdcodecn commented 2 months ago

如何使用 gguf 和 https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main

微信截图_20240922172943

Thanks .