Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
Kakigōri Maker d23a95bf6c
Merge pull request #280 from 105gun/get-cn-model-api
Add an api to get cn models list
2023-02-22 17:38:25 +09:00
105gun 59d3c66aba Add an api to get cn models list 2023-02-22 15:47:36 +08:00
Kakigōri Maker 4328d98a6e
might fix #269 2023-02-22 16:27:07 +09:00
missionfloyd ca88ccd8ed
Merge branch 'main' into model-path 2023-02-21 22:37:45 -07:00
Kakigōri Maker f46de97410
Merge pull request #278 from sangww/main
fixed api behavior
2023-02-22 14:13:41 +09:00
Sang 7f9ccc821d changed thresholds to floating point variable 2023-02-21 21:09:50 -08:00
Sang 559395f4e0 fixed api 2023-02-21 20:54:49 -08:00
Kakigōri Maker dc3309da3e
Merge pull request #262 from Mikubill/multi-controlnet
refactor: multi-controlnet support
2023-02-22 13:44:04 +09:00
Mikubill 83ef58defc docs fix 2023-02-22 04:41:20 +00:00
Mikubill 121c7b77d3 lowvram fix and docs 2023-02-22 04:38:49 +00:00
Mikubill 93849504f2 Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into multi-controlnet 2023-02-22 04:38:31 +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
mattyamonaca d6dfeaf6ee fix controlnet 2023-02-22 01:32:03 +09:00
mattyamonaca 1ad4398aa8 merge upstream 2023-02-22 01:28:16 +09:00
mattya_monaca d58f657043
Merge pull request #2 from mattyamonaca/develop
Develop
2023-02-22 01:23:38 +09:00
mattyamonaca 433361d808 add movie2movie 2023-02-22 01:22:29 +09:00
Mikubill ae2d4a9cb0 refactor: multi-controlnet support 2023-02-21 14:41:21 +00:00
Kakigōri Maker 07966c5d8a
fix: incorrect multipier 2023-02-21 23:23:58 +09:00
Mikubill 1b2cf8dd13 fix: add workaround for inpaint models (#256, #54, #253, #112, #233, #144, #78) 2023-02-21 11:38:55 +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 4602d48408
Merge pull request #226 from cmeka/main
Add leres depth boost
2023-02-21 11:56:53 +09:00
Mikubill b1dbf0a048 cleanup 2023-02-21 11:53:17 +09:00
Kakigōri Maker 0b55af6cee
Merge branch 'main' into main 2023-02-21 11:50:11 +09:00
Kakigōri Maker f774b0b387
Merge pull request #251 from wbh1129/leres-cpu-fix
fix: use CUDA only if available for leres
2023-02-21 11:40:14 +09:00
wbh1129 85156dcdf9
fix: use CUDA only if available for leres 2023-02-20 20:09:39 -06:00
Kakigōri Maker ce746213c4
Merge pull request #248 from KotoriKoi/add-'hiresfix'-and-'guidance_strength'-for-api
Add 'hiresfix' and 'guidance_strength' for api
2023-02-21 10:45:58 +09:00
Kakigōri Maker 670a196bb3
Update api.py 2023-02-21 10:43:49 +09:00
Kakigōri Maker d92b4a0b30
Merge pull request #246 from FNSpd/patch-1
"Only masked" fix
2023-02-21 09:37:50 +09:00
Chris Mekarski bcec70c378 Fix imports 2023-02-20 18:39:17 -05:00
KotoriKoi 6eebe50698
Update api.py
If the api is called, Controlnet does not take effect. Please try to put api.py under sd-webui/scripts.
2023-02-21 06:46:17 +08: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 5c3efd1db8 Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-02-20 15:21:18 +00: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
Kakigōri Maker 5fed282f93
Merge pull request #194 from sangww/main
added an API layer
2023-02-20 11:01:11 +09:00
Kakigōri Maker baf0c9c5e9
Merge branch 'main' into main 2023-02-20 10:59:50 +09: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
Kakigōri Maker 33b51b5bf0
Merge pull request #208 from missionfloyd/webcam
Webcam support
2023-02-20 09:23:58 +09:00
Kakigōri Maker 5f36ae0dbd
Merge pull request #225 from hithereai/add_req_txt_remove_opencv
Add requirements.txt, take pip packs to install.py from req.txt, remove opencv-python dependency
2023-02-20 09:23:41 +09:00
hithereai e2022355bc + req.txt, install.py takes pip packs from req.txt
remove opencv-python as it's literally listed in more than 5 of the core webui dependencies repos.

It also makes that everytime you launch the UI you get a Installing requirement message.
2023-02-20 01:21:05 +02:00