Instructions to use maria26/Floor_Plan_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maria26/Floor_Plan_LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd-legacy/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("maria26/Floor_Plan_LoRA") prompt = "Floor plan of a small apartment, few rooms, one bathroom, big kitchen, many windows." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 133 Bytes
0b4b840 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:02b66ed131febba516f76d51ffa49e486f0d4d74287a2e6e19baa5c1c214d3a7
size 12969594
|