dataautogpt3
commited on
Commit
•
574bfaf
1
Parent(s):
b1a2e8f
Update README.md
Browse files
README.md
CHANGED
@@ -120,6 +120,10 @@ image = pipe(
|
|
120 |
guidance_scale=7,
|
121 |
num_inference_steps=50
|
122 |
).images[0]
|
|
|
|
|
|
|
|
|
123 |
```
|
124 |
|
125 |
# Credits
|
|
|
120 |
guidance_scale=7,
|
121 |
num_inference_steps=50
|
122 |
).images[0]
|
123 |
+
|
124 |
+
|
125 |
+
image.save("generated_image.png")
|
126 |
+
|
127 |
```
|
128 |
|
129 |
# Credits
|