Update README.md
Browse files
README.md
CHANGED
@@ -128,7 +128,6 @@ image = pipeline(
|
|
128 |
).images[0]
|
129 |
|
130 |
image.save("text2image.png")
|
131 |
-
print(f"Image saved to text2image.png (quant={quant})")
|
132 |
|
133 |
```
|
134 |
|
@@ -166,7 +165,6 @@ edited_image = pipeline(
|
|
166 |
).images[0]
|
167 |
|
168 |
edited_image.save("edited_img.png")
|
169 |
-
print(f"Edited Image saved to edited_img.png (quant={quant})")
|
170 |
|
171 |
```
|
172 |
|
|
|
128 |
).images[0]
|
129 |
|
130 |
image.save("text2image.png")
|
|
|
131 |
|
132 |
```
|
133 |
|
|
|
165 |
).images[0]
|
166 |
|
167 |
edited_image.save("edited_img.png")
|
|
|
168 |
|
169 |
```
|
170 |
|