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
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ base_model:
|
|
| 16 |
This repository contains Nunchaku-quantized (SVDQ) versions of [PixelWave](https://civitai.com/models/141592/pixelwave), a text-to-image model based on Flux.1 Dev by [humblemikey](https://civitai.com/user/humblemikey)
|
| 17 |
|
| 18 |
Model Files
|
| 19 |
-
- [
|
| 20 |
- [svdq-fp4_r32-pixelwave-schnell-04.safetensors](https://huggingface.co/spooknik/PixelWave-SVDQ/blob/main/svdq-fp4_r32-pixelwave-schnell-04.safetensors): SVDQuant NVFP4 (rank 32) PixelWave FLUX.1-schnell 04. For users with Blackwell GPUs (50-series).
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
This repository contains Nunchaku-quantized (SVDQ) versions of [PixelWave](https://civitai.com/models/141592/pixelwave), a text-to-image model based on Flux.1 Dev by [humblemikey](https://civitai.com/user/humblemikey)
|
| 17 |
|
| 18 |
Model Files
|
| 19 |
+
- [svdq-int4_r32-pixelwave-schnell-04.safetensors](https://huggingface.co/spooknik/PixelWave-SVDQ/blob/main/svdq-int4_r32-pixelwave-schnell-04.safetensors): SVDQuant INT4 (rank 32) PixelWave FLUX.1-schnell 04. For users with non-Blackwell GPUs (pre-50-series).
|
| 20 |
- [svdq-fp4_r32-pixelwave-schnell-04.safetensors](https://huggingface.co/spooknik/PixelWave-SVDQ/blob/main/svdq-fp4_r32-pixelwave-schnell-04.safetensors): SVDQuant NVFP4 (rank 32) PixelWave FLUX.1-schnell 04. For users with Blackwell GPUs (50-series).
|
| 21 |
|
| 22 |
|