WORK IN PROGRESS! unfinished but am currently updating as i correct issues.
REQUIRES 'bitsandbytes' and 'accelerate' (use pip install command to get both)
I recoded smthemex's nodes to fit gguf format for the clip and the nf4 model of the transformer.
- In the ./ComfyUI/custom_nodes directory, run the following:
pip install bitsandbytes
pip install accelerate
git clone https://github.com/RealRebelAI/ComfyUI_JoyAI_Image
pip install -r requirements.txt
├── ComfyUI/models/
| ├── diffusion_models/
| ├──transformer_nf4.safetensors
| ├── vae/
| ├──Wan2.1_VAE.pth
| ├── clip
| ├── JoyAI_Image_Und_merger_bf16.safetensors
4.Example
@article{JoyAI2023,}