mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 23:02:00 +03:00
fix: update advanced editor tips
This commit is contained in:
parent
79ff7bdbd5
commit
97f413c17a
@ -58,18 +58,17 @@ def copy_img_to_upscale_esrgan(img):
|
|||||||
|
|
||||||
help_text = """
|
help_text = """
|
||||||
## Mask/Crop
|
## 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.
|
* 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 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.
|
* 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
|
## Advanced Editor
|
||||||
* For now the button needs to be clicked twice the first time.
|
* Click 💾 Save to send your editor changes to the img2img workflow
|
||||||
* Once you have edited your image, you _need_ to click the save button for the next step to work.
|
* Click ❌ Clear to discard your editor changes
|
||||||
* 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.
|
|
||||||
|
|
||||||
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():
|
def show_help():
|
||||||
|
Loading…
Reference in New Issue
Block a user