Commit Graph

4349 Commits

Author SHA1 Message Date
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
Vladimir Mandic 355f6049c2 update wiki 2023-03-08 09:20:27 -05:00
Vladimir Mandic 2cd4a448b2 update extensions 2023-03-08 09:20:14 -05:00
Vladimir Mandic ce2eb4e272 lora with multi-concept training 2023-03-07 13:29:46 -05:00
Vladimir Mandic 809b793542 update defaults and torch notes 2023-03-06 20:29:10 -05:00
Vladimir Mandic a880610f7a update extensions 2023-03-06 18:11:18 -05:00
Vladimir Mandic d0c00e6edf add cmdline help 2023-03-06 18:10:43 -05:00
Vladimir Mandic 04f28df87b update extensions 2023-03-06 16:53:05 -05:00
Vladimir Mandic 61aa82dcd0 add sdp cross-optimization 2023-03-06 16:52:48 -05: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
Vladimir Mandic 5ec19418f1 integrate locon 2023-03-06 11:41:14 -05:00
Vladimir Mandic f33ade1682 integrate locon 2023-03-06 11:41:08 -05:00
Vladimir Mandic 8ba9716907 fix dreambooth style training 2023-03-05 15:52:11 -05:00
DejitaruJin c8b52c7975 Short-circuit error handling 2023-03-04 19:32:09 -05:00
Vladimir Mandic 92076efdc3 update 2023-03-04 18:14:56 -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 00b654f8a1 force dark theme 2023-03-03 16:40:46 -05:00
Vladimir Mandic f7fbe20f1d update extensions 2023-03-03 16:36:04 -05:00
Vladimir Mandic 3fbc209a25 update extensions 2023-03-03 10:55:58 -05:00
Vladimir Mandic daf12bdb3d update 2023-03-03 09:04:35 -05: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
Vladimir Mandic 21e354d9bc fix lora 2023-03-02 15:56:46 -05:00
Vladimir Mandic f028ccda09 update extensions 2023-03-02 10:24:10 -05:00
Ju1-js fc3063d9b9 Remove unnecessary line 2023-03-01 18:25:23 -08:00
Vladimir Mandic f5cb18a56c update 2023-03-01 14:59:21 -05: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
Vladimir Mandic c0097a9e0f update 2023-03-01 11:08:39 -05:00
Vladimir Mandic b94775eae4 update 2023-03-01 11:08:37 -05:00
Vladimir Mandic 9c13f9e624 clean update 2023-03-01 09:47:58 -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
Vladimir Mandic c72a7e9885 update launcher 2023-02-28 16:05:24 -05:00
Vladimir Mandic 63bf9ef2c4 update extensions 2023-02-28 10:05:05 -05:00
Vladimir Mandic 679320a764 add profiler 2023-02-28 10:04:25 -05: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 5e4a9337a1 update wiki 2023-02-27 18:09:38 -05:00