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
- Draw Things
- DiffusionBee
Add generated example
#4
by kailashtryonlabs - opened
- README.md +7 -0
- images/example_3h6g4bd1i.png +0 -0
README.md
CHANGED
|
@@ -42,6 +42,13 @@ widget:
|
|
| 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
|
|
|
|
| 42 |
accentuates the figure, making it a chic choice for any occasion.
|
| 43 |
output:
|
| 44 |
url: images/example_infawkf33.png
|
| 45 |
+
- text: >-
|
| 46 |
+
A traditional silk lehenga with a fitted waistline features a long, flowing
|
| 47 |
+
hemline and solid pattern. It has long sleeves for sophistication and
|
| 48 |
+
stretchy fabric for comfort. A V-neck adds modern flair, balancing tradition
|
| 49 |
+
and contemporary fashion.
|
| 50 |
+
output:
|
| 51 |
+
url: images/example_3h6g4bd1i.png
|
| 52 |
|
| 53 |
---
|
| 54 |
# FLUX.1-dev LoRA Lehenga Generator
|
images/example_3h6g4bd1i.png
ADDED
|