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
Upload 17 files
Browse filesref / student compare
- .gitattributes +16 -0
- assets/prompts.txt +5 -0
- assets/ref_00.png +3 -0
- assets/ref_001.png +3 -0
- assets/ref_002.png +3 -0
- assets/ref_003.png +3 -0
- assets/ref_01.png +3 -0
- assets/ref_02.png +3 -0
- assets/ref_03.png +3 -0
- assets/ref_04.png +3 -0
- assets/student_00.png +3 -0
- assets/student_001.png +3 -0
- assets/student_002.png +3 -0
- assets/student_003.png +3 -0
- assets/student_01.png +3 -0
- assets/student_02.png +3 -0
- assets/student_03.png +3 -0
- assets/student_04.png +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,19 @@ assets/showcase_realistic.png filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
assets/showcase_rendering.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/Z-Image-Gallery.pdf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
assets/leaderboard.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
assets/showcase_rendering.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/Z-Image-Gallery.pdf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
assets/leaderboard.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/ref_00.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
assets/ref_001.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
assets/ref_002.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
assets/ref_003.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
assets/ref_01.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
assets/ref_02.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
assets/ref_03.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
assets/ref_04.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
assets/student_00.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
assets/student_001.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
assets/student_002.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
assets/student_003.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
assets/student_01.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
assets/student_02.png filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
assets/student_03.png filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
assets/student_04.png filter=lfs diff=lfs merge=lfs -text
|
assets/prompts.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
A cinematic portrait of a woman in red hanfu at night, soft bokeh lights
|
| 2 |
+
A futuristic electric motorcycle in rainy neon city streets
|
| 3 |
+
A minimalist studio product photo of white sneakers on a gray pedestal
|
| 4 |
+
An isometric fantasy town with rivers, bridges, towers, and tiny market stalls
|
| 5 |
+
A macro photo of a mechanical watch face with dramatic side lighting
|
assets/ref_00.png
ADDED
|
Git LFS Details
|
assets/ref_001.png
ADDED
|
Git LFS Details
|
assets/ref_002.png
ADDED
|
Git LFS Details
|
assets/ref_003.png
ADDED
|
Git LFS Details
|
assets/ref_01.png
ADDED
|
Git LFS Details
|
assets/ref_02.png
ADDED
|
Git LFS Details
|
assets/ref_03.png
ADDED
|
Git LFS Details
|
assets/ref_04.png
ADDED
|
Git LFS Details
|
assets/student_00.png
ADDED
|
Git LFS Details
|
assets/student_001.png
ADDED
|
Git LFS Details
|
assets/student_002.png
ADDED
|
Git LFS Details
|
assets/student_003.png
ADDED
|
Git LFS Details
|
assets/student_01.png
ADDED
|
Git LFS Details
|
assets/student_02.png
ADDED
|
Git LFS Details
|
assets/student_03.png
ADDED
|
Git LFS Details
|
assets/student_04.png
ADDED
|
Git LFS Details
|