Spaces:
Runtime error
Runtime error
Commit
·
e4b485f
1
Parent(s):
230b9d7
update Tips
Browse files
app.py
CHANGED
|
@@ -258,9 +258,9 @@ with gr.Blocks() as demo:
|
|
| 258 |
gr.Markdown(
|
| 259 |
"""
|
| 260 |
### ❗️ Important Usage Tips:
|
| 261 |
-
- **Model Version**: `aes_stage2` is used by default for better text-image alignment and aesthetics. For higher ID similarity,
|
| 262 |
- **Useful Hyperparameters**: Usually, there is NO need to adjust too much. If necessary, try a slightly larger `--infusenet_guidance_start` (*e.g.*, `0.1`) only (especially helpful for `sim_stage1`). If still not satisfactory, then try a slightly smaller `--infusenet_conditioning_scale` (*e.g.*, `0.9`).
|
| 263 |
-
- **Optional LoRAs**: `realism` and `anti-blur`. To enable them, please check the corresponding boxes. They are optional and were NOT used in our paper.
|
| 264 |
- **Gender Prompt**: If the generated gender is not preferred, add specific words in the prompt, such as 'a man', 'a woman', *etc*. We encourage using inclusive and respectful language.
|
| 265 |
"""
|
| 266 |
)
|
|
|
|
| 258 |
gr.Markdown(
|
| 259 |
"""
|
| 260 |
### ❗️ Important Usage Tips:
|
| 261 |
+
- **Model Version**: `aes_stage2` is used by default for better text-image alignment and aesthetics. For higher ID similarity, try `sim_stage1`.
|
| 262 |
- **Useful Hyperparameters**: Usually, there is NO need to adjust too much. If necessary, try a slightly larger `--infusenet_guidance_start` (*e.g.*, `0.1`) only (especially helpful for `sim_stage1`). If still not satisfactory, then try a slightly smaller `--infusenet_conditioning_scale` (*e.g.*, `0.9`).
|
| 263 |
+
- **Optional LoRAs**: `realism` and `anti-blur`. To enable them, please check the corresponding boxes. If needed, try `realism` only first. They are optional and were NOT used in our paper.
|
| 264 |
- **Gender Prompt**: If the generated gender is not preferred, add specific words in the prompt, such as 'a man', 'a woman', *etc*. We encourage using inclusive and respectful language.
|
| 265 |
"""
|
| 266 |
)
|