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 flux1-schnell-q4_0.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- flux1-schnell-q4_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ sd3.5_large_turbo-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
sd3.5_medium-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
t5xxl_fp16-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
aura_flow_0.3-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
sd3.5_medium-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
t5xxl_fp16-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
aura_flow_0.3-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
flux1-schnell-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
flux1-schnell-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:656609b1b7ba8ca81509d3d8879600f03a04f684be738054242e8825c34635e3
|
| 3 |
+
size 6884607008
|