Text-to-Image
Diffusers
Safetensors
MageFlowPipeline
image-generation
image-editing
diffusion
rectified-flow
mage-flow
Instructions to use SceneWorks/Mage-Flow-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SceneWorks/Mage-Flow-Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SceneWorks/Mage-Flow-Base", torch_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
sc-15071: regenerate the q4 tier with the 8-bit precision floors
Browse filesThe previous q4 artifact was packed uniformly at 4 bits, which made the tier render a repeating tiled texture instead of the prompt. norm_out.linear (the output head's adaLN modulation) and the Qwen3-VL LM decoder layers are now packed at 8 bits; everything else is unchanged. q8 and bf16 are untouched.
q4/transformer/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5fbb8bdba0a303de7ba48bf27e6d84a5469f5e251a55fe4bc6e83f2821b51f4
|
| 3 |
+
size 2326258937
|