Diffusers
Safetensors
OrbitQuantComponentArtifact
orbitquant
quantized
diffusion-transformer
8-bit precision
Instructions to use WaveCut/FLUX.1-schnell-OrbitQuant-W2A3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/FLUX.1-schnell-OrbitQuant-W2A3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/FLUX.1-schnell-OrbitQuant-W2A3", 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
Refresh model-card checksum
Browse files- SHA256SUMS +1 -1
SHA256SUMS
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
5b404888dacf6cca5a4e728d64f8dd5440b7eca7e8c2d3a4ffb128e3d868ec85 assets/image_generation_comparison_matrix.webp
|
| 3 |
4b74e055132a34e4a83f8bc590be5536dbb97dd968e574a9619b8e3cbc7499c0 benchmark/summary.json
|
| 4 |
14237f857f9b7e67f0ede60cf8f3b7a86b77a0af331862b4f76e128d6d89f6e6 model.safetensors
|
|
|
|
| 1 |
+
9a02dd5d9bc80f9c0f795f0c01086802225d2f18410416fa19ad21702fe66aa7 README.md
|
| 2 |
5b404888dacf6cca5a4e728d64f8dd5440b7eca7e8c2d3a4ffb128e3d868ec85 assets/image_generation_comparison_matrix.webp
|
| 3 |
4b74e055132a34e4a83f8bc590be5536dbb97dd968e574a9619b8e3cbc7499c0 benchmark/summary.json
|
| 4 |
14237f857f9b7e67f0ede60cf8f3b7a86b77a0af331862b4f76e128d6d89f6e6 model.safetensors
|