From 97f413c17afc30acd1deb9190ac25808f97a8281 Mon Sep 17 00:00:00 2001 From: _nderscore <_@_._> Date: Mon, 29 Aug 2022 21:05:54 -0400 Subject: [PATCH] fix: update advanced editor tips --- frontend/ui_functions.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/ui_functions.py b/frontend/ui_functions.py index 4ba7a90..84032b1 100644 --- a/frontend/ui_functions.py +++ b/frontend/ui_functions.py @@ -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():