Instructions to use spooknik/PixelWave-SVDQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use spooknik/PixelWave-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/PixelWave-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
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files
PixelWave-FluxD-int4/transformer_blocks.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46221e1a45622225fcea50ba93cfba82918366020615fb26855511575214f3c3
|
| 3 |
+
size 6640056352
|
PixelWave-FluxD-int4/unquantized_layers.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:014332a56e33747f21d8cd684f6176e9d77bd4b13b30a45c9aac95ac6cba586f
|
| 3 |
+
size 128252144
|
PixelWave-FluxD_FP4/transformer_blocks.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09769450d2e0eb701de3fe31d11cc1ac54d0e170942100a31c40d6dff6577ade
|
| 3 |
+
size 6910453360
|
PixelWave-FluxD_FP4/unquantized_layers.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:014332a56e33747f21d8cd684f6176e9d77bd4b13b30a45c9aac95ac6cba586f
|
| 3 |
+
size 128252144
|