Instructions to use prithivMLmods/Canopus-Interior-Architecture-0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Canopus-Interior-Architecture-0.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Canopus-Interior-Architecture-0.1") prompt = "Interior room of the house with plants, a chair and candles, space to relax, soft lighting, pastel colors, style of ultrafine detail, high quality photo --ar 2:3 --v 5" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
#3 opened over 1 year ago
by
k0les0my
Getting raw image while generating interior
1
#2 opened over 1 year ago
by
MoNiSaReK
Um modo de executar no Colab Google
1
#1 opened over 1 year ago
by
EduardoBbastos