Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Flux
florence2-en(natural language & English)
Instructions to use prithivMLmods/Canopus-Clothing-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Canopus-Clothing-Flux-LoRA 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("prithivMLmods/Canopus-Clothing-Flux-LoRA") prompt = "Blue corduroy overalls psd mockup, in the style of gothic dark and moody tones, natural materials, tinycore, use of fabric, dark white and black, unpolished authenticity, multi-layered --ar 68:101 --v 5" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,18 +14,18 @@ widget:
|
|
| 14 |
unpolished authenticity, multi-layered --ar 68:101 --v 5
|
| 15 |
output:
|
| 16 |
url: images/111.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- text: >-
|
| 18 |
Front view, capture a urban style, Hoodie, technical materials, fabric small
|
| 19 |
point label on text red theory, the design is minimal, with a raised collar,
|
| 20 |
fabric is a light red, low angle to capture the Hoodies form and detailing,
|
| 21 |
f/5.6 to focus on the hoodies craftsmanship, solid grey background, studio
|
| 22 |
light setting
|
| 23 |
-
output:
|
| 24 |
-
url: images/222.png
|
| 25 |
-
- text: >-
|
| 26 |
-
Striped shirts, red shoes, and jeans, in the style of eco-friendly
|
| 27 |
-
craftsmanship, white and crimson, japanese, solapunk, letterboxing, living
|
| 28 |
-
materials, classical style --ar 70:99 --v 5
|
| 29 |
output:
|
| 30 |
url: images/333.png
|
| 31 |
- text: >-
|
|
|
|
| 14 |
unpolished authenticity, multi-layered --ar 68:101 --v 5
|
| 15 |
output:
|
| 16 |
url: images/111.png
|
| 17 |
+
- text: >-
|
| 18 |
+
Striped shirts, red shoes, and jeans, in the style of eco-friendly
|
| 19 |
+
craftsmanship, white and crimson, japanese, solapunk, letterboxing, living
|
| 20 |
+
materials, classical style --ar 70:99 --v 5
|
| 21 |
+
output:
|
| 22 |
+
url: images/222.png
|
| 23 |
- text: >-
|
| 24 |
Front view, capture a urban style, Hoodie, technical materials, fabric small
|
| 25 |
point label on text red theory, the design is minimal, with a raised collar,
|
| 26 |
fabric is a light red, low angle to capture the Hoodies form and detailing,
|
| 27 |
f/5.6 to focus on the hoodies craftsmanship, solid grey background, studio
|
| 28 |
light setting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
output:
|
| 30 |
url: images/333.png
|
| 31 |
- text: >-
|