Commit Graph

165 Commits (c027c163a5d284ac19c7297843fb8565707cbcbd)

Author SHA1 Message Date
aiton-sd c027c163a5
Add control items 2023-02-18 00:22:15 +09:00
Kakigōri Maker ca279df486
Merge pull request #143 from brkirch/use-unet-precision
Use UNet precision, add `--upcast-sampling` support
2023-02-17 23:57:53 +09:00
Kakigōri Maker 3484a30b94
Merge pull request #94 from eltociear/patch-1
chore: fix typo in metrics.py
2023-02-17 23:35:48 +09:00
Kakigōri Maker e3a2e0906e
Merge pull request #145 from aiton-sd/main
Add Weight item to X/Y/Z plot
2023-02-17 23:01:44 +09:00
Kakigōri Maker fa35459ff9
Update controlnet.py
related: #146, #147
2023-02-17 20:22:12 +09:00
aiton-sd 82021ade54
Add Weight item to X/Y/Z plot 2023-02-17 20:05:21 +09:00
Kakigōri Maker 0f18cd87e7
Merge pull request #122 from GeorgLegato/GeorgLegato_SVG_Support
Supporting SVG graphics as input (drag/drop and select file)
2023-02-17 19:41:09 +09:00
brkirch f1724fd221 Use UNet precision, add --upcast-sampling support 2023-02-17 04:59:53 -05:00
Kakigōri Maker 4dab9f4790
Merge pull request #142 from ljleb/auto-no-detectmap
automatically remove detectmap in img2img batch tab
2023-02-17 18:56:31 +09:00
ljleb 33ede984c4 add back option in case someone wants it 2023-02-17 04:50:24 -05:00
ljleb 5e3b8e9b9f automatically remove no detectmap in img2img batch tab 2023-02-17 04:20:29 -05:00
Mikubill fd2d7a51e8 fix: gradio compatibility 2023-02-17 06:49:01 +00: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
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
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