Commit Graph

41 Commits (d5137f063ebd1d31384957a8d3bea61ba5940fff)

Author SHA1 Message Date
Chenlei Hu 16805be062
[Reland] 🔨 Refactor bound check for threshold and resolution (#1675)
* 🔨 Refactor bound check for threshold and resolution (#1668)

* 🔨 Refactor bound check for threshold and resolution

* nits

* 🐛 Fix bound check. Add more unittest.

* Fix param value used in logs
2023-06-22 21:38:12 -04:00
lllyasviel f58807c5f1 Revert "🔨 Refactor bound check for threshold and resolution (#1668)"
This reverts commit 2d5785b43f.
2023-06-22 03:02:45 -07:00
Chenlei Hu 2d5785b43f
🔨 Refactor bound check for threshold and resolution (#1668)
* 🔨 Refactor bound check for threshold and resolution

* nits
2023-06-21 22:05:00 -04:00
lvmin 0cf1c97815 Merge branch 'main' of https://github.com/zombieyang/sd-webui-controlnet into zombieyang-main 2023-05-06 11:03:49 -07:00
unknown 74b32affa5 add modules detail test 2023-05-06 23:49:22 +08:00
ljleb 4abbf4d125 less changes 2023-05-05 14:50:52 -04:00
ljleb ab83f84c6b attempt to fix test 2023-05-05 14:40:14 -04:00
ljleb c4dea407eb guessmode -> control_mode 2023-05-05 14:10:40 -04:00
ljleb 274645d0c7 merge 'main' into this branch 2023-05-05 14:05:38 -04:00
ljleb c5ea2f7027 add back main just to be sure 2023-05-05 12:32:48 -04:00
ljleb 31c52c8244 remove flat args 2023-05-05 12:28:26 -04:00
lvmin 0a4589e373 better codes, version flag 2023-05-03 00:42:49 -07:00
lllyasviel f20d0fa396
assert we have really tested preprocessors 2023-05-02 15:47:52 -07:00
huchenlei 47b7bafa83 Only test depth and openpose_full preprocessor 2023-05-02 17:58:03 -04:00
huchenlei 1a54ad4ffa 🐛 Exclude clip_vision preprocessor 2023-05-02 17:50:13 -04:00
huchenlei 0f915bf983 Add txt2img test with preprocessors 2023-05-02 17:50:13 -04:00
lvmin e7c264bf50 try fix github test 2023-04-26 20:51:46 -07:00
ljleb 0342759629
ignore extra args from api and fix param count (#1013)
* fix api

* automatic param count

* add new control param in tests

* add new control param in tests
2023-04-24 01:08:43 -04:00
ljleb 07ef8a750a
Multi-ControlNet Batch (#683)
* add back preprocessor

* reload imports for people that update without restarting webui

* remeove img2img tab tracker (replaced by batch hijack)

* batch hijack script

* update gradio ui

* new options (used by batch hijack)

* demeter violation

* clear detected_map

* bug fixes, boys scout and whitespace

* demeter (tests)

* batch tests

* fix alwayson script args in api tests

* extract cn unit image type

* update instead of buggy set

* update readme

* carousel -> gallerie output

* fix index in unit batch iterator

* fix hook unregistering all callbacks

* dont modify hook

* fix non-cn batch

* fix responsiveness

* dont need queue here

* state no change

* readme

* name

* fix ui, bump version

* loopback less important

* interrupt batch if no input image

* keep batch mode in sync

* typo
2023-04-23 16:35:31 -04:00
lvmin 2c71749d82 see if pass test, 5th attempt 2023-04-20 02:04:19 -07:00
lvmin 33be4f47af see if pass test, 4th attempt 2023-04-20 00:31:08 -07:00
lvmin 4ba62a6470 see if pass test, 2nd attempt 2023-04-19 23:49:52 -07:00
lvmin c07a140cdd use text consistent to a1111 resizing 2023-04-18 00:56:21 -07:00
lvmin 42158b1b43 major update - ControlNet 1.1 GUI 2023-04-17 16:53:20 -07:00
lvmin 7a1eacc92e low vram vs shuffle 2023-04-15 20:07:32 -07:00
Vespinian fbcbe6f84b Added a 0 controlunit tests in alwayson script to test the default units created in a normal API call, should also test for mismatch max units vs given units 2023-04-04 20:20:53 -04:00
Vespinian 177379ffe5 Revert "Experiment: add 2 tests that change the max model option to test 2 max_model with 1 unit"
This reverts commit 31aacd242f.
2023-04-04 20:10:59 -04:00
Vespinian 31aacd242f Experiment: add 2 tests that change the max model option to test 2 max_model with 1 unit 2023-04-03 22:53:29 -04:00
Vespinian c99056ba95 Use the deprecated routes in the deprecated route tests 2023-03-31 14:08:30 -04:00
Vespinian eb493b628f removed unused import 2023-03-31 11:27:00 -04:00
Vespinian ef5bd8442d comment fix 2023-03-31 01:00:33 -04:00
Vespinian 014c741235 added comment 2023-03-31 00:59:54 -04:00
Vespinian c51fde4498 Added experimental stderr parsing in assert_status_ok 2023-03-31 00:52:36 -04:00
Vespinian 212bbb9c55 switch from using var to select between alwayson and deprecated to using update dict method 2023-03-30 23:39:00 -04:00
Vespinian a2e9b50f4b Patched unit module being None, by passing default_unit.module value if None in the parse_remote_call function, Updated test so they execute the tests correctly with controlnet units either in alwayson_scripts or with the control_units param 2023-03-29 20:48:18 -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 40934b81b9 more tests 2023-03-14 18:28:31 -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 88919de14b workaround for torch check 2023-03-13 20:10:21 -04:00