Shaleen123
commited on
Commit
•
06e82c6
1
Parent(s):
89a265e
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ pipe = pipe.to("cuda")
|
|
36 |
|
37 |
prompt = input("Enter your prompt - ")
|
38 |
negative_prompt = "low quality, bad quality, boring, ugly"
|
39 |
-
image_sub = pipe(prompt=prompt, negative_prompt=negative_prompt, prior_guidance_scale =1.25, width=1024, height=1024, num_inference_steps =
|
40 |
image_sub
|
41 |
```
|
42 |
|
|
|
36 |
|
37 |
prompt = input("Enter your prompt - ")
|
38 |
negative_prompt = "low quality, bad quality, boring, ugly"
|
39 |
+
image_sub = pipe(prompt=prompt, negative_prompt=negative_prompt, prior_guidance_scale =1.25, width=1024, height=1024, num_inference_steps = 100).images[0]
|
40 |
image_sub
|
41 |
```
|
42 |
|