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
Add 4 files
Browse files- Canopus-Isometric-InteriorDesign-3D.safetensors +3 -0
- images/1.png +3 -0
- images/2.png +3 -0
- images/3.png +3 -0
Canopus-Isometric-InteriorDesign-3D.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72f5091203f444e205de897f7b5da24c010eaef26bc5ee992b998d3cc32b5a87
|
| 3 |
+
size 456486220
|
images/1.png
ADDED
|
Git LFS Details
|
images/2.png
ADDED
|
Git LFS Details
|
images/3.png
ADDED
|
Git LFS Details
|