Shekswess commited on
Commit
da61e8d
·
verified ·
1 Parent(s): 9d13a67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/stable-diffusion-xl-1.0-inpainting-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
 
 
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