Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
ljleb 296c791d27
Revert "Added a new API call to get the preprocessor list" 2023-03-17 03:48:07 -04:00
ljleb 1681ae4eae
Merge pull request #601 from mishafarms/api_preprocessors
Added  a new API call to get the preprocessor list
2023-03-17 03:37:02 -04:00
ljleb fd3e58a852 move dict directly to global_state 2023-03-17 03:29:29 -04:00
ljleb 2aa9c048cf fix: ignore kwargs 2023-03-17 02:03:54 -04:00
ljleb 6e339e9b57
fix: sensible defaults for remote call units (#606) 2023-03-15 16:06:42 -04:00
ljleb 426014e633
fix: #602 (#605) 2023-03-15 15:44:07 -04:00
mishafarms 87db009295 Merge remote-tracking branch 'origin/main' into movie2movie_pre 2023-03-15 10:04:15 -07:00
Michael 8a03b2a082 use a better name in the function 2023-03-15 10:01:46 -07:00
Michael 3f28601896 Updated to use global_state 2023-03-15 09:56:04 -07:00
mishafarms 1159366077 Merge remote-tracking branch 'origin/api_preprocessors' into api_preprocessors
# Conflicts:
#	scripts/controlnet.py
#	scripts/external_code.py
2023-03-15 09:50:46 -07:00
Michael 25772cfe34 Updated to use global_state 2023-03-15 09:49:36 -07:00
mishafarms 57a1cfb65d Merge remote-tracking branch 'origin/main' into api_preprocessors
# Conflicts:
#	scripts/controlnet.py
#	scripts/external_code.py
2023-03-15 07:25:03 -07:00
Kakigōri Maker a3c424f5dc
Merge branch 'main' into api_preprocessors 2023-03-15 22:25:44 +09:00
Kakigōri Maker 8682c1e497
Merge pull request #587 from ljleb/array-of-struct
deprecate `/controlnet/*2img` routes in favor of webui alswayson scripts support in API
2023-03-15 17:51:21 +09:00
ljleb fdfeb378a0 typpo 2023-03-15 02:58:52 -04:00
ljleb 131845aca3 merge main 2023-03-15 01:53:07 -04:00
ljleb e1fe7421c9 merge main 2023-03-15 01:51:52 -04:00
Michael cb46a182df Added a new API call to get the preprocessor list 2023-03-14 22:28:17 -07:00
Kakigōri Maker fc904ce6c2
Merge pull request #599 from ljleb/api-version
Add API version getter
2023-03-15 14:23:32 +09:00
Michael 0f60881408 added preprocessor save in movie2movie.py and made unique filenames 2023-03-14 22:05:30 -07:00
ljleb 175cfc3b77 add version in both apis 2023-03-14 23:44:51 -04:00
ljleb fd753f22a1 workaround for is_img2img and is_ui 2023-03-14 22:06:05 -04:00
ljleb 2db7eee81e test image dict getter 2023-03-14 20:46:16 -04:00
ljleb e0d94846f4 add test for mask property 2023-03-14 19:51:39 -04:00
ljleb 9c34a59684 reload modules for users that dont fully restart webui 2023-03-14 19:23:18 -04:00
ljleb 1d44dd7984 refactor and diff main 2023-03-14 18:57:19 -04:00
ljleb 40934b81b9 more tests 2023-03-14 18:28:31 -04:00
ljleb 728c138ed6 ignore argparse errors using env var 2023-03-14 15:45:03 -04:00
ljleb 1506fe6dae give up on patch and temp test with ljleb branch 2023-03-14 15:30:46 -04:00
ljleb ab505434fa reject? 2023-03-14 15:27:36 -04:00
ljleb 18baece656 allow-empty? 2023-03-14 15:27:09 -04:00
ljleb c7af5aaf6e cd before patch? 2023-03-14 15:21:56 -04:00
ljleb add8e483af reject? 2023-03-14 15:20:57 -04:00
ljleb 2c2ad09e46 try patch to see if workflow fixes itself 2023-03-14 15:07:45 -04:00
ljleb d4477a5ed2 add back external code tests 2023-03-14 14:49:04 -04:00
ljleb 28bfda8df4 bypass external code tests for now 2023-03-13 20:31:12 -04:00
ljleb 3c273363df revert relative imports 2023-03-13 20:19:19 -04:00
ljleb 88919de14b workaround for torch check 2023-03-13 20:10:21 -04:00
Kakigōri Maker 274dd5df21
Merge pull request #588 from vladmandic/main
skip process if nothing to do
2023-03-14 09:04:36 +09:00
ljleb 91fbfb56b2 temp remove external_code tests 2023-03-13 17:03:41 -04:00
ljleb 4bca649a3a remove is_img2img from args 2023-03-13 16:55:57 -04:00
ljleb 571e4c9413 remove is_img2img from args, fix 2023-03-13 16:49:37 -04:00
ljleb 4cff986240 test dict args, test external_code 2023-03-13 16:32:22 -04:00
Vladimir Mandic c13423af0f
skip process if nothing to do 2023-03-13 15:19:31 -04:00
ljleb ed51ee5099 fix xyz support imports 2023-03-13 15:13:53 -04:00
ljleb a9f9613f1a add back changes 2023-03-13 14:48:05 -04:00
Kakigōri Maker c73c9451cf
Merge pull request #583 from Mikubill/revert-527-array-of-struct
Revert "Deprecate `/controlnet/*2img` web API in favor of new alwayso…
2023-03-14 02:16:47 +09:00
Kakigōri Maker 094c79bbb0
Revert "Deprecate `/controlnet/*2img` web API in favor of new alwayson_scripts support" 2023-03-14 02:05:29 +09:00
Kakigōri Maker 6a5580ca7c
Merge pull request #527 from ljleb/array-of-struct
Deprecate `/controlnet/*2img` web API in favor of new alwayson_scripts support
2023-03-13 20:58:34 +09:00
Kakigōri Maker f0a8219049
Merge pull request #579 from Mikubill/add-tests-action
Add tests action
2023-03-13 19:46:33 +09:00