3998 Commits (daa5a83bb7b38a46b875a4df2f9a35b848359297)
 

Author SHA1 Message Date
AUTOMATIC1111 daa5a83bb7
Merge pull request #9052 from space-nuko/temp-disable-extensions
Temporary disable extensions option
3 years ago
AUTOMATIC1111 cb3e1ba9bd
Merge pull request #9061 from zetclansu/patch-1
fix [Bug]: very wide image doesn't fit in inpaint. Update style.css
3 years ago
AUTOMATIC1111 f1db987e6a
Merge pull request #8958 from MrCheeze/variations-model
Add support for the unclip (Variations) models, unclip-h and unclip-l
3 years ago
AUTOMATIC1111 e49c479819
Merge pull request #9031 from AUTOMATIC1111/serve-css-as-files
serve css as independent files
3 years ago
space-nuko 56f62d3851 Skip extension installers if all disabled 3 years ago
zetclansu 4b49020506
Update style.css
Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch
3 years ago
space-nuko fc8e1008ea Make disable configurable between builtin/extra extensions 3 years ago
space-nuko 2a4d3d2124 Add temporary "disable all extensions" option for debugging use 3 years ago
AUTOMATIC 77f9db3b08 serve css as independent files 3 years ago
AUTOMATIC1111 955df7751e
Merge pull request #9021 from pieresimakp/pr-dev
Fix the style box dropdown not wrapping in txt2img and img2img
3 years ago
AUTOMATIC 9e82896d5f remove an extra unneeded row in outputs 3 years ago
AUTOMATIC 5fcd4bfa3d do not read extensions' git stuff at startup 3 years ago
AUTOMATIC 5cf3822e46 Revert "Merge pull request #8651 from vladmandic/flicker"
This reverts commit 8402682118, reversing
changes made to e8bbc344c3.
3 years ago
AUTOMATIC1111 c7daba71de
Merge pull request #8669 from Vespinian/fix-api-running-unwanted_scripts
Fix for API running unwanted alwayson scripts
3 years ago
AUTOMATIC1111 769def1e41
Merge pull request #8944 from SirFrags/extra_save_geninfo
Transfer generation parameters to previews
3 years ago
AUTOMATIC a70ae917ea update button pressed down style for #8569 3 years ago
AUTOMATIC1111 a7d6fc3b42
Merge pull request #8569 from missionfloyd/extra-networks-toggle
Make extra networks button togglable
3 years ago
AUTOMATIC1111 c5e1efb4ca
Merge pull request #8525 from bluelovers/pr/sort-001
feat: try sort as ignore-case
3 years ago
AUTOMATIC b40538a7fe reformat css from latest commits, change color for dropdown selection to more neutral one 3 years ago
AUTOMATIC1111 8a454dab33
Merge pull request #8959 from missionfloyd/dropdown-width
Fix dropdown width
3 years ago
AUTOMATIC 3d09b4e99f remove -y, bring back -f 3 years ago
AUTOMATIC ff0d97c1e3 bring back -y 3 years ago
AUTOMATIC1111 e8f34e3b41
Merge pull request #8938 from space-nuko/fix-image-ar-overlay
Fix img2img aspect ratio overlay in Gradio 3.23.0
3 years ago
AUTOMATIC1111 c19036d3fe
Merge pull request #8615 from gmikhail/readme-improvement
Minor README improvement
3 years ago
pieresimakp 68a5604cac Merge remote-tracking branch 'upstream/master' into pr-dev 3 years ago
AUTOMATIC1111 3b5a3fab91
Merge pull request #8943 from space-nuko/fix-accordion-padding
Fix padding on accordion/dropdown list elements
3 years ago
AUTOMATIC1111 a89af2325d
Merge pull request #8940 from space-nuko/fix-send-to-img2img
Fix Send to img2img buttons
3 years ago
AUTOMATIC1111 a336c7fe23
Merge pull request #9017 from camenduru/dev
convert to python v3.9
3 years ago
pieresimakp 774c691df8 fixed style box wrapping 3 years ago
camenduru 6a147db128
convert to python v3.9 3 years ago
camenduru 9d7390d2d1
convert to python v3.9 3 years ago
MrCheeze 1f08600345 overwrite xformers in the unclip model config if not available 3 years ago
AUTOMATIC 4c1ad743e3 for img2img, use None as upscaler instead of erroring out if the desired upscaler is not found 3 years ago
AUTOMATIC 532ac22b38 Merge branch 'lora_inplace' 3 years ago
AUTOMATIC 650ddc9dd3 Lora support for SD2 3 years ago
AUTOMATIC b705c9b72b Merge branch 'lora_sd2' into lora_inplace 3 years ago
AUTOMATIC1111 64da5c46ef
Merge pull request #8931 from LipeCarmel/patch-1
loopback.py Colab compatibility and bug fix
3 years ago
missionfloyd d286df0a71
Fix dropdown width 3 years ago
MrCheeze 8a34671fe9 Add support for the Variations models (unclip-h and unclip-l) 3 years ago
bluelovers d64ff4248b remove changes in textual_inversion.py 3 years ago
missionfloyd 254ad09ef3
Update style.css 3 years ago
missionfloyd 6f18c9b13f
Merge branch 'master' into extra-networks-toggle 3 years ago
AUTOMATIC 80b26d2a69 apply Lora by altering layer's weights instead of adding more calculations in forward() 3 years ago
SirFrags abc4d3a693
preview replace save params 3 years ago
space-nuko d3b188c82d Fix padding on accordion/dropdown list elements 3 years ago
space-nuko 5eb7ff7768 Fix Send to img2img buttons 3 years ago
AUTOMATIC1111 a0d07fb580
Merge pull request #8936 from space-nuko/fix-notifications
Fix notifications not triggering
3 years ago
space-nuko 945f6e5e99 Fix img2img aspect ratio overlay in Gradio 3.23.0 3 years ago
space-nuko 9377092a89 Fix notifications not triggering 3 years ago
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. 3 years ago