* Add Pydantic ControlNetUnit
Add test config
Add images field
Adjust image field handling
fix various ui
Fix most UI issues
accept greyscale image/mask
Fix infotext
Fix preset
Fix infotext
nit
Move infotext parsing test
Remove preset
Remove unused js code
Adjust test payload
By default disable unit
refresh enum usage
Align resize mode
change test func name
remove unused import
nit
Change default handling
Skip bound check when not enabled
Fix batch
Various batch fix
Disable batch hijack test
adjust test
fix test expectations
Fix unit copy
nit
Fix test failures
* Change script args back to ControlNetUnit for compatibility
* import enum for compatibility
* Fix unit test
* simplify unfold
* Add test coverage
* handle directly set np image
* re-enable batch test
* Add back canvas scribble support
* nit
* Fix batch hijack test
* Repair infotext parsing
🚧 Listen png info buttons
WIP
New infotext format
nits
nits
nits
rebase
refactor active unit counts
* nits
* nit
---------
Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
* 🔨 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
* 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