Instructions to use tryonlabs/FLUX.1-dev-LoRA-Lehenga-Generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tryonlabs/FLUX.1-dev-LoRA-Lehenga-Generator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("tryonlabs/FLUX.1-dev-LoRA-Lehenga-Generator") prompt = "A flat-lay image of A lehenga with a traditional style and a fitted waistline is elegantly crafted from stretchy silk material, ensuring a comfortable and flattering fit. The long hemline adds a touch of grace and sophistication to the ensemble. Adorned in a solid blue color, it features a sleeveless design that complements its sweetheart neckline. The solid pattern and the luxurious silk fabric together create a timeless and chic look that is perfect for special occasions." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by kailashtryonlabs - opened
- README.md +10 -0
- images/example_infawkf33.png +0 -0
README.md
CHANGED
|
@@ -32,6 +32,16 @@ widget:
|
|
| 32 |
aesthetic, making it a stunning choice for special occasions.
|
| 33 |
output:
|
| 34 |
url: images/example_bjilw3a2b.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
# FLUX.1-dev LoRA Lehenga Generator
|
|
|
|
| 32 |
aesthetic, making it a stunning choice for special occasions.
|
| 33 |
output:
|
| 34 |
url: images/example_bjilw3a2b.png
|
| 35 |
+
- text: >-
|
| 36 |
+
A lehenga with a traditional style and a fitted fit features a long hemline
|
| 37 |
+
that elegantly drapes. The fabric is a comfortable cotton blend that
|
| 38 |
+
includes stretchable properties, ensuring a flattering fit. Adorned with a
|
| 39 |
+
full sleeve length, it adds a touch of grace to the ensemble. The lehenga
|
| 40 |
+
boasts a beautiful floral pattern, with white as the dominant color, and a
|
| 41 |
+
V-neckline that adds a subtle yet sophisticated detail. The high waistline
|
| 42 |
+
accentuates the figure, making it a chic choice for any occasion.
|
| 43 |
+
output:
|
| 44 |
+
url: images/example_infawkf33.png
|
| 45 |
|
| 46 |
---
|
| 47 |
# FLUX.1-dev LoRA Lehenga Generator
|
images/example_infawkf33.png
ADDED
|