Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -270,6 +270,8 @@ Tips:
|
|
270 |
- Animate Style: If the generated images are in animate style, you can try to add `photo` to the prompt`.
|
271 |
- Edit generated image. If you generate an image by omnigen and then want to edit it, you cannot use the same seed to edit this image. For example, use seed=0 to generate image, and should use seed=1 to edit this image.
|
272 |
- For image editing tasks, we recommend placing the image before the editing instruction. For example, use `<img><|image_1|></img> remove suit`, rather than `remove suit <img><|image_1|></img>`.
|
|
|
|
|
273 |
**HF Spaces often encounter errors due to quota limitations, so recommend to run it locally.**
|
274 |
"""
|
275 |
|
|
|
270 |
- Animate Style: If the generated images are in animate style, you can try to add `photo` to the prompt`.
|
271 |
- Edit generated image. If you generate an image by omnigen and then want to edit it, you cannot use the same seed to edit this image. For example, use seed=0 to generate image, and should use seed=1 to edit this image.
|
272 |
- For image editing tasks, we recommend placing the image before the editing instruction. For example, use `<img><|image_1|></img> remove suit`, rather than `remove suit <img><|image_1|></img>`.
|
273 |
+
|
274 |
+
|
275 |
**HF Spaces often encounter errors due to quota limitations, so recommend to run it locally.**
|
276 |
"""
|
277 |
|