Mikubill
f8dbf61c55
ui: minor fix
2023-02-17 05:21:48 +00:00
missionfloyd
290825ca6d
Add height/width swap button
2023-02-16 21:45:21 -07: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
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
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
2ebf44895a
fix: slider, canny resolution
2023-02-16 14:41:00 +00: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
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
Mikubill
5f3e2a7da5
chore: remove config param since unused and documents
2023-02-16 03:30:48 +00:00
Kohya S
77aed88aec
apply diff to unet on the fly for control transfer
2023-02-16 08:29:03 +09:00
Kakigōri Maker
fe58f3db05
Update cldm.py
2023-02-16 06:52:06 +09: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
fishslot
27cbda0d2d
Update controlnet.py
2023-02-15 22:08:06 +08:00
fishslot
d435be8ecf
Merge branch 'Mikubill:main' into for-video-loopback
2023-02-15 21:57:37 +08: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
ljleb
1412c9105a
consider preload.py not run
2023-02-15 05:46:24 -05:00
ljleb
acf9671b7a
add additional models path in settings tab
2023-02-15 03:59:29 -05:00
ljleb
48bd01cfc7
add --controlnet-dir cli arg
2023-02-15 02:55:06 -05:00
fishslot
b25543b96a
Merge branch 'Mikubill:main' into for-video-loopback
2023-02-15 14:31:54 +08:00
Mikubill
5b080f7b93
ui: filename, minor fix
2023-02-15 06:12:18 +00:00
fishslot
b08f746d1c
Merge branch 'Mikubill:main' into for-video-loopback
2023-02-15 14:09:46 +08:00
fishslot
6b825f308b
Update controlnet.py
2023-02-15 14:09:28 +08:00
Mikubill
230a632ef5
fix: ui refresh button issue ( #18 )
2023-02-15 06:04:26 +00:00
fishslot
3ff37ba46e
Update controlnet.py
2023-02-15 13:58:34 +08:00
fishslot
f6a802ff5a
Merge branch 'Mikubill:main' into for-video-loopback
2023-02-15 12:46:23 +08:00
Mikubill
2108f7c90c
feat: add scribble mode
2023-02-14 17:37:58 +00:00
fishslot
65c83f09db
Update controlnet.py
2023-02-15 00:46:17 +08:00
fishslot
f9e2832fd4
Merge branch 'Mikubill:main' into for-video-loopback
2023-02-15 00:43:56 +08:00
fishslot
c1ecaa8d2b
Update controlnet.py
2023-02-15 00:43:24 +08: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
Mikubill
d896a7c288
feat: add support for uniformer, skip reload model when not changed
2023-02-14 10:38:09 +00: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
cb6cb50945
fix: hires upscale
2023-02-14 08:31:45 +00:00
Mikubill
b29f17c40d
fix: interpolate stuffs
2023-02-14 05:12:26 +00:00
Mikubill
abb2a08262
fix: medvram compat ( #16 )
2023-02-14 02:54:33 +00:00
Mikubill
f742204926
fix: ignore when restore handle not exists (and #15 )
2023-02-14 02:15:21 +00:00
Mikubill
1848e01d53
fix: handle lowvram case
2023-02-14 02:02:13 +00:00
RcINS
5717556a12
Partially fix --device-id
2023-02-14 04:41:26 +08:00
Mikubill
ee2dfb14c2
fix: apply resize suggestion by usagirei
2023-02-13 20:29:57 +00:00
Mikubill
5d65a4eb42
fix: apply strength control correctly (maybe #4 )
2023-02-13 19:34:10 +00:00
Mikubill
1fa6303e2d
fix: resize issue
2023-02-13 18:13:40 +00:00
Mikubill
570bb2c787
feat: add midas support
2023-02-13 17:37:17 +00:00
hnmr293
abfd6261f2
fix conflicts
2023-02-14 01:37:07 +09:00
Mikubill
644e2a27ae
fix: mlsd issue, add resize mode radio( #3 )
2023-02-13 16:16:39 +00:00
Mikubill
867fafd275
fix: minor fix
2023-02-13 13:48:03 +00:00
Mikubill
6912fee6af
fix: sketchpad hw issue & handle image reader correctly
2023-02-13 13:36:44 +00:00
Mikubill
6ddf39cd61
fix: make latent upscale works
2023-02-13 12:34:14 +00:00
hnmr293
3991f42fef
add lowvram option (from original low_vram.py)
2023-02-13 21:32:14 +09:00
Mikubill
ffc20d0032
fix: use fixed controlmap size
2023-02-13 12:00:55 +00:00
Mikubill
90e8741bf4
feat: add samples
2023-02-13 10:32:47 +00:00
Mikubill
21056faa2a
feat: add samples
2023-02-13 09:58:17 +00:00
Mikubill
eed7e5dd51
feat: make openpose mode works
2023-02-13 09:10:52 +00:00
Mikubill
565447cfdb
feat: make hed mode works
2023-02-13 08:21:10 +00:00
Mikubill
b1af0414e9
feat: make canny mode works
2023-02-13 07:05:22 +00:00
Mikubill
20578c7d78
fix: model param typo
2023-02-13 06:35:26 +00:00
Mikubill
b46bbd3fca
fix: add control image to output
2023-02-13 06:28:10 +00:00
Mikubill
1a2d545414
fix: move parser outof model loader
2023-02-13 06:27:28 +00:00
Kakigōri Maker
1da97f4e2b
Add files via upload
2023-02-13 15:00:54 +09:00