AUTOMATIC1111
7393fdefd5
Merge pull request #9060 from AlUlkesh/master
...
fix: lightboxModal, selectedTab
2023-04-29 10:46:10 +03:00
AUTOMATIC1111
d2f3f40a86
Merge pull request #9227 from bbonvi/master
...
fix disappearing live previews and progressbar during slow tasks
2023-04-29 10:29:47 +03:00
AUTOMATIC1111
1f6aabbd55
Merge pull request #9839 from dennissheng/master
...
fix ui img2img scripts
2023-04-29 10:26:47 +03:00
AUTOMATIC
86bafb625a
put asyncio fix into a function to make it more obvious where it starts and ends
2023-04-29 10:21:01 +03:00
AUTOMATIC1111
24dec9c832
Merge pull request #9319 from wk5ovc/patch-1
...
Fix #9046 /sdapi/v1/txt2img endpoint not working
2023-04-29 10:14:19 +03:00
AUTOMATIC1111
840d1854cd
Merge pull request #9862 from missionfloyd/extras-sliders-main
...
Change extras "scale to" to sliders
2023-04-29 10:07:01 +03:00
AUTOMATIC1111
5b4bcea956
Merge pull request #9757 from missionfloyd/editattention-selectcurrentword
...
Automatically select current word when adjusting weight with ctrl+up/down
2023-04-29 10:05:37 +03:00
AUTOMATIC
642d96dcc8
use exist_ok=True instead of checking if directory exists
2023-04-29 10:04:01 +03:00
AUTOMATIC1111
39654cc905
Merge pull request #9867 from darnell8/master
...
Fix CLIP FileExistsError
2023-04-29 10:03:07 +03:00
AUTOMATIC1111
b0f55d374e
Merge pull request #9429 from forsurefr/save-init-images
...
Add support for saving init images in img2img
2023-04-29 10:01:33 +03:00
AUTOMATIC1111
b0ad46676b
Merge pull request #9884 from aniaan/fix/remove-dup-code
...
perf(webui): Remove duplicate code
2023-04-29 09:59:40 +03:00
AUTOMATIC1111
cf5bd93200
Merge pull request #9657 from Filexor/master
...
Add filename pattern for CLIP_stop_at_last_layers (clip skip).
2023-04-29 09:43:43 +03:00
AUTOMATIC
1514add559
remove unneded imports and type signature
2023-04-29 09:42:49 +03:00
AUTOMATIC1111
37c59c2710
Merge pull request #9723 from missionfloyd/extra-network-none
...
Add "None" option to extra networks dropdowns
2023-04-29 09:42:07 +03:00
AUTOMATIC1111
38f1c8183b
Merge pull request #9513 from ilya-khadykin/fix_batch_processing
...
fix(extras): fix batch image processing on 'Extras\Batch Process' tab
2023-04-29 09:30:46 +03:00
AUTOMATIC1111
a33d49cc57
Merge branch 'dev' into fix_batch_processing
2023-04-29 09:30:33 +03:00
AUTOMATIC1111
7fc10e0445
Merge pull request #9134 from space-nuko/improve-custom-code-extension
...
Improve custom code script
2023-04-29 09:25:39 +03:00
AUTOMATIC
5a666f3904
bump gradio to 3.27
2023-04-29 09:21:31 +03:00
AUTOMATIC
101a18fc84
bump gradio to 3.27
2023-04-29 09:17:35 +03:00
aniaan
7ea5be3e29
perf(webui): Remove duplicate code
2023-04-26 20:59:55 +08:00
darnell8
bb426de1cd
Fix CLIP FileExistsError
2023-04-25 22:53:06 +08:00
missionfloyd
0e071ae504
Custom delimiters
2023-04-25 08:08:57 -06:00
missionfloyd
84c5b0801a
Update postprocessing_upscale.py
2023-04-24 20:07:24 -06:00
dennissheng
bbc7a778d8
fix ui img2img scripts
2023-04-24 17:36:16 +08:00
bbonvi
8ae8aeca75
pull progress for 40 seconds
...
for some extreme network conditions 20 seconds may not be enough
2023-04-24 13:12:49 +06:00
missionfloyd
c1fdba5904
Remove hyphen, underscore delimiters
2023-04-21 13:44:31 -06:00
missionfloyd
27d02597c7
Remove parentheses if weight == 1
2023-04-21 01:37:29 -06:00
missionfloyd
7ef5551634
Update delimiters
2023-04-20 02:24:38 -06:00
missionfloyd
ee172c0fc1
Simplify finding word boundaries
...
This also makes it work with prompts without spaces between words
2023-04-20 01:34:13 -06:00
missionfloyd
fbd34a6847
Use string.contains() instead of regex
2023-04-20 01:12:59 -06:00
missionfloyd
e735be8b5b
Automatically select current word
2023-04-19 22:04:34 -06:00
missionfloyd
f4b332f041
Add "None" option to extra networks dropdowns
2023-04-18 17:01:46 -06:00
File_xor
acbec22554
Add self argument that is mandatory to [clip_skip] filename pattern.
2023-04-16 17:14:11 +09:00
File_xor
596556162e
Add filename pattern for CLIP_stop_at_last_layers.
2023-04-16 16:49:21 +09:00
Ilya Khadykin
c19618f370
fix(extras): fix batch image processing on 'Extras\Batch Process' tab
...
This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail.
Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality.
2023-04-09 21:33:09 +02:00
forsurefr
63a6f9b4d9
Do not save init image by default
2023-04-07 12:13:51 +03:00
For Sure
b3593d0997
Add support for saving init images in img2img
2023-04-06 19:42:26 +03:00
keith
aef42bfec0
Fix #9046 /sdapi/v1/txt2img endpoint not working
...
**Describe what this pull request is trying to achieve.**
Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9046
**Environment this was tested in**
* OS: Linux
* Browser: chrome
* Graphics card: RTX 3090
2023-04-03 17:05:49 +08:00
bbonvi
c938b172a4
fix missing live preview and progress during certain tasks
...
Sometimes tasks take longer than 5 seconds to start,
resulting in missing progress bar and livepreviews,
so we have to keep pulling for progress a bit longer (5s -> 20s).
2023-03-31 19:34:58 +06:00
missionfloyd
3ebdd2afd3
Don't return upscaling_res_switch_btn
2023-03-31 00:56:38 -06:00
missionfloyd
69ad46b047
Import switch_values_symbol
2023-03-30 23:25:39 -06:00
missionfloyd
a73f3bf0cf
Change extras "scale to" to sliders
2023-03-30 23:19:40 -06:00
space-nuko
79d57d02f1
Improve custom code extension
...
- Uses `gr.Code` component
- Includes example
- Can return out of body
2023-03-29 01:52:34 -05:00
AUTOMATIC
22bcc7be42
attempted fix for infinite loading for settings that some people experience
2023-03-29 08:58:29 +03:00
AlUlkesh
5a25826d84
try both versions of appendChild
2023-03-28 23:28:46 +02:00
AUTOMATIC
3856ada5cc
do not add mask blur to infotext if there is no mask
2023-03-28 22:20:31 +03:00
AUTOMATIC
433b3ab701
Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
...
This reverts commit 4268759370
, reversing
changes made to 1b63afbedc
.
2023-03-28 20:36:57 +03:00
AUTOMATIC1111
4268759370
Merge pull request #7931 from space-nuko/img2img-enhance
...
Add `Upscale by` and `Upscaler` options to img2img
2023-03-28 20:21:25 +03:00
AUTOMATIC
1b63afbedc
sort hypernetworks and checkpoints by name
2023-03-28 20:03:57 +03:00
AUTOMATIC1111
8c69bd08c5
Merge pull request #9065 from missionfloyd/quicksettings-alignment
...
Fix quicksettings alignment
2023-03-28 19:53:30 +03:00