mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-10 14:59:00 +08:00
Add soft inpainting
parent
6ea2625a28
commit
e8917c4402
10
Features.md
10
Features.md
@ -735,6 +735,16 @@ Example outputs using the above settings and prompts below (Red hair/pony not pi
|
||||
"A frowning woman with red hair." Works.
|
||||
"A frowning woman with red hair riding a horse." Seems to replace the woman entirely, and now we have a ginger pony.
|
||||
|
||||
# Soft inpainting
|
||||
|
||||
To quote [CodeHatchling](https://github.com/CodeHatchling):
|
||||
|
||||
> Soft inpainting allows the denoiser to work directly with soft-edged (i.e. non-binary) masks, whereby unmasked content is blended seamlessly with inpainted content with gradual transitions. It is conceptually similar to per-pixel denoising strength.
|
||||
|
||||

|
||||
|
||||
This is a fully independent implementation developed specifically for the webui and was graciously provided by this user. More information can be found via the built-in help in the webui, or the [relevant PR](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208).
|
||||
|
||||
# user.css
|
||||
Create a file named `user.css` near `webui.py` and put custom CSS code into it. For example, this makes the gallery taller:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user