Instructions to use k3b4bb/simple-design with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use k3b4bb/simple-design 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("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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!