Kakigōri Maker
|
0fe4907b1d
|
Merge pull request #410 from ljleb/fix-no-image
fix no input image in API cn unit
|
2023-02-28 00:31:48 +09:00 |
Mikubill
|
40d0c9ad91
|
docs: remove opencv from readme (#409)
|
2023-02-27 15:30:28 +00:00 |
ljleb
|
38a11aac39
|
fix no input image in cn unit
|
2023-02-27 10:22:47 -05:00 |
aiton-sd
|
82307bd13c
|
Added support for Multi-ControlNet (list notation).
|
2023-02-27 20:33:47 +09:00 |
Mikubill
|
fc8a8855cd
|
docs: minor fix
|
2023-02-27 10:32:23 +00:00 |
Mikubill
|
4f1213ae9d
|
docs: minor fix
|
2023-02-27 10:28:38 +00:00 |
Kakigōri Maker
|
97781581e9
|
Merge pull request #405 from aiton-sd/main
Enable controls for 'enabled' in the script.
|
2023-02-27 19:05:31 +09:00 |
aiton-sd
|
8753ef58a2
|
Enable controls for 'Enabled' in the script.
|
2023-02-27 18:33:53 +09:00 |
Kakigōri Maker
|
8ca06ba8eb
|
Merge pull request #383 from rulyone/controlnet_batch
Controlnet batch support
|
2023-02-27 17:40:40 +09:00 |
Kakigōri Maker
|
37520467a5
|
Merge pull request #393 from ashen-sensored/feature/guidance-start
✨ Added guidance start parameter.
|
2023-02-27 17:04:20 +09:00 |
Mikubill
|
511e254c48
|
fix: backward compatibility
|
2023-02-27 08:00:24 +00:00 |
Ashen
|
a3f1ab8aaf
|
🔀 resolve conflict w.r.t. latest changes to api.py
Merge branch 'main' into feature/guidance-start
# Conflicts:
# scripts/api.py
|
2023-02-26 23:33:35 -08:00 |
Kakigōri Maker
|
46befda39c
|
Merge pull request #384 from ljleb/api-multi-cn
Multiple control units in API
|
2023-02-27 16:10:27 +09:00 |
Kakigōri Maker
|
1159888286
|
fix: minor fix for deprecated_defaults
|
2023-02-27 16:09:06 +09:00 |
Ashen
|
b552ce2f86
|
👌 🐛 fixing parse_remote_call according to newly introduced PARAM_COUNT global variable
|
2023-02-26 23:05:18 -08:00 |
ljleb
|
2ba29fb14d
|
refact
|
2023-02-26 23:35:24 -05:00 |
ljleb
|
335a094475
|
make selectable script work
|
2023-02-26 22:57:23 -05:00 |
ljleb
|
48f0480d95
|
warning
|
2023-02-26 22:10:09 -05:00 |
ljleb
|
2b378db229
|
remove limit in case we want batch size
|
2023-02-26 21:37:59 -05:00 |
ljleb
|
2547d9d514
|
found the bug
|
2023-02-26 21:12:02 -05:00 |
ljleb
|
65c66ebee6
|
return pil
|
2023-02-26 20:42:18 -05:00 |
ljleb
|
38347c020b
|
refact
|
2023-02-26 20:33:15 -05:00 |
ljleb
|
a08d817c02
|
replace img2img route, refactor
|
2023-02-26 18:55:28 -05:00 |
ljleb
|
8c9bbb4410
|
refact
|
2023-02-26 17:45:42 -05:00 |
ljleb
|
97c32eb95c
|
refcat
|
2023-02-26 17:00:43 -05:00 |
ljleb
|
73cbaf78e4
|
merge /controlnet/txt2img routes, hide old fields
|
2023-02-26 15:15:46 -05:00 |
Ashen
|
440927d671
|
🧱 Apply "Guidance Start" parameter related change to api.py and xyz_grid_support.py
|
2023-02-26 10:58:37 -08:00 |
Mikubill
|
0c45b5ad6b
|
fix: cleanup log outputs
|
2023-02-26 18:37:20 +00:00 |
Kakigōri Maker
|
d6118d48b4
|
Merge pull request #265 from mattyamonaca/main
Add movie2movie
|
2023-02-27 02:51:55 +09:00 |
Ashen
|
ce5dc9f418
|
✨ Added guidance start parameter.
|
2023-02-26 08:28:28 -08:00 |
ljleb
|
733b719620
|
tested concurrent requests
|
2023-02-26 11:21:30 -05:00 |
ljleb
|
a03d1b64e4
|
queue lock reset on except
|
2023-02-26 10:53:26 -05:00 |
ljleb
|
ffb580bb16
|
fix queue lock concurrency (hopefully)
|
2023-02-26 01:40:56 -05:00 |
ljleb
|
c478e73de2
|
override sd txt2img init
|
2023-02-26 01:23:38 -05:00 |
ljleb
|
9aae869582
|
small refact
|
2023-02-25 23:56:55 -05:00 |
ljleb
|
e8c8ea365d
|
fix small overlook
|
2023-02-25 23:17:41 -05:00 |
mattya_monaca
|
6d2f3f1c42
|
Merge pull request #5 from mattyamonaca/develop
Develop
|
2023-02-26 12:58:07 +09:00 |
mattyamonaca
|
8b618efed7
|
remove delete bg func
|
2023-02-26 12:56:21 +09:00 |
mattyamonaca
|
510efc09fd
|
remove space
|
2023-02-26 12:54:29 +09:00 |
mattya_monaca
|
b6902a1985
|
Merge pull request #4 from mattyamonaca/develop
Develop
|
2023-02-26 12:53:22 +09:00 |
mattyamonaca
|
a46ec6a179
|
Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into develop
|
2023-02-26 12:51:48 +09:00 |
mattyamonaca
|
4e1b4223f4
|
add duration opt
|
2023-02-26 12:51:22 +09:00 |
ljleb
|
59c0d5b35e
|
API multi cn
|
2023-02-25 22:37:42 -05:00 |
ljleb
|
c16489c018
|
add bug-report issue template (#374)
* add bug-report issue template
* add config.yml
* multiple commit values
|
2023-02-26 12:08:03 +09:00 |
mattya_monaca
|
fb699e03e1
|
Merge pull request #3 from mattyamonaca/develop
Develop
|
2023-02-26 10:57:35 +09:00 |
mattyamonaca
|
a4dbd87101
|
Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into develop
|
2023-02-26 10:51:57 +09:00 |
mattyamonaca
|
44008c700e
|
Adapted to #335
|
2023-02-26 10:51:04 +09:00 |
Pablo Martinez
|
70d4e34ecd
|
fixed issue when executing without batch mode
|
2023-02-25 21:41:36 -03:00 |
Pablo Martinez
|
6247fc5313
|
init commit to test in cloud env
|
2023-02-25 19:11:58 -03:00 |
Vladimir Mandic
|
38535ff17b
|
allow relative paths
|
2023-02-25 11:58:02 -05:00 |