Instructions to use busetolunay/bld5g-style-lowdim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use busetolunay/bld5g-style-lowdim 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.2-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("busetolunay/bld5g-style-lowdim") prompt = "bld5g style. a small two-story brick building with tall arched windows, a recessed front door, a flat parapet roof, and a weathered facade, on a plain white background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
buildings_style_6_lowdim
Model trained with AI Toolkit by Ostris

- Prompt
- bld5g style. a small two-story brick building with tall arched windows, a recessed front door, a flat parapet roof, and a weathered facade, on a plain white background

- Prompt
- bld5g style. a rounded ceramic teapot with a pale blue crackle glaze, a gently curved spout, a looped handle, and a small knob finial on the domed lid, on a plain white background

- Prompt
- bld5g style. a sleek low-slung two-door sports car in glossy red, with sharp angular headlights, a long sculpted hood, wide alloy wheels, and a rear spoiler, shown in three-quarter front view, on a plain white background

- Prompt
- bld5g style. a red fox with thick fur, pointed ears, a white-tipped bushy tail, and alert amber eyes, sitting upright with its tail curled around its front paws, on a plain white background

- Prompt
- bld5g style. a wooden dreadnought acoustic guitar with a warm honey-toned spruce top, visible grain, a round soundhole with a decorative rosette, six steel strings, and a slotted headstock, on a plain white background
Trigger words
You should use bld5g style to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.2-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('busetolunay/bld5g-style-lowdim', weight_name='buildings_style_6_lowdim.safetensors')
image = pipeline('bld5g style. a small two-story brick building with tall arched windows, a recessed front door, a flat parapet roof, and a weathered facade, on a plain white background').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 657
Model tree for busetolunay/bld5g-style-lowdim
Base model
black-forest-labs/FLUX.2-dev