Text-to-Image
Diffusers
English
Chinese
custom_qwen_image
image-generation
multimodal
qwen
quantized
nunchaku
comfyui
Instructions to use QuantFunc/Nunchaku-Qwen-Image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use QuantFunc/Nunchaku-Qwen-Image-2512 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("QuantFunc/Nunchaku-Qwen-Image-2512", 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
Upload Wechat.jpg
Browse files- .gitattributes +1 -0
- assets/Wechat.jpg +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ assets/ComfyUI_00051_.png filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
assets/Wechat.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
nunchaku_qwen_image_2512_ultimate_speed_int4 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/workflow_image.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
assets/Wechat.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
nunchaku_qwen_image_2512_ultimate_speed_int4 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/workflow_image.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
assets/Wechat.jpg filter=lfs diff=lfs merge=lfs -text
|
assets/Wechat.jpg
ADDED
|
Git LFS Details
|