Instructions to use SearchingMan/Z-Image-Turbo-student-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SearchingMan/Z-Image-Turbo-student-adapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SearchingMan/Z-Image-Turbo-student-adapter", 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
more results
Browse files
README.md
CHANGED
|
@@ -26,6 +26,13 @@ No other optimizations are applied — the DiT transformer and VAE are unchanged
|
|
| 26 |
Original | Qwen3-1.7B
|
| 27 |
:-------------------------:|:-------------------------:
|
| 28 |
 | 
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
## Architecture
|
|
|
|
| 26 |
Original | Qwen3-1.7B
|
| 27 |
:-------------------------:|:-------------------------:
|
| 28 |
 | 
|
| 29 |
+
 | 
|
| 30 |
+
 | 
|
| 31 |
+
 | 
|
| 32 |
+
 | 
|
| 33 |
+
 | 
|
| 34 |
+
 | 
|
| 35 |
+
 | 
|
| 36 |
|
| 37 |
|
| 38 |
## Architecture
|