Commit Graph

97 Commits (b89a575b28d7cb52c17e4ddedd962b95ad715db5)

Author SHA1 Message Date
Kohya S b89a575b28 make diff in advance 2023-02-16 08:28:42 +09:00
Kakigōri Maker fe58f3db05
Update cldm.py 2023-02-16 06:52:06 +09:00
Mikubill c99bc62f58 docs: minor fix 2023-02-15 21:18:04 +00:00
Mikubill 6690ac2a3e docs: minor fix and defaults 2023-02-15 21:17:40 +00:00
Mikubill 1af699e4a5 fix: impl transfer control, minor fix 2023-02-15 20:53:20 +00:00
Mikubill b9efb602e5 fix: impl transfer control from original repo 2023-02-15 20:06:23 +00:00
Mikubill 43cca930e6 feat: add RGB-BGR conversion (#71) 2023-02-15 16:54:59 +00:00
Mikubill 269961bc21 fix: add some hints 2023-02-15 16:36:06 +00:00
Mikubill b20ecea100 fix: minor fix 2023-02-15 16:08:34 +00:00
Mikubill 1d2cb96c3b fix: normal_map issue (#71) 2023-02-15 16:08:00 +00:00
Mikubill c2eff2c56f fix: only use mid control on hires pass 2023-02-15 15:48:10 +00:00
Mikubill c7c9f936d0 fix: unload models when switching preprocessor 2023-02-15 13:03:35 +00:00
Mikubill 4b26a6d659 conf: add control_net_no_detectmap 2023-02-15 12:03:19 +00:00
Kakigōri Maker b85ba291cd
Merge pull request #66 from ljleb/fix-preload
consider preload.py could have not run
2023-02-15 19:51:16 +09:00
ljleb 1412c9105a consider preload.py not run 2023-02-15 05:46:24 -05:00
Kakigōri Maker a53a2a56cd
Merge pull request #60 from ljleb/cli-arg
Add `--controlnet-dir PTH_DIR` cli argument
2023-02-15 18:07:14 +09:00
ljleb acf9671b7a add additional models path in settings tab 2023-02-15 03:59:29 -05:00
Kakigōri Maker ec3c78b524
Create cldm_v21.yaml 2023-02-15 17:22:02 +09:00
ljleb 48bd01cfc7 add --controlnet-dir cli arg 2023-02-15 02:55:06 -05:00
Mikubill 5b080f7b93 ui: filename, minor fix 2023-02-15 06:12:18 +00:00
Mikubill 230a632ef5 fix: ui refresh button issue (#18) 2023-02-15 06:04:26 +00:00
Kakigōri Maker b56791bcc1
Merge pull request #53 from brkirch/uniformer-device-support
Add support for other torch devices to uniformer, fix uniformer model name to prevent unnecessary redownload
2023-02-15 13:15:20 +09:00
brkirch 5d04d8cc59 Add support for other torch devices to uniformer
Also fixes the model name for the uniformer model so it isn't redownloaded every time.
2023-02-14 22:46:36 -05:00
Mikubill f71431d49a Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-02-15 02:01:18 +00:00
Mikubill a3c6fe60a1 docs: remove poc smaple 2023-02-15 02:01:13 +00:00
Kakigōri Maker cc1abdf2c3
Update README.md 2023-02-15 02:45:15 +09:00
Kakigōri Maker 63aee4351e
Update README.md 2023-02-15 02:44:17 +09:00
Mikubill 2108f7c90c feat: add scribble mode 2023-02-14 17:37:58 +00:00
Mikubill f10d098484 docs: add samples 2023-02-14 16:57:53 +00:00
Mikubill 0f200f1958 chore: rename preprocessor (midas->depth), add log entry 2023-02-14 16:14:01 +00:00
Mikubill b2b07a4965 fix: minor fix 2023-02-14 16:05:44 +00:00
Kakigōri Maker e472a12bdc
Merge pull request #36 from fishslot/main
When the user does not give an additional image, the init_image is used as the default
2023-02-15 01:02:29 +09:00
Mikubill 3919d2502a fix: align preview map to output 2023-02-14 15:58:14 +00:00
fishslot 7d7223f47d
Update controlnet.py 2023-02-14 23:56:49 +08:00
Mikubill b53e00e7a1 fix: incorrent array handle with normal map (#31) 2023-02-14 15:33:39 +00:00
fishslot 50dbb2658e
Update controlnet.py 2023-02-14 22:46:18 +08:00
fishslot c2a2ff4616
Update controlnet.py 2023-02-14 22:14:18 +08:00
Mikubill 98d24916f4 feat: add normal_map support (#31) 2023-02-14 13:24:21 +00:00
Mikubill ce81753200 fix: enable scribble mode with mask input by default (#7) 2023-02-14 12:44:43 +00:00
Kakigōri Maker 10049730c6
Merge pull request #30 from shirayu/add_auto_dependency_install
Auto install opencv-python if not installed
2023-02-14 21:26:44 +09:00
Kakigōri Maker 9a9fab4889
Merge pull request #29 from brkirch/device-support
Add support for using the web UI torch device
2023-02-14 21:24:39 +09:00
Yuta Hayashibe f57e0fbf18 Auto install opencv-python if not installed 2023-02-14 20:08:44 +09:00
brkirch 843c20a706 Add support for using the web UI torch device 2023-02-14 05:48:58 -05:00
Mikubill d896a7c288 feat: add support for uniformer, skip reload model when not changed 2023-02-14 10:38:09 +00:00
Kakigōri Maker cb446901c2
Update README.md 2023-02-14 19:08:31 +09:00
Mikubill de47fa2522 docs: update sample 2023-02-14 10:07:26 +00:00
Mikubill e136818f66 fix: preview of detected_map 2023-02-14 09:59:33 +00:00
Mikubill e8c5bb019e Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-02-14 08:32:05 +00:00
Mikubill cb6cb50945 fix: hires upscale 2023-02-14 08:31:45 +00:00
Kakigōri Maker fca33937af
Update README.md 2023-02-14 14:28:53 +09:00