Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ You should use `Modern Design` to trigger the image generation.
|
|
68 |
from diffusers import DPMSolverMultistepScheduler
|
69 |
from optimum.neuron import NeuronStableDiffusionXLInpaintPipeline
|
70 |
|
71 |
-
pipe = NeuronStableDiffusionXLInpaintPipeline.from_pretrained("Shekswess/
|
72 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
73 |
prompt = "Interior of a van with blue water across the road, in the style of romantic landscape vistas, light beige and amber, sleepycore, maximalism, eco-friendly craftsmanship, luxurious drapery, photo taken with provia --ar 128:85 --v 6.0 --style raw"
|
74 |
|
|
|
68 |
from diffusers import DPMSolverMultistepScheduler
|
69 |
from optimum.neuron import NeuronStableDiffusionXLInpaintPipeline
|
70 |
|
71 |
+
pipe = NeuronStableDiffusionXLInpaintPipeline.from_pretrained("Shekswess/Canopus-Interior-Architecture-0.1-Neuron", device_ids=[0, 1])
|
72 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
73 |
prompt = "Interior of a van with blue water across the road, in the style of romantic landscape vistas, light beige and amber, sleepycore, maximalism, eco-friendly craftsmanship, luxurious drapery, photo taken with provia --ar 128:85 --v 6.0 --style raw"
|
74 |
|