Instructions to use KalaniP/flux.1-dev-lora-container with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KalaniP/flux.1-dev-lora-container 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("KalaniP/flux.1-dev-lora-container") prompt = "CONTTOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model KalaniP/flux.1-dev-lora-container.
Prompt: This image showcases a modern, two-story house with a contemporary architectural design. The structure features a clean, white facade complemented by stone-textured accents that add a touch of natural elegance. Large windows allow ample natural light to filter into the interiors, while sleek, horizontal railings adorn the spacious balconies and rooftop terrace. The house is surrounded by lush greenery, including potted plants and a well-maintained garden. The front entrance is marked by wooden doors, and a carport is neatly integrated into the layout, providing shelter for vehicles. Warm lighting fixtures on the exterior walls create a welcoming ambiance, enhancing the house's visual appeal during the evening. This design offers a luxurious yet cozy atmosphere, ideal for a family residence with five bedrooms and three bathrooms.
- README.md +18 -6
- images/example_voziii3sc.png +0 -0
|
@@ -9,14 +9,26 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
-
base_model:
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
-
# widget:
|
| 15 |
-
# - text: >-
|
| 16 |
-
# prompt
|
| 17 |
-
# output:
|
| 18 |
-
# url: https://...
|
| 19 |
instance_prompt: CONTTOK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Flux.1 Dev Lora Container
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
instance_prompt: CONTTOK
|
| 15 |
+
widget:
|
| 16 |
+
- text: >-
|
| 17 |
+
This image showcases a modern, two-story house with a contemporary
|
| 18 |
+
architectural design. The structure features a clean, white facade
|
| 19 |
+
complemented by stone-textured accents that add a touch of natural elegance.
|
| 20 |
+
Large windows allow ample natural light to filter into the interiors, while
|
| 21 |
+
sleek, horizontal railings adorn the spacious balconies and rooftop terrace.
|
| 22 |
+
The house is surrounded by lush greenery, including potted plants and a
|
| 23 |
+
well-maintained garden. The front entrance is marked by wooden doors, and a
|
| 24 |
+
carport is neatly integrated into the layout, providing shelter for
|
| 25 |
+
vehicles. Warm lighting fixtures on the exterior walls create a welcoming
|
| 26 |
+
ambiance, enhancing the house's visual appeal during the evening. This
|
| 27 |
+
design offers a luxurious yet cozy atmosphere, ideal for a family residence
|
| 28 |
+
with five bedrooms and three bathrooms.
|
| 29 |
+
output:
|
| 30 |
+
url: images/example_voziii3sc.png
|
| 31 |
+
|
| 32 |
---
|
| 33 |
|
| 34 |
# Flux.1 Dev Lora Container
|
|