w-e-w
|
2cf23099eb
|
fix console total progress bar when using txt2img_upscale
add p.txt2img_upscale as indicator
|
2024-01-18 04:44:21 +09:00 |
|
AUTOMATIC1111
|
233c66b36e
|
Make the upscale button update the gallery with the new image rather than replace it.
|
2024-01-05 12:28:41 +03:00 |
|
AUTOMATIC1111
|
80873b1538
|
fix #14497
|
2024-01-02 07:05:05 +03:00 |
|
AUTOMATIC1111
|
501993ebf2
|
added a button to run hires fix on selected image in the gallery
|
2024-01-01 19:31:06 +03:00 |
|
AUTOMATIC1111
|
5d7d1823af
|
rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
|
2024-01-01 17:25:30 +03:00 |
|
AUTOMATIC1111
|
0aa7c53c0b
|
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
|
2024-01-01 16:50:59 +03:00 |
|
AUTOMATIC1111
|
dfd6438221
|
Merge branch 'dev' into feat/interrupted-end
|
2024-01-01 16:39:51 +03:00 |
|
AUTOMATIC1111
|
ac0ecf3b4b
|
option to convert VAE to bfloat16 (implementation of #9295)
|
2024-01-01 16:28:58 +03:00 |
|
AUTOMATIC1111
|
267fd5d76b
|
Merge pull request #14145 from drhead/zero-terminal-snr
Implement zero terminal SNR noise schedule option
|
2024-01-01 14:45:12 +03:00 |
|
AUTOMATIC1111
|
d859cec696
|
infotext.py: rename usages in the codebase
|
2024-01-01 13:53:12 +03:00 |
|
AUTOMATIC1111
|
908fb4ea71
|
Merge pull request #14390 from wangqyqq/sdxl-inpaint
Supporting for SDXL-Inpaint Model
|
2023-12-30 14:49:52 +03:00 |
|
AUTOMATIC1111
|
a79890efd6
|
Merge pull request #14452 from AUTOMATIC1111/save-info-of-init-image
save info of init image
|
2023-12-30 14:41:39 +03:00 |
|
AUTOMATIC1111
|
bb07cb6a0d
|
a
|
2023-12-30 10:42:42 +03:00 |
|
w-e-w
|
dc57ec0296
|
save info of init image
|
2023-12-29 01:56:48 +09:00 |
|
wangqyqq
|
bfe418a58d
|
add some codes for robust
|
2023-12-27 10:20:56 +08:00 |
|
wangqyqq
|
9feb034e34
|
support for sdxl-inpaint model
|
2023-12-21 20:15:51 +08:00 |
|
Kohaku-Blueleaf
|
a978320334
|
Let fp8-related settings to invalidate cond_cache
|
2023-12-16 19:39:43 +08:00 |
|
AUTOMATIC1111
|
5b7d86d42b
|
Merge pull request #14314 from gayshub/master
Add allow specify the task id and get the location of task in the queue of pending task
|
2023-12-16 11:01:42 +03:00 |
|
Kohaku-Blueleaf
|
ea272152e0
|
Add FP8 settings into PNG info
|
2023-12-16 15:08:08 +08:00 |
|
gayshub
|
d859de37d9
|
fix the problem of ruff of github
|
2023-12-15 17:48:20 +08:00 |
|
gayshub
|
1242ba08e1
|
add allow specify the task id and get the location of task in the queue of pending task
|
2023-12-15 16:57:17 +08:00 |
|
CodeHatchling
|
0ef4a4cb23
|
Fixed error that occurs when using vanilla samplers (somehow).
|
2023-12-07 14:54:26 -07:00 |
|
CodeHatchling
|
2abc417834
|
Re-implemented soft inpainting via a script. Also fixed some mistakes with the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
|
2023-12-07 14:28:02 -07:00 |
|
CodeHatchling
|
ac45789123
|
Removed soft inpainting, added hooks for softpainting to work instead.
|
2023-12-06 21:16:27 -07:00 |
|
CodeHatchling
|
38864816fa
|
Merge remote-tracking branch 'origin2/dev' into soft-inpainting
# Conflicts:
# modules/processing.py
|
2023-12-04 20:38:13 -07:00 |
|
CodeHatchling
|
49bbf11407
|
Fixed unused import.
|
2023-12-04 19:47:40 -07:00 |
|
CodeHatchling
|
6fc12428e3
|
Fixed issue where batched inpainting (batch size > 1) wouldn't work because of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly).
|
2023-12-04 19:42:59 -07:00 |
|
CodeHatchling
|
b32a334e3d
|
Applies a convert('RGBA') operation early to mimic previous behaviour.
|
2023-12-04 17:57:10 -07:00 |
|
CodeHatchling
|
60c602232f
|
Restored original formatting.
|
2023-12-04 17:55:14 -07:00 |
|
CodeHatchling
|
57f29bd61d
|
Re-introduce latent blending step from the vanilla inpainting procedure.
|
2023-12-04 17:41:18 -07:00 |
|
CodeHatchling
|
976c1053ef
|
Cleaned up code, moved main code contributions into soft_inpainting.py
|
2023-12-04 16:06:58 -07:00 |
|
CodeHatchling
|
259d33c3c8
|
Enables the original functionality to be toggled on and off.
|
2023-12-04 01:57:21 -07:00 |
|
CodeHatchling
|
aaacf48232
|
Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta.
|
2023-12-04 01:27:22 -07:00 |
|
CodeHatchling
|
552f8bc832
|
"Uncrop" the original denoised image for the composite step, fixing a "ValueError: Images do not match" *shudder*
|
2023-12-03 14:49:41 -07:00 |
|
w-e-w
|
d3fdc4af61
|
rework mask and mask_composite logic
|
2023-12-03 18:22:41 +09:00 |
|
CodeHatchling
|
3bd3a09160
|
Merge remote-tracking branch 'origin/dev' into soft-inpainting
# Conflicts:
# modules/processing.py
|
2023-12-02 21:14:02 -07:00 |
|
CodeHatchling
|
73ab982d1b
|
Blend masks are now produced afterward, based on an estimate of the visual difference between the original and modified latent images. This should remove ghosting and clipping artifacts from masks, while preserving the details of largely unchanged content.
|
2023-12-02 21:07:02 -07:00 |
|
drhead
|
4a43334376
|
Revert 309a606c
|
2023-12-02 14:05:42 -05:00 |
|
catboxanon
|
83e8c32276
|
Fix save_samples being checked early when saving masked composite
|
2023-12-02 13:30:53 -05:00 |
|
drhead
|
81c4ddf6eb
|
fix linting
|
2023-12-02 13:11:00 -05:00 |
|
drhead
|
309a606c2f
|
ensure that original alpha bar always exists
|
2023-12-02 13:07:45 -05:00 |
|
AUTOMATIC1111
|
b58d061e41
|
infotext updates: add option to disregard certain infotext fields, add option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
|
2023-12-02 08:33:28 +03:00 |
|
drhead
|
668ae34e21
|
remove debug print
|
2023-11-29 22:48:31 -05:00 |
|
catboxanon
|
de79597ab9
|
Only apply ztSNR related code if alphas_cumprod exists
|
2023-11-29 18:33:32 -05:00 |
|
catboxanon
|
ffa7f8201d
|
Lint
|
2023-11-29 18:10:43 -05:00 |
|
drhead
|
6d0a8dcd89
|
Implement zero terminal SNR schedule option
|
2023-11-29 17:42:07 -05:00 |
|
CodeHatchling
|
c7a1ff8720
|
Tweaked default values.
|
2023-11-28 23:31:10 -07:00 |
|
CodeHatchling
|
c5c7fa06aa
|
Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
|
2023-11-28 22:35:07 -07:00 |
|
CodeHatchling
|
debf836fcc
|
Added UI elements to control blending parameters.
|
2023-11-28 16:15:36 -07:00 |
|
CodeHatchling
|
a6e5846453
|
Nerfs the aggressive post-processing step of overlaying the original image.
|
2023-11-28 16:13:42 -07:00 |
|