Instructions to use k3b4bb/beach-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use k3b4bb/beach-style 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/beach-style") prompt = "A photo of a modern kitchen area with a sleek design. On the left,there is a tall,white storage cabinet next to a black refrigerator. The refrigerator features a smooth finish and a built-in microwave at its midsection. Above the countertop,there are open shelves with soft lighting illuminating a few decorative items. The floor is light-colored with a speckled pattern. In the background,there's a doorway leading to another room that can be seen,along with a hint of furniture and curtains,suggesting a cozy atmosphere. The walls are painted in a neutral tone,complementing the overall clean and contemporary look of the space.," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
beach style

- Prompt
- A photo of a modern kitchen area with a sleek design. On the left,there is a tall,white storage cabinet next to a black refrigerator. The refrigerator features a smooth finish and a built-in microwave at its midsection. Above the countertop,there are open shelves with soft lighting illuminating a few decorative items. The floor is light-colored with a speckled pattern. In the background,there's a doorway leading to another room that can be seen,along with a hint of furniture and curtains,suggesting a cozy atmosphere. The walls are painted in a neutral tone,complementing the overall clean and contemporary look of the space.,
- Negative Prompt
- ng_deepnegative_v1_75t,(badhandv4:1.2),EasyNegative,(worst quality:2),,nsfw
Trigger words
You should use Minimalist interior to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 3
Model tree for k3b4bb/beach-style
Base model
black-forest-labs/FLUX.1-dev