fix: update advanced editor tips

This commit is contained in:
_nderscore 2022-08-29 21:05:54 -04:00 committed by hlky
parent 79ff7bdbd5
commit 97f413c17a

View File

@ -58,18 +58,17 @@ def copy_img_to_upscale_esrgan(img):
help_text = """
## Mask/Crop
* The masking/cropping is very temperamental.
* Masking is not inpainting. You will probably get better results manually masking your images in photoshop instead.
* Built-in masking/cropping is very temperamental.
* It may take some time for the image to show when switching from Crop to Mask.
* If the image doesn't appear after switching to Mask, switch back to Crop and then back again to Mask
* If the mask appears distorted (the brush is weirdly shaped instead of round), switch back to Crop and then back again to Mask.
## Advanced Editor
* For now the button needs to be clicked twice the first time.
* Once you have edited your image, you _need_ to click the save button for the next step to work.
* Clear the image from the crop editor (click the x)
* Click "Get Image from Advanced Editor" to get the image you saved. If it doesn't work, try opening the editor and saving again.
* Click 💾 Save to send your editor changes to the img2img workflow
* Click Clear to discard your editor changes
If it keeps not working, try switching modes again, switch tabs, clear the image or reload.
If anything breaks, try switching modes again, switch tabs, clear the image, or reload.
"""
def show_help():