Commit Graph

1599 Commits (24dcdbb4d4ebc8f5a770a756be8a1b6e5b4e5e82)

Author SHA1 Message Date
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
missionfloyd ce6f08ff9a Change checkboxes to buttons 2023-02-19 15:24:40 -07:00
Sang ff624cf1ba clean up 2023-02-19 07:59:06 -08:00
Sang 49214afed4 added an example in ipynb file 2023-02-19 07:57:16 -08:00
Sang 5eb42ef174 separate api.py file + control image return 2023-02-19 07:50:06 -08:00
missionfloyd 46cb2dfeba Simplify expression 2023-02-19 03:16:10 -07:00
mattyamonaca b9e1782c30 fix video component layout 2023-02-19 19:00:52 +09:00
mattya_monaca 3a2c0969eb
Merge pull request #1 from mattyamonaca/develop
add video component
2023-02-19 18:47:57 +09:00
mattyamonaca b50786bf9f add video component 2023-02-19 18:43:58 +09: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