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 |