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
|
@@ -25,6 +25,8 @@ language:
|
|
| 25 |
- tr
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
| 28 |
| Sample 1 | Sample 2 | Sample 3 |
|
| 29 |
|:---:|:---:|:---:|
|
| 30 |
|  *Panda Clouds* |  *Vintage Car* |  *Retro Mountain* |
|
|
|
|
| 25 |
- tr
|
| 26 |
---
|
| 27 |
|
| 28 |
+

|
| 29 |
+
|
| 30 |
| Sample 1 | Sample 2 | Sample 3 |
|
| 31 |
|:---:|:---:|:---:|
|
| 32 |
|  *Panda Clouds* |  *Vintage Car* |  *Retro Mountain* |
|