How to use from the
Use from the
Diffusers library
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("k3b4bb/simple-design")

prompt = "E_style,This is a bright and spacious living room with a minimalist and elegant design. The overall color scheme features warm beige and light wood tones, creating a cozy and inviting atmosphere.There's a large L - shaped sofa with soft cushions, paired with a round wooden coffee table placed on a beige area rug. Along one wall, built - in wooden cabinets and shelves house a TV and display some decorative items and books.Near the large windows, there are a couple of comfortable chairs and a small side table, with a tall potted plant adding a touch of greenery. The floor - to - ceiling windows, dressed with light curtains, allow ample natural light to flood the space, and offer a view of the outside scenery. Recessed ceiling lighting enhances the warm ambiance."
image = pipe(prompt).images[0]

simple design

Prompt
E_style,This is a bright and spacious living room with a minimalist and elegant design. The overall color scheme features warm beige and light wood tones, creating a cozy and inviting atmosphere.There's a large L - shaped sofa with soft cushions, paired with a round wooden coffee table placed on a beige area rug. Along one wall, built - in wooden cabinets and shelves house a TV and display some decorative items and books.Near the large windows, there are a couple of comfortable chairs and a small side table, with a tall potted plant adding a touch of greenery. The floor - to - ceiling windows, dressed with light curtains, allow ample natural light to flood the space, and offer a view of the outside scenery. Recessed ceiling lighting enhances the warm ambiance.
Negative Prompt
ng_deepnegative_v1_75t,(badhandv4:1.2),EasyNegative,(worst quality:2),,nsfw

Trigger words

You should use E_style to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
3
Inference Providers NEW
Examples

Model tree for k3b4bb/simple-design

Adapter
(42606)
this model