Instructions to use prithivMLmods/Canopus-Isometric-InteriorDesign-3D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Canopus-Isometric-InteriorDesign-3D 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-Isometric-InteriorDesign-3D") prompt = "4k Resolution Isometric Office and Relaxation Space. The office is on the left side, featuring a large wooden desk with a computer, office supplies, and a comfortable ergonomic chair. There are bookshelves filled with books and decorative items, and a bulletin board on the wall. The relaxation space is on the right side, with a cozy lounge chair, a small side table, a floor lamp, and a lush green indoor plant. The walls are painted in a soothing combination of light gray and pastel green, and the floor is made of light oak wood. The overall color scheme is calm and inviting, with a mix of grays, greens, and natural wood tones." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ license: creativeml-openrail-m
|
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
-
**prithivMLmods/Canopus-
|
| 31 |
|
| 32 |
Image Processing Parameters
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
+
**prithivMLmods/Canopus-Isometric-InteriorDesign-3D**
|
| 31 |
|
| 32 |
Image Processing Parameters
|
| 33 |
|