Instructions to use calcuis/gguf-node with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use calcuis/gguf-node with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("calcuis/gguf-node", dtype=torch.bfloat16, device_map="cuda") prompt = "anime style anime girl with massive fennec ears and one big fluffy tail, she has blonde long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress, walking slowly to the front with sweetie smile, holding a fancy black forest cake with candles on top in the kitchen of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,8 @@ pipeline_tag: image-to-video
|
|
| 31 |

|
| 32 |
locate **gguf** from Add Node > extension dropdown menu (between 3d and api; second last option)
|
| 33 |
|
|
|
|
|
|
|
| 34 |
### **setup (in general)**
|
| 35 |
- drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
|
| 36 |
- drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
|
|
|
|
| 31 |

|
| 32 |
locate **gguf** from Add Node > extension dropdown menu (between 3d and api; second last option)
|
| 33 |
|
| 34 |
+
[<img src="https://raw.githubusercontent.com/calcuis/comfy/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf)
|
| 35 |
+
|
| 36 |
### **setup (in general)**
|
| 37 |
- drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
|
| 38 |
- drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
|