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
Upload workflow-gguf-node.json with huggingface_hub
Browse files- workflow-gguf-node.json +1 -0
workflow-gguf-node.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"last_node_id":6,"last_link_id":0,"nodes":[{"id":3,"type":"DualClipLoaderGGUF","pos":[1475.482666015625,271.8738708496094],"size":[349.320068359375,108.6399917602539],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":null}],"properties":{"Node name for S&R":"DualClipLoaderGGUF"},"widgets_values":["clip_l.safetensors","llava_llama3_fp8_scaled.safetensors","sdxl"]},{"id":2,"type":"ClipLoaderGGUF","pos":[1472.8436279296875,127.55382537841797],"size":[344.919921875,82],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":null}],"properties":{"Node name for S&R":"ClipLoaderGGUF"},"widgets_values":["t5xxl_fp16-q4_0.gguf","stable_diffusion"]},{"id":4,"type":"TripleClipLoaderGGUF","pos":[1486.043701171875,439.9538879394531],"size":[338.7599792480469,106],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":null}],"properties":{"Node name for S&R":"TripleClipLoaderGGUF"},"widgets_values":["clip_l.safetensors","clip_g.safetensors","t5xxl_fp16-q4_0.gguf"]},{"id":6,"type":"GGUFSave","pos":[1104.122802734375,476.0335998535156],"size":[359,58],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[],"properties":{"Node name for S&R":"GGUFSave"},"widgets_values":["ltx-video-2b-v0.9.safetensors"]},{"id":5,"type":"LoaderGGUFAdvanced","pos":[1098.842529296875,265.7139587402344],"size":[358.1200256347656,132.63999938964844],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":null}],"properties":{"Node name for S&R":"LoaderGGUFAdvanced"},"widgets_values":["ltx-video-2b-v0.9.1-q4_0.gguf","default","default",false]},{"id":1,"type":"LoaderGGUF","pos":[1090.9227294921875,135.47386169433594],"size":[361.6400451660156,59.760009765625],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":null}],"properties":{"Node name for S&R":"LoaderGGUF"},"widgets_values":["aura_flow_0.3-q4_0.gguf"]}],"links":[],"groups":[],"config":{},"extra":{"ds":{"scale":0.9090909090909091,"offset":[-570.8428417949807,-37.10637443542563]}},"version":0.4}
|