Vladimir Mandic
f25dd739f2
fix previews
2023-03-26 15:48:48 -04:00
Vladimir Mandic
404a2a2cb2
fix broken generate and add progress bars
2023-03-26 14:23:45 -04:00
Vladimir Mandic
a4d00060eb
Merge pull request #62 from AUTOMATIC1111/master
...
merge from upstream
2023-03-26 10:28:05 -04:00
AUTOMATIC
4c1ad743e3
for img2img, use None as upscaler instead of erroring out if the desired upscaler is not found
2023-03-26 11:01:32 +03:00
AUTOMATIC
532ac22b38
Merge branch 'lora_inplace'
2023-03-26 10:44:37 +03:00
AUTOMATIC
650ddc9dd3
Lora support for SD2
2023-03-26 10:44:20 +03:00
Vladimir Mandic
6a4bc9ad10
Merge pull request #61 from AUTOMATIC1111/master
...
merge from upstream
2023-03-26 01:50:11 -04:00
Miao Xiang
cd4fcd2f0c
add a add decription button
2023-03-25 22:01:15 -07:00
AUTOMATIC
b705c9b72b
Merge branch 'lora_sd2' into lora_inplace
2023-03-26 07:04:43 +03:00
AUTOMATIC1111
64da5c46ef
Merge pull request #8931 from LipeCarmel/patch-1
...
loopback.py Colab compatibility and bug fix
2023-03-26 06:48:29 +03:00
missionfloyd
d286df0a71
Fix dropdown width
2023-03-25 21:00:02 -06:00
MrCheeze
8a34671fe9
Add support for the Variations models (unclip-h and unclip-l)
2023-03-25 21:03:07 -04:00
bluelovers
d64ff4248b
remove changes in textual_inversion.py
2023-03-26 06:15:09 +08:00
Vladimir Mandic
6c50798336
update
2023-03-25 17:38:41 -04:00
Vladimir Mandic
0b540fb007
Merge pull request #60 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 17:38:00 -04:00
missionfloyd
254ad09ef3
Update style.css
2023-03-25 15:01:10 -06:00
missionfloyd
6f18c9b13f
Merge branch 'master' into extra-networks-toggle
2023-03-25 14:51:25 -06:00
space-nuko
c9647c8d23
Support Gradio's theme API
2023-03-25 16:11:41 -04:00
AUTOMATIC
80b26d2a69
apply Lora by altering layer's weights instead of adding more calculations in forward()
2023-03-25 23:06:33 +03:00
SirFrags
abc4d3a693
preview replace save params
2023-03-25 15:59:50 -04:00
space-nuko
d3b188c82d
Fix padding on accordion/dropdown list elements
2023-03-25 15:52:06 -04:00
space-nuko
5eb7ff7768
Fix Send to img2img buttons
2023-03-25 14:52:47 -04:00
AUTOMATIC1111
a0d07fb580
Merge pull request #8936 from space-nuko/fix-notifications
...
Fix notifications not triggering
2023-03-25 21:45:40 +03:00
space-nuko
945f6e5e99
Fix img2img aspect ratio overlay in Gradio 3.23.0
2023-03-25 14:44:41 -04:00
space-nuko
9377092a89
Fix notifications not triggering
2023-03-25 14:28:20 -04:00
space-nuko
c5f9f7c237
Use .success() callback on img2img preview inputs change
2023-03-25 14:26:36 -04:00
Vespinian
23f6dfce4c
Reworked this PR, now we have 2 default arg list (one for each tab) that will be initialized on the first api request and then reused afterwards. The init_script_args copies the corresponding default list and applies the modifications asked by the api request.
2023-03-25 14:16:35 -04:00
Vespinian
f371579571
Revert "Made copies of global scriptrunners, now we clear the copied scriptrunner of alwayson_scripts and only add back the ones that that were requested"
...
This reverts commit dfa258de5f .
2023-03-25 14:11:46 -04:00
Vespinian
db602b100e
Revert "Comment fix"
...
This reverts commit f04bd037a5 .
2023-03-25 14:11:38 -04:00
LipeCarmel
5c7ab90a4e
loopback.py Colab compatibility and bug fix
...
This code (suggested by @abvgdeabvgde2 ) literally does the same thing and it does not break with Python 3.9, making it helpful for Google Colab users (me included).
fixes #8927
Also a partial fix for #8902 but it does not resolve the unresponsive UI problem faced by @Archon332
2023-03-25 14:48:22 -03:00
space-nuko
75e7eb9172
img2img resolution preview should use currently selected tab's image
2023-03-25 12:53:03 -04:00
Vladimir Mandic
99a731714e
fix css
2023-03-25 12:52:52 -04:00
space-nuko
7ea5d395c4
Add upscaler to img2img
2023-03-25 12:52:43 -04:00
space-nuko
68999d0b15
Add upscale slider to img2img
2023-03-25 12:52:35 -04:00
Vladimir Mandic
36c2d8eae8
update gradio styles
2023-03-25 12:50:13 -04:00
Vladimir Mandic
70a54bae7d
Merge pull request #59 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 11:48:17 -04:00
Vladimir Mandic
281be75629
initial css for new gradio
2023-03-25 11:47:52 -04:00
AUTOMATIC1111
91ae48fd7e
Merge pull request #8921 from remixer-dec/fix-callstack-loop
...
fix overriding getElementById on document
2023-03-25 17:41:42 +03:00
AUTOMATIC
69eb2a9ee8
add missing extensions_dir, extensions_builtin_dir to extensions.py
2023-03-25 17:39:53 +03:00
Remixer Dec
22bfcf135f
fix overriding getElementById on document
2023-03-25 18:23:34 +04:00
Vladimir Mandic
073e8e1495
Merge pull request #58 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 09:29:37 -04:00
Vladimir Mandic
74da0032f2
pre merge cleanup
2023-03-25 09:29:26 -04:00
Vladimir Mandic
284bbcd67b
update modules
2023-03-25 09:25:13 -04:00
AUTOMATIC1111
b2c428a095
Merge pull request #8839 from pieresimakp/master
...
Add search textbox to filter available extensions by name/description
2023-03-25 16:15:42 +03:00
AUTOMATIC1111
9b2dcb04bc
Merge branch 'master' into master
2023-03-25 16:15:29 +03:00
AUTOMATIC
68953a4705
specify the tests dir in automated tests
2023-03-25 16:12:50 +03:00
AUTOMATIC
8c801362b4
split commandline args into its own file
...
make launch.py use the same command line argument parser as the main program
2023-03-25 16:05:25 +03:00
Vladimir Mandic
b35ebf8927
update requirements
2023-03-25 08:56:51 -04:00
Vladimir Mandic
f181885f0c
Merge pull request #57 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 08:47:00 -04:00
Vladimir Mandic
7dc717cd55
pre merge cleanup
2023-03-25 08:46:37 -04:00