Commit Graph

167 Commits (f94b453d10c2eb4e3ad57b7cdfdd17e60a557b3e)

Author SHA1 Message Date
Mikubill f94b453d10 fix: allow model config override (#331) 2023-02-24 03:22:41 +00:00
105gun 194884327c fix: metadata in multi-cn (#307) 2023-02-23 19:51:10 +08:00
Mikubill b0c6d97338 fix: make annotator preview smaller (#311) 2023-02-23 07:51:25 +00:00
Mikubill a9794535b5 fix: rename (scribble mode -> Invert input colors), add inverse for pidinet (#309) 2023-02-23 03:15:23 +00:00
Mikubill 524ee15511 fix: ui issue with old gradio pkg (#308) 2023-02-23 01:39:55 +00:00
Jim Allanson e97327457f fix: fixes an issue where Guidance Strength in extra generation params was reading the wrong value 2023-02-22 21:05:13 +00:00
Mikubill 06dd9934d6 fix: skip cropping if image_mask is None (#292) 2023-02-22 14:39:19 +00:00
Kakigōri Maker f7ea68576e
Merge pull request #138 from missionfloyd/model-path
Move models to models/ControlNet
2023-02-22 23:22:24 +09:00
Mikubill aa4deb232f feat: add annotator preview 2023-02-22 12:42:00 +00:00
Mikubill 5a0fa4bd13 fix: incorrect cond ord in ddim and plms sampler (#269) 2023-02-22 10:04:14 +00:00
Mikubill 571d919211 Revert "fix: incorrect cond ord in ddim and plms sampler (#269)"
This reverts commit e189729772.
2023-02-22 09:27:34 +00:00
Mikubill e189729772 fix: incorrect cond ord in ddim and plms sampler (#269) 2023-02-22 09:21:52 +00:00
missionfloyd ca88ccd8ed
Merge branch 'main' into model-path 2023-02-21 22:37:45 -07:00
Sang 559395f4e0 fixed api 2023-02-21 20:54:49 -08:00
Mikubill 121c7b77d3 lowvram fix and docs 2023-02-22 04:38:49 +00:00
Mikubill caa56b7dc6 minor fix and #276 2023-02-22 04:07:12 +00:00
Mikubill 4b5fc30af3 fix: API and script control support 2023-02-22 03:32:06 +00:00
Mikubill 6971b1e172 cleanup and minor fix 2023-02-21 20:08:36 +00:00
Mikubill ae2d4a9cb0 refactor: multi-controlnet support 2023-02-21 14:41:21 +00:00
missionfloyd 698e136093
Merge branch 'main' into model-path 2023-02-20 21:48:29 -07:00
Mikubill 2b370d9fde fix: txt2img support, da7a36 2023-02-21 04:39:09 +00:00
Mikubill da7a3609e1 fix: inpaint mask issue (#250, #78, #232, #169) 2023-02-21 04:20:15 +00:00
Mikubill b4a9d7bd43 fix: typo 2023-02-21 03:27:14 +00:00
Mikubill 3ccc1fd01e fix: move depth_boosting to settings 2023-02-21 03:25:29 +00:00
Kakigōri Maker 0b55af6cee
Merge branch 'main' into main 2023-02-21 11:50:11 +09:00
FNSpd 1432751823
"Only masked" fix
ControlNet should use cropped masked area now if "only masked" is selected
2023-02-21 00:25:42 +04:00
Mikubill 4737b4189c fix: temporary revert #235 since it will break menu on some devices (#242) 2023-02-21 03:24:22 +09:00
Mikubill 6d9a3c854a fix: import issue (#239) 2023-02-20 16:17:23 +00:00
Kakigōri Maker 6edad1662a
Merge pull request #235 from stassius/main
Added if (__name__ == '__main__'):
2023-02-21 00:21:39 +09:00
Mikubill c6fc96eef9 feat: add guess_mode and cfg_based guidance 2023-02-20 15:20:59 +00:00
stassius 858a5b5679 Added if (__name__ == '__main__'): to the controlnet.py so it can be called from other scripts 2023-02-20 16:19:31 +03:00
Mikubill a8c5b4e255 fix: add log entry, minor fix (#220, #223) 2023-02-20 01:55:31 +00:00
Chris Mekarski 030922a3d2 Add depth boost
https://github.com/compphoto/BoostingMonocularDepth
2023-02-19 20:52:00 -05:00
missionfloyd ce6f08ff9a Change checkboxes to buttons 2023-02-19 15:24:40 -07:00
missionfloyd 46cb2dfeba Simplify expression 2023-02-19 03:16:10 -07:00
missionfloyd 78c4919652
Merge branch 'Mikubill:main' into webcam 2023-02-19 02:13:41 -07:00
missionfloyd 74498562cd
Merge branch 'main' into model-path 2023-02-19 01:04:08 -07:00
Kakigōri Maker a24089a62e
Merge pull request #211 from 105gun/detected_map_autosave
Detected map autosave
2023-02-19 16:08:12 +09:00
105gun 867c6e15c2 Save detectedmap in subfolder 2023-02-19 14:45:09 +08:00
105gun d1eef3099c Add detectedmap auto save 2023-02-19 14:35:58 +08:00
Mikubill a338d92ee4 Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-02-19 05:32:33 +00:00
Mikubill 3a5a12d96e fix: hide openpose_hand opt (#210) 2023-02-19 05:32:24 +00:00
missionfloyd 3b156bd680
Merge branch 'Mikubill:main' into webcam 2023-02-18 20:54:58 -07:00
missionfloyd b62873196c
Merge branch 'main' into model-path 2023-02-18 20:47:41 -07:00
missionfloyd 764c1517a2 Webcam support 2023-02-18 18:02:59 -07:00
missionfloyd 7dd91595d1
Merge branch 'Mikubill:main' into model-path 2023-02-18 14:50:47 -07:00
Chris Mekarski 12f50619c7 Merge branch 'main' of https://github.com/cmeka/sd-webui-controlnet-leres 2023-02-18 14:03:55 -05:00
Chris Mekarski 5620c1cd5a Add LeReS depth thresholds and cleanup
Adds near and background removal/thresholds
Adds CPU model loading
Increase default model res to 512
Pass image dimensions to model
Remove duplicate functions in utils.py
2023-02-18 14:02:13 -05:00
Mikubill 0f37dac3e0 chore: add only_mid_control to settings 2023-02-18 15:32:00 +00:00
Mikubill 2d91ef71e0 fix: disable svg processor when unavailable (#185) 2023-02-18 10:55:28 +00:00