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
#5
by kailashtryonlabs - opened
- README.md +7 -0
- images/example_0i1rw52rr.png +3 -0
README.md
CHANGED
|
@@ -40,6 +40,13 @@ widget:
|
|
| 40 |
Long Style: Power Suit Type: Blazer Waistline: Relaxed
|
| 41 |
output:
|
| 42 |
url: images/example_kpaf33zi8.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
base_model: black-forest-labs/FLUX.1-dev
|
| 44 |
instance_prompt: null
|
| 45 |
license: mit
|
|
|
|
| 40 |
Long Style: Power Suit Type: Blazer Waistline: Relaxed
|
| 41 |
output:
|
| 42 |
url: images/example_kpaf33zi8.png
|
| 43 |
+
- text: >-
|
| 44 |
+
A stunning gold silk lehenga with intricate embroidery. This traditional
|
| 45 |
+
outfit features a fitted, long skirt with a high waist, paired with a
|
| 46 |
+
short-sleeved blouse with a V-neck. The stretchy fabric ensures comfort
|
| 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
|
images/example_0i1rw52rr.png
ADDED
|
Git LFS Details
|