1
0
mirror of https://github.com/vladmandic/sdnext.git synced 2026-01-29 05:02:09 +03:00

867 Commits

Author SHA1 Message Date
Vladimir Mandic
d36b16d03f refactor api auth 2023-05-23 14:31:22 -04:00
Vladimir Mandic
f8f81f86e6 update prompt parser and image size 2023-05-20 13:12:50 -04:00
Vladimir Mandic
df65e8e30a update clip skip and attention normalization 2023-05-18 22:16:24 -04:00
Vladimir Mandic
f14857fe0b update xyz grid 2023-05-18 19:00:05 -04:00
Vladimir Mandic
fef49279f8 update 2023-05-18 15:41:52 -04:00
Vladimir Mandic
5aaa83d0fa update xyz grid 2023-05-18 15:29:50 -04:00
Vladimir Mandic
22a9e70150 allow xyz grid to create images only without grid 2023-05-18 09:46:36 -04:00
Vladimir Mandic
0ccda9bc8b jumbo patch 2023-05-17 14:15:55 -04:00
Vladimir Mandic
1b73161e4d update prompt parser 2023-05-15 12:25:41 -04:00
Vladimir Mandic
8350b93a5c add force latent sampler 2023-05-15 09:32:20 -04:00
Vladimir Mandic
85d67d6331 add interrupt to processing 2023-05-14 12:13:44 -04:00
Matthias Egger
293cd69940 fix prompts from file script failing to read contents from a drag/drop file
It was not possible to open a file with different prompts into the `Prompts from file` script.

Found an upstream fix:
8ca50f8240

which i implemented localy.
2023-05-14 13:13:46 +02:00
Vladimir Mandic
05656a54fe update extra networks 2023-05-11 09:30:34 -04:00
Vladimir Mandic
c5df80197e new extension manager 2023-05-10 15:12:02 -04:00
Vladimir Mandic
d8a2c32918 xyz grid optimizations 2023-05-09 10:41:23 -04:00
Vladimir Mandic
7a083d322b merge commits 2023-05-02 15:06:06 -04:00
Vladimir Mandic
2166b4de06 fix exif data handler 2023-05-02 09:56:33 -04:00
Vladimir Mandic
a136a8ea63 update 2023-04-30 18:44:19 -04:00
nekoworkshop
df965a837b Remove less useful ToMe options from the xyz plot 2023-04-29 23:01:31 -04:00
nekoworkshop
e97443ff1b Adjust axis names to be shorter. 2023-04-29 18:16:11 -04:00
nekoworkshop
0e165ed2ee Use SharedSettingsStackHelper 2023-04-29 18:16:11 -04:00
nekoworkshop
5dc9743592 Initial implementation 2023-04-29 18:16:11 -04:00
Vladimir Mandic
ba50dbbdbf add memory monitor 2023-04-29 17:36:45 -04:00
Aurora
d793afbd03 Remove hardcoded disabling of grids in file script 2023-04-29 16:53:41 +02:00
Vladimir Mandic
9975f819a0 xyz improvements 2023-04-29 10:07:09 -04:00
Vladimir Mandic
4e05d95ee0 fix prompts from file 2023-04-29 08:58:32 -04:00
cool-bigdogs-tshirt
a78ce0a3ca xyz override for latent upscaler fallback 2023-04-28 22:32:01 -05:00
Vladimir Mandic
99e3fceedb cleanup scripts 2023-04-28 13:09:34 -04:00
Vladimir Mandic
5dcaaba614 reduce extra network exceptions 2023-04-27 09:42:41 -04:00
Vladimir Mandic
6c28ebaf6b Merge pull request #235 from missionfloyd/extras-sliders
Extras sliders
2023-04-27 09:20:00 -04:00
PangBo
c4cfa03303 Merge branch 'master' into xyz-plot-dropdown-vladmandic 2023-04-24 10:26:05 +08:00
missionfloyd
60b72fab5a Merge branch 'master' into extras-sliders 2023-04-23 17:36:52 -06:00
Vladimir Mandic
e2d1b3664a Merge pull request #232 from space-nuko/improve-custom-code-extension
Improve custom code extension
2023-04-21 09:30:00 -04:00
Vladimir Mandic
4d179a4c96 Merge pull request #241 from wywywywy/bug-outpainting-mk2-file-format
Bug outpainting mk2 file format
2023-04-21 09:28:54 -04:00
Vladimir Mandic
45dcc69484 update defaults 2023-04-15 14:40:53 -04:00
Vladimir Mandic
2ece9782e4 handle duplicate extensions and redo exception handler 2023-04-14 09:57:53 -04:00
pangbo13
3ac5f9c471 fix axis swap and infotxt 2023-04-05 21:43:27 +08:00
pangbo13
c01dc1cb30 add dropdown for X/Y/Z plot 2023-04-05 19:22:51 +08:00
wywywywy
80b847e72d bug: poorman use sample file format not grid 2023-04-01 10:47:49 +01:00
wywywywy
9dc722bcf2 bug: outpaint-mk2 use sample file format not grid 2023-04-01 10:39:50 +01: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
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
space-nuko
4414d36bf6 Merge branch 'master' into img2img-enhance 2023-03-28 10:59:12 -04:00
Vladimir Mandic
6a4bc9ad10 Merge pull request #61 from AUTOMATIC1111/master
merge from upstream
2023-03-26 01:50:11 -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
7ea5d395c4 Add upscaler to img2img 2023-03-25 12:52:43 -04:00
Vladimir Mandic
36c2d8eae8 update gradio styles 2023-03-25 12:50:13 -04:00