Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
Mikubill 2b73c470e1 Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into t2i-adapter 2023-02-17 06:50:14 +00:00
Mikubill fd2d7a51e8 fix: gradio compatibility 2023-02-17 06:49:01 +00:00
Mikubill efd5312f9a adapter: initial commit 2023-02-17 06:13:21 +00:00
missionfloyd 74846ac89f
Merge branch 'Mikubill:main' into model-path 2023-02-16 22:34:36 -07:00
missionfloyd feb2c406d6 Move models to models/ControlNet 2023-02-16 22:22:24 -07:00
Mikubill f8dbf61c55 ui: minor fix 2023-02-17 05:21:48 +00:00
Kakigōri Maker 4402461f8c
Merge pull request #136 from missionfloyd/swap-res
Add height/width swap button
2023-02-17 14:12:43 +09:00
Kakigōri Maker d18ee73b29
Merge pull request #137 from Mikubill/add-license-1
Create LICENSE
2023-02-17 14:08:21 +09:00
Kakigōri Maker 039bac5666
Create LICENSE 2023-02-17 14:08:11 +09:00
missionfloyd 00bd82107e
Merge branch 'Mikubill:main' into swap-res 2023-02-16 21:51:26 -07:00
missionfloyd 290825ca6d Add height/width swap button 2023-02-16 21:45:21 -07:00
Kakigōri Maker 3677fb0023
Update README.md 2023-02-17 13:41:22 +09:00
Kakigōri Maker 0df0aa83ec
Update README.md 2023-02-17 13:38:03 +09:00
Kakigōri Maker 409c5626c8
Merge pull request #124 from Lissanro/2048-annotator-resolution
Increase Annotator resolution to 2048
2023-02-17 13:21:09 +09:00
Lissanro Rayen 7bb00e03ec Increase Annotator resolution to 2048
The minimum values are also changed to match to the same minimum value in Width
and Height sliders in the main section of A1111 UI. I can adjust those in
64-2048 range, and since preprocessor image will be either downscaled or
upscaled if it does not match and scaled it can cause issues in some cases (especially for
canny prepropressor and model).

Solves issue #121
2023-02-17 04:19:13 +00:00
Mikubill 623c5a44d6 fix: use generic update to avoid corner issue 2023-02-17 03:33:54 +00:00
GeorgLegato 6e6f9fc8ae fix when no inputs given 2023-02-17 02:32:07 +01:00
GeorgLegato c38877c111 Merge branch 'GeorgLegato_SVG_Support' of https://github.com/GeorgLegato/sd-webui-controlnet into GeorgLegato_SVG_Support 2023-02-17 02:10:46 +01:00
GeorgLegato 1440142ab3 simple svg support working 2023-02-17 01:49:16 +01:00
Mikubill 7b987376eb fix: webui backward compatibility 2023-02-17 00:00:44 +00:00
Kakigōri Maker d81bee5191
Merge pull request #103 from Mikubill/revert-102-main
Revert "use relative path for download directory"
2023-02-17 01:26:24 +09:00
Kakigōri Maker 7a427668c8
Revert "use relative path for download directory" 2023-02-17 01:26:13 +09:00
Kakigōri Maker 6e96651d3a
Merge pull request #102 from fur0ut0/main
use relative path for download directory
2023-02-17 00:54:12 +09:00
ddPn08 7b9a8b4b92
fix the timing of swapping pipelines 2023-02-17 00:10:34 +09:00
ddPn08 7cf1c44e31
Merge remote-tracking branch 'origin/main' 2023-02-17 00:09:56 +09:00
Luo Boming 4b8dea44af use relative path for download directory 2023-02-17 00:07:18 +09:00
Kakigōri Maker cebd48c07a
Merge pull request #99 from akx/no-prettytable
Patch out prettytable requirement
2023-02-17 00:00:17 +09:00
Mikubill 45ccea66b6 fix: issue with none preproc 2023-02-16 14:59:50 +00:00
Mikubill bd12abb399 fix: threshold slider issue 2023-02-16 14:45:26 +00:00
Mikubill f241ba1ffc Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-02-16 14:41:10 +00:00
Mikubill 2ebf44895a fix: slider, canny resolution 2023-02-16 14:41:00 +00:00
Aarni Koskela 47092d69a2 Patch out prettytable requirement 2023-02-16 16:38:47 +02:00
Kakigōri Maker cdb1f361da
Update README.md 2023-02-16 23:32:52 +09:00
Mikubill 8486683529 ui: threshold slider, add missing value 2023-02-16 14:25:11 +00:00
Mikubill 85cfcdff9f ui: threshold slider, minor fix 2023-02-16 14:18:56 +00:00
Mikubill d09c520d40 ui: add threshold slider 2023-02-16 14:15:00 +00:00
ddPn08 cd0452e23d
add option to use initial image of img2img 2023-02-16 22:54:26 +09:00
Ikko Eltociear Ashimine df1c200779
chore: fix typo in metrics.py
Wether -> Whether
2023-02-16 21:15:29 +09:00
Kakigōri Maker 760f9d7824
Merge pull request #85 from brkirch/fix-mps-maps
Work around corrupted  depth/normal maps with MPS by using CPU for the depth/normal map preprocessor
2023-02-16 16:11:29 +09:00
brkirch 601192b7f3 Use CPU, not MPS for depth/normal map preprocessor
Use CPU instead of MPS for the depth/normal map preprocessor model to workaround the bugs in MPS that produce corrupted depth and normal maps.

Also included here is a change to `unload_midas_model()` to fix not sending the model to CPU.
2023-02-16 01:49:24 -05:00
Kakigōri Maker ee4cef9748
Merge pull request #83 from missionfloyd/ui-tweaks
Some UI adjustments
2023-02-16 15:35:44 +09:00
missionfloyd 64862e7bfb
Merge branch 'main' into ui-tweaks 2023-02-15 23:19:04 -07:00
missionfloyd 14e125969b Move canvas button
Relabel it to more accurately reflect its function.
2023-02-15 22:42:21 -07:00
Mikubill 45bad2b9e0 ui: move option to settings panel 2023-02-16 05:10:16 +00:00
Kakigōri Maker 069ec7e33a
Merge pull request #57 from fishslot/for-video-loopback
Allow other scripts to control this extention
2023-02-16 14:07:31 +09:00
Mikubill 941a79e67e fix: minor fix 2023-02-16 04:10:32 +00:00
Mikubill 685d27d634 fix: minor fix 2023-02-16 04:09:48 +00:00
missionfloyd 7cec2d8566 Move image input to top
Make refresh button match the others
2023-02-15 21:08:22 -07:00
Mikubill 892b9fbf83 fix: compatibility issues 2023-02-16 04:06:22 +00:00
fishslot 5184a46a1d
Merge branch 'main' into for-video-loopback 2023-02-16 11:46:18 +08:00