Instructions to use spooknik/Project0-SVDQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use spooknik/Project0-SVDQ with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("spooknik/Project0-SVDQ", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files
p0-flux-krea-fp4/transformer_blocks.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c833ace641a228018a1b59c9839099762e72ab29d40023815257e07951bf1ce
|
| 3 |
+
size 6910453360
|
p0-flux-krea-fp4/unquantized_layers.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4c3cc8e7efaf1df9608e52c3732b8ab55dd1fe92e2e59ec2e66e62d050297c3
|
| 3 |
+
size 128252144
|
p0-flux-krea-int4/transformer_blocks.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38510543750ae15719bb24f0f99eef949864fcd03171d0014949b2df59b46103
|
| 3 |
+
size 6640056352
|
p0-flux-krea-int4/unquantized_layers.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4c3cc8e7efaf1df9608e52c3732b8ab55dd1fe92e2e59ec2e66e62d050297c3
|
| 3 |
+
size 128252144
|