AUTOMATIC1111
8ec0442dcd
Merge pull request #8322 from yeataro/master
...
add: /sdapi/v1/scripts in API
2023-03-11 13:43:34 +03:00
butaixianran
946797b01d
update "replace preview" link button's css
...
modify css
`.extra-network-thumbs .card:hover .additional a` 's value from `block` to `inline-block`.
So, extensions can add more buttons to extra network's thumbnail card.
2023-03-11 18:42:14 +08:00
AUTOMATIC
3531a50080
rename fields for API for saving/sending images
...
save images to correct directories
2023-03-11 13:22:59 +03:00
AUTOMATIC1111
bb3ecc3285
Merge pull request #8287 from vladmandic/save-images
...
Allow saving of images generated via API
2023-03-11 13:03:23 +03:00
AUTOMATIC1111
d81c503918
Merge pull request #8367 from pamparamm/scaled-dot-product-attention
...
Add scaled dot product attention
2023-03-11 12:24:03 +03:00
AUTOMATIC
1ace16e799
use path to git from env variable for git_pull_recursive
2023-03-11 12:21:53 +03:00
AUTOMATIC1111
f0a917c990
Merge pull request #8425 from vladlearns/master
...
feat: auto update all extensions using flag
2023-03-11 12:20:30 +03:00
AUTOMATIC
58b5b7c2f1
add UniPC options to infotext
2023-03-11 12:09:36 +03:00
AUTOMATIC
f261a4a53c
use selected device instead of always cuda for UniPC sampler
2023-03-11 11:56:05 +03:00
AUTOMATIC1111
a11ce2b96c
Merge pull request #7710 from space-nuko/unipc
...
Implement UniPC sampler
2023-03-11 11:45:31 +03:00
space-nuko
5fef67f6ee
Requested changes
2023-03-10 19:56:14 -05:00
space-nuko
ac38ad7e60
Merge remote-tracking branch 'origin/master' into unipc
2023-03-10 19:42:46 -05:00
Pam
8d7fa2f67c
sdp_attnblock_forward hijack
2023-03-10 22:48:41 +05:00
Vladimir Mandic
1226028b9c
fix silly math error
2023-03-10 11:21:48 -05:00
Pam
0981dea948
sdp refactoring
2023-03-10 12:58:10 +05:00
Pam
37acba2633
argument to disable memory efficient for sdp
2023-03-10 12:19:36 +05:00
vladlearns
13081dd45e
chore: added autostash flag to pull
2023-03-09 16:56:06 +02:00
vladlearns
b07b7057f0
chore: removed scripts and added a flag to launch.py
2023-03-09 16:29:07 +02:00
vladlearns
09c73710c9
chore: auto update all extensions using scripts
2023-03-08 23:00:55 +02:00
Yea Chen
f85a192f99
Update modules/api/api.py
...
Suggested change by @akx
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-03-07 04:04:35 +08:00
Pam
fec0a89511
scaled dot product attention
2023-03-07 00:33:13 +05:00
Aarni Koskela
06f167da37
Extra networks: support .txt description sidecar file
2023-03-06 21:15:33 +02:00
Aarni Koskela
49b1dc5e07
Deduplicate extra network preview-search code
2023-03-06 21:00:34 +02:00
Brad Smith
d118cb6ea3
use lowercase name for sorting; keep UpscalerLanczos
and UpscalerNearest
at the start of the list with UpscalerNone
...
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-03-06 13:21:42 -05:00
DejitaruJin
c8b52c7975
Short-circuit error handling
2023-03-04 19:32:09 -05:00
Vladimir Mandic
b012d70f15
update using original defaults
2023-03-04 17:51:37 -05:00
DejitaruJin
eb29ff211a
Add files via upload
2023-03-04 16:06:40 -05:00
DejitaruJin
fe7d7dfd5a
Add files via upload
2023-03-04 15:40:35 -05:00
DejitaruJin
2ba880704b
Add files via upload
2023-03-04 13:00:27 -05:00
DejitaruJin
2d9635cce5
Fix display and save order for X/Y/Z Grid script
2023-03-04 12:51:55 -05:00
Yea chen
c48bbccf12
add: /sdapi/v1/scripts in API
...
API for get scripts list
2023-03-04 11:46:07 +08:00
Vladimir Mandic
f8e219bad9
allow api requests to specify do not send images in response
2023-03-03 09:00:52 -05:00
Vladimir Mandic
23d4fb5bf2
allow saving of images via api
2023-03-03 08:29:10 -05:00
Ju1-js
fc3063d9b9
Remove unnecessary line
2023-03-01 18:25:23 -08:00
Adam Huganir
b14d8b61bd
version bump for git python due to CVE-2022-24439
...
required version for CVE-2022-24439 is >= 3.130
2023-03-01 13:07:37 -05:00
Ju1-js
7990ed92be
Slash was facing the wrong way
2023-02-28 22:05:47 -08:00
Ju1-js
1e30e4d9eb
Gradio auth logic fix - Handle empty/newlines
...
When the massive one-liner was split into multiple lines, it lost the ability to handle newlines. This removes empty strings & newline characters from the logins. It also closes the file so it's more robust if the garbage collection function is ever changed.
2023-02-28 15:55:12 -08:00
Vespinian
c6c2a59333
comment clarification
2023-02-27 23:45:59 -05:00
Vespinian
a39c4cf766
small refactor of api.py
2023-02-27 23:27:33 -05:00
Vespinian
3b6de96467
Added alwayson_script_name and alwayson_script_args to api
...
Added 2 additional possible entries in the api request: alwayson_script_name, a string list, and, alwayson_script_args, a list of list containing the args of each script. This allows us to send args to always on script and keep backwards compatibility with old script_name and script_arg api params
2023-02-27 21:51:20 -05:00
Vladimir Mandic
3c6459154f
add check for resulting image size
2023-02-27 17:28:04 -05:00
Adam Huganir
6d92d95a33
git 3.1.30 api change
2023-02-25 19:15:06 +00:00
Vladimir Mandic
ed43a822b2
fix progressbar
2023-02-25 12:56:03 -05:00
missionfloyd
aa108bd02a
Add lossless webp option
2023-02-24 20:57:18 -07:00
Brad Smith
b15bc73c99
sort upscalers by name
2023-02-24 14:45:08 -05:00
laksjdjf
534cf60afb
Update script_callbacks.py
2023-02-24 14:26:55 +09:00
laksjdjf
9a1435946c
Update sd_samplers_kdiffusion.py
2023-02-24 14:04:23 +09:00
laksjdjf
327186b484
Update script_callbacks.py
2023-02-24 14:03:46 +09:00
Tpinion
ac4c7f05cd
Filter out temporary files that will be generated if the download fails.
2023-02-24 00:42:29 +08:00
fkunn1326@users.noreply.github.com
b90cad7f31
Add .mjs support for extensions
2023-02-23 03:29:22 +00:00