Instructions to use AiAF/D-ART_Z-Image-Turbo_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/D-ART_Z-Image-Turbo_LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AiAF/D-ART_Z-Image-Turbo_LoRA") prompt = "D-ART, D-ART Style, @18dart5, 18dart3, 18dart2, 18DART1, !!, ??, a confident, curvy young woman with fair skin and pink braided hair. She has a small, pointed nose, and a subtle smile, looking over her shoulder with a flirtatious expression. She is dressed in a white long-sleeve shirt, tight gray pants that accentuate her large, round buttocks, and brown shoes. Her arms are crossed under her chest, which is modest in size. The background is a dark purple with diagonal white stripes and small heart and star doodles, adding a playful touch. The image has a soft, slightly shaded style with smooth textures." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by AiAF - opened
- README.md +11 -0
- images/example_33x9rdwow.png +3 -0
README.md
CHANGED
|
@@ -39,6 +39,17 @@ widget:
|
|
| 39 |
starry_window, thick_thighs, thighs, window, yellow_star
|
| 40 |
output:
|
| 41 |
url: images/example_2lam3w01o.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 43 |
instance_prompt: D-ART, D-ART Style, @18dart5, 18dart3, 18dart2, 18DART1, !!, ??
|
| 44 |
|
|
|
|
| 39 |
starry_window, thick_thighs, thighs, window, yellow_star
|
| 40 |
output:
|
| 41 |
url: images/example_2lam3w01o.png
|
| 42 |
+
- text: >-
|
| 43 |
+
A illustration in the D-ART style, featuring a strong, athletic girl with
|
| 44 |
+
dark skin and short, vibrant blue hair in pigtails. She has a mischievous
|
| 45 |
+
grin and is posed dynamically, facing the viewer with one hand on her hip.
|
| 46 |
+
She wears a sleek, futuristic orange crop top and extremely tight cycling
|
| 47 |
+
shorts that emphasize her muscular legs and firm, oversized posterior. She
|
| 48 |
+
has large, exaggerated eyes and a small waist. The background is an
|
| 49 |
+
abstract neon green and electric pink geometric pattern with floating energy
|
| 50 |
+
sparks.
|
| 51 |
+
output:
|
| 52 |
+
url: images/example_33x9rdwow.png
|
| 53 |
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 54 |
instance_prompt: D-ART, D-ART Style, @18dart5, 18dart3, 18dart2, 18DART1, !!, ??
|
| 55 |
|
images/example_33x9rdwow.png
ADDED
|
Git LFS Details
|