Instructions to use InsecureErasure/Z-Image-Turbo-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InsecureErasure/Z-Image-Turbo-NVFP4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InsecureErasure/Z-Image-Turbo-NVFP4", 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
Rename ComfyUI_temp_guapr_00015_.png to images/NVFP4-LoRA-comp.png
Browse files
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
ComfyUI_temp_guapr_00012_.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ComfyUI_temp_guapr_00015_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/BF16-NVFP4-comp.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
ComfyUI_temp_guapr_00012_.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ComfyUI_temp_guapr_00015_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/BF16-NVFP4-comp.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/NVFP4-LoRA-comp.png filter=lfs diff=lfs merge=lfs -text
|
ComfyUI_temp_guapr_00015_.png → images/NVFP4-LoRA-comp.png
RENAMED
|
File without changes
|