majian0318
commited on
Commit
•
b06ac01
1
Parent(s):
a5cfb69
Update README.md
Browse files
README.md
CHANGED
@@ -125,7 +125,7 @@ while True:
|
|
125 |
latents = (latents / vae.config.scaling_factor) + vae.config.shift_factor
|
126 |
image = vae.decode(latents, return_dict=False)[0]
|
127 |
image = image_processor.postprocess(image, output_type="pil")
|
128 |
-
image[0].save("
|
129 |
|
130 |
```
|
131 |
|
@@ -229,7 +229,7 @@ while True:
|
|
229 |
latents = (latents / vae.config.scaling_factor) + vae.config.shift_factor
|
230 |
image = vae.decode(latents, return_dict=False)[0]
|
231 |
image = image_processor.postprocess(image, output_type="pil")
|
232 |
-
image[0].save("
|
233 |
|
234 |
```
|
235 |
|
|
|
125 |
latents = (latents / vae.config.scaling_factor) + vae.config.shift_factor
|
126 |
image = vae.decode(latents, return_dict=False)[0]
|
127 |
image = image_processor.postprocess(image, output_type="pil")
|
128 |
+
image[0].save("ChineseFLUX.jpg")
|
129 |
|
130 |
```
|
131 |
|
|
|
229 |
latents = (latents / vae.config.scaling_factor) + vae.config.shift_factor
|
230 |
image = vae.decode(latents, return_dict=False)[0]
|
231 |
image = image_processor.postprocess(image, output_type="pil")
|
232 |
+
image[0].save("ChineseOpenFLUX.jpg")
|
233 |
|
234 |
```
|
235 |
|