Instructions to use tryonlabs/FLUX.1-dev-LoRA-Outfit-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-Outfit-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-Outfit-Generator") prompt = "A dress with Color: Black, Department: Dresses, Detail: High Low, Fabric-Elasticity: No Sretch, Fit: Fitted, Hemline: Slit, Material: Gabardine, Neckline: Collared, Pattern: Solid, Sleeve-Length: Sleeveless, Style: Casual, Type: Tunic, Waistline: Regular" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#6
by kailashtryonlabs - opened
- README.md +8 -0
- images/example_9c3jdxs2p.png +3 -0
README.md
CHANGED
|
@@ -47,6 +47,14 @@ widget:
|
|
| 47 |
while maintaining the elegant silhouette.
|
| 48 |
output:
|
| 49 |
url: images/example_0i1rw52rr.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
base_model: black-forest-labs/FLUX.1-dev
|
| 51 |
instance_prompt: null
|
| 52 |
license: mit
|
|
|
|
| 47 |
while maintaining the elegant silhouette.
|
| 48 |
output:
|
| 49 |
url: images/example_0i1rw52rr.png
|
| 50 |
+
- text: >-
|
| 51 |
+
A lehenga with a solid blue color features a floral pattern, traditional
|
| 52 |
+
style, fitted fit, and a long hemline. It is made from silk with full sleeve
|
| 53 |
+
length and stretchy fabric elasticity, sporting a V-neck and a high
|
| 54 |
+
waistline. The embroidery adds a touch of elegance to the traditional
|
| 55 |
+
design.
|
| 56 |
+
output:
|
| 57 |
+
url: images/example_9c3jdxs2p.png
|
| 58 |
base_model: black-forest-labs/FLUX.1-dev
|
| 59 |
instance_prompt: null
|
| 60 |
license: mit
|
images/example_9c3jdxs2p.png
ADDED
|
Git LFS Details
|