AUTOMATIC1111
d6a3988b86
Merge pull request #9669 from catboxanon/patch/sampler-schedule-fix
...
Fix prompt schedule for second order samplers
2023-04-29 12:56:57 +03:00
AUTOMATIC1111
fc6eeda69c
Merge pull request #9130 from Vespinian/fix-api-alwayson_scripts-less-then-requiered-args
...
[Fix] Prevent alwayson_scripts args param resizing script_arg list when they are inserted in it
2023-04-29 12:55:19 +03:00
AUTOMATIC
b06205eaf6
Allow user input for gradio theme selection
2023-04-29 12:52:09 +03:00
AUTOMATIC1111
e6cbfcfe5b
Merge branch 'dev' into gradio-theme-support
2023-04-29 12:45:43 +03:00
AUTOMATIC1111
2c935d8eb0
Merge pull request #9518 from yike5460/master
...
add branch support for extension installation
2023-04-29 12:41:30 +03:00
AUTOMATIC
ee71eee181
stuff related to torch version change
2023-04-29 12:36:50 +03:00
AUTOMATIC1111
e55cb92067
Merge pull request #9737 from AdjointOperator/master
...
add tiled inference support for ScuNET
2023-04-29 11:34:35 +03:00
AUTOMATIC
5fe0dd79be
rename CPU RNG to RNG source in settings, add infotext and parameters copypaste support to RNG source
2023-04-29 11:29:37 +03:00
AUTOMATIC1111
cb9571e37f
Merge pull request #9734 from deciare/cpu-randn
...
Option to make images generated from a given manual seed consistent across CUDA and MPS devices
2023-04-29 11:16:06 +03:00
AUTOMATIC1111
dda839f686
Merge pull request #9693 from racinmat/hidable_buttons
...
adds label to buttons to make them hide
2023-04-29 11:05:51 +03:00
AUTOMATIC1111
1f6aabbd55
Merge pull request #9839 from dennissheng/master
...
fix ui img2img scripts
2023-04-29 10:26:47 +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
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
a33d49cc57
Merge branch 'dev' into fix_batch_processing
2023-04-29 09:30:33 +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
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
dennissheng
bbc7a778d8
fix ui img2img scripts
2023-04-24 17:36:16 +08:00
AdjointOperator
dec5cdd9b8
add tiled inference support for ScuNET
2023-04-19 15:35:50 +08:00
Deciare
d40e44ade4
Option to use CPU for random number generation.
...
Makes a given manual seed generate the same images across different
platforms, independently of the GPU architecture in use.
Fixes #9613 .
2023-04-18 23:27:46 -04:00
missionfloyd
f4b332f041
Add "None" option to extra networks dropdowns
2023-04-18 17:01:46 -06:00
Matěj Račinský
eddcdb8061
adds label to buttons to make them hide
2023-04-17 23:48:28 +02:00
catboxanon
9de7298898
Update processing.py
2023-04-16 21:06:37 -04:00
catboxanon
234fa9a57d
Update shared.py
2023-04-16 21:06:22 -04:00
catboxanon
4d0c816303
Modify step multiplier flow
2023-04-16 20:39:45 -04:00
catboxanon
81b276a1ea
Add second order samplers compat option
2023-04-16 20:39:18 -04:00
catboxanon
56f8a6b081
Fix sampler schedules with step multiplier
2023-04-16 20:34:52 -04: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
yike5460
7c62bb2788
fix: support for default branch
2023-04-10 09:38:26 +08: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
yike5460
1aba8d82cb
feat: add branch support for extension installation
2023-04-09 22:22:43 +08: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
AUTOMATIC
22bcc7be42
attempted fix for infinite loading for settings that some people experience
2023-03-29 08:58:29 +03:00
Vespinian
70a0a11783
Changed behavior that puts the args from alwayson_script request in the script_args, so don't accidently resize the arg list if we get less arg then or default list has
2023-03-28 23:52:51 -04: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
daa5a83bb7
Merge pull request #9052 from space-nuko/temp-disable-extensions
...
Temporary disable extensions option
2023-03-28 19:42:09 +03:00
AUTOMATIC1111
f1db987e6a
Merge pull request #8958 from MrCheeze/variations-model
...
Add support for the unclip (Variations) models, unclip-h and unclip-l
2023-03-28 19:39:20 +03:00
space-nuko
4414d36bf6
Merge branch 'master' into img2img-enhance
2023-03-28 10:59:12 -04:00
space-nuko
fc8e1008ea
Make disable configurable between builtin/extra extensions
2023-03-27 12:44:49 -04:00