Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
fc3e246c
Commit
fc3e246c
authored
Dec 07, 2023
by
CodeHatchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed complaint about whitespace, updated help section for a parameter.
parent
f284ae23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
scripts/soft_inpainting.py
scripts/soft_inpainting.py
+4
-4
No files found.
scripts/soft_inpainting.py
View file @
fc3e246c
...
...
@@ -572,7 +572,7 @@ class Script(scripts.Script):
gr
.
Markdown
(
"""
## Pixel Composite Settings
Masks are generated based on how much a part of the image changed after denoising.
These masks are used to blend the original and final images together.
If the difference is low, the original pixels are used instead of the pixels returned by the inpainting process.
...
...
@@ -602,10 +602,10 @@ class Script(scripts.Script):
f
"""
### {ui_labels.composite_difference_contrast}
This value represents the
difference at which the opacity of the original pixels will have less than 50
%
opacity
.
This value represents the
contrast between the opacity of the original and inpainted content
.
- **Low values**: T
wo images patches must be almost the same in order to retain original pixels
.
- **High values**:
Two images patches can be very different and still retain original pixels
.
- **Low values**: T
he blend will be more gradual and have longer transitions, but may cause ghosting
.
- **High values**:
Ghosting will be less common, but transitions may be very sudden
.
"""
)
self
.
infotext_fields
=
[(
soft_inpainting_enabled
,
enabled_gen_param_label
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment