Spaces:
Runtime error
Runtime error
fixed typoo
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ pipeline = StableDiffusionPipeline.from_single_file(
|
|
41 |
).to("cuda")
|
42 |
|
43 |
postive_prompt = "anime girl prompt here" # π change this
|
44 |
-
negative_prompt = "3D" π things you hate here
|
45 |
image = pipeline(postive_prompt,negative_prompt=negative_prompt).images[0]
|
46 |
|
47 |
image # your image is saved in this PIL variable
|
|
|
41 |
).to("cuda")
|
42 |
|
43 |
postive_prompt = "anime girl prompt here" # π change this
|
44 |
+
negative_prompt = "3D" # π things you hate here
|
45 |
image = pipeline(postive_prompt,negative_prompt=negative_prompt).images[0]
|
46 |
|
47 |
image # your image is saved in this PIL variable
|