Instructions to use halilugur/tshirt_lora_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use halilugur/tshirt_lora_v1 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("halilugur/tshirt_lora_v1") prompt = "cute panda resting on blue clouds, crescent moon and yellow stars background, flat vector illustration, tshirt" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,18 +13,27 @@ instance_prompt: tshirt
|
|
| 13 |
widget:
|
| 14 |
- text: "cute panda resting on blue clouds, crescent moon and yellow stars background, flat vector illustration, tshirt"
|
| 15 |
output:
|
| 16 |
-
url:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# T-Shirt LoRA v1 (Z-Image-Turbo)
|
| 21 |
|
| 22 |
This LoRA was trained on **Z-Image-Turbo** using the [ai-toolkit](https://github.com/ostris/ai-toolkit) by Ostris. It is optimized for creating t-shirt designs, specifically focusing on vintage and graphic styles.
|
| 23 |
|
| 24 |
-
# T-Shirt LoRA v1 (Z-Image-Turbo)
|
| 25 |
-
|
| 26 |
-

|
| 27 |
-
|
| 28 |
## Model Description
|
| 29 |
This LoRA is optimized for creating **T-shirt graphics and vector-style illustrations**. It works exceptionally well with clean backgrounds and vibrant colors, as seen in the panda example above.
|
| 30 |
|
|
|
|
| 13 |
widget:
|
| 14 |
- text: "cute panda resting on blue clouds, crescent moon and yellow stars background, flat vector illustration, tshirt"
|
| 15 |
output:
|
| 16 |
+
url: sample_1.jpg
|
| 17 |
+
- text: "Vintage T-shirt, Classic Car Object, Desert Highway Landscape, Retro Color Palette, tshirt"
|
| 18 |
+
output:
|
| 19 |
+
url: sample_2.jpg
|
| 20 |
+
- text: "Minimalist mountain silhouette, geometric sun, aesthetic streetwear design, tshirt"
|
| 21 |
+
output:
|
| 22 |
+
url: sample_3.jpg
|
| 23 |
+
language:
|
| 24 |
+
- en
|
| 25 |
+
- tr
|
| 26 |
---
|
| 27 |
|
| 28 |
+
| | | |
|
| 29 |
+
|:---:|:---:|:---:|
|
| 30 |
+
|  <br> *Panda Clouds* |  <br> *Vintage Car* |  <br> *Retro Mountain* |
|
| 31 |
+
|  <br> *Cyberpunk Cat* |  <br> *Minimalist Wave* |  <br> *Streetwear Skull* |
|
| 32 |
|
| 33 |
# T-Shirt LoRA v1 (Z-Image-Turbo)
|
| 34 |
|
| 35 |
This LoRA was trained on **Z-Image-Turbo** using the [ai-toolkit](https://github.com/ostris/ai-toolkit) by Ostris. It is optimized for creating t-shirt designs, specifically focusing on vintage and graphic styles.
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## Model Description
|
| 38 |
This LoRA is optimized for creating **T-shirt graphics and vector-style illustrations**. It works exceptionally well with clean backgrounds and vibrant colors, as seen in the panda example above.
|
| 39 |
|