We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d0e3c commit 4b5127bCopy full SHA for 4b5127b
README.md
@@ -165,7 +165,7 @@ from urllib.request import urlretrieve
165
166
model = replicate.models.get("stability-ai/stable-diffusion")
167
version = model.versions.get("27b93a2413e7f36cd83da926f3656280b2931564ff050bf9575f1fdf9bcd7478")
168
-out = version.predict(prompt="wavy colorful abstract patterns, cgsociety"
+out = version.predict(prompt="wavy colorful abstract patterns, cgsociety")
169
urlretrieve(out[0], "/tmp/out.png")
170
background = Image.open("/tmp/out.png")
171
```
0 commit comments