Kakigōri Maker
636df18825
Update tests.yml
2023-03-13 19:35:36 +09:00
Kakigōri Maker
926d512813
Create .github/workflows/tests.yml
2023-03-13 18:56:13 +09:00
Mikubill
bbd5dd2a0e
fix: add UniPC to vanilla samplers ( #577 ), add tests
2023-03-13 09:43:26 +00:00
ljleb
73922d57fa
deprecation message
2023-03-13 04:16:04 -04:00
ljleb
d2258de440
restore initial value
2023-03-13 04:05:57 -04:00
ljleb
fe37cb2f6f
txt2img fix
2023-03-13 04:00:48 -04:00
ljleb
9c695c1941
Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into array-of-struct
2023-03-13 03:36:35 -04:00
ljleb
f6186bc2f9
move globals to global_state file
2023-03-13 03:07:41 -04:00
ljleb
f0fc18d182
default gradio values
2023-03-13 01:54:57 -04:00
ljleb
fbb6354ba7
fix obvious bugs
2023-03-12 23:32:46 -04:00
ljleb
545715c37e
use correct function
2023-03-12 23:30:04 -04:00
ljleb
53806d4a5e
fix obvious bugs
2023-03-12 23:28:42 -04:00
Kakigōri Maker
4c13542c93
Merge pull request #568 from PhoenixCreation/main
...
Add str check for image for API compatibility related to #567
2023-03-12 20:14:08 +09:00
PhoenixCreation
d7ee999ce4
Add str check for image for API compatibility, #567
2023-03-12 16:25:12 +05:30
Mikubill
5bf7e54e8e
fix: cleanup
2023-03-12 06:30:16 +00:00
Mikubill
6eaa008864
fix: move openai-key to chatgpt ui; minor fix
2023-03-12 06:28:01 +00:00
Mikubill
92ad5e7454
feat: add basic example for visual-chatgpt
2023-03-12 05:45:50 +00:00
Kakigōri Maker
c9340671d6
Update README.md
2023-03-11 10:01:43 +09:00
Kakigōri Maker
d1f031c893
Update README.md
2023-03-11 09:56:03 +09:00
Kakigōri Maker
b6fc2970a0
Merge pull request #553 from boringcrypto/main
...
no_detectmap_opt fix
2023-03-10 19:00:16 +09:00
BoringCrypto
f39578a9b0
no_detectmap_opt fix
...
When no_detectmap_opt was set, execution would stop in postprocessing, failing to release (retore) the controlnet from the model and clearing `latest_network` and `input_image`
2023-03-10 16:42:41 +07:00
Kakigōri Maker
317723eae2
Merge pull request #543 from Guillaume-Fgt/xyz_refactor
...
xyz_refactor
2023-03-10 17:38:55 +09:00
Guillaume Faguet
e6553457e9
additional comments, apply_field_ modif
2023-03-09 08:33:02 +01:00
Guillaume Faguet
567883e236
xyz_refactor
2023-03-08 16:42:36 +01:00
Kakigōri Maker
e5ed9fccdc
Merge pull request #541 from aiton-sd/main
...
Code cleanup.
2023-03-08 20:58:19 +09:00
aiton-sd
3cce511ae5
Code cleanup.
2023-03-08 20:42:46 +09:00
Mikubill
ce365d1a49
Revert "fix: use lazy resize to handle hires stuff"
...
This reverts commit c3d2a68a22 .
2023-03-08 10:29:28 +00:00
Mikubill
5cc876276a
fix: skip if detectmap is None ( #534 )
2023-03-08 08:46:58 +00:00
Mikubill
c3d2a68a22
fix: use lazy resize to handle hires stuff
...
Note: this may break some generation with hires enabled.
Deprecated: control_net_only_midctrl_hires is removed, use control_net_only_mid_control instead.
2023-03-08 05:04:51 +00:00
Mikubill
62427e2a0c
chore: cleanup debug log
2023-03-08 03:54:18 +00:00
Mikubill
5dfdc772d4
fix: resize issue with t2i-adapter/color alignment
2023-03-08 03:52:21 +00:00
ljleb
2419fc95d4
draft
2023-03-07 16:51:15 -05:00
Mikubill
fed7a52909
fix: allow style models weight
2023-03-07 09:57:55 +00:00
Mikubill
457f01bc5b
fix: reduce warning
2023-03-07 05:17:03 +00:00
Mikubill
84274a1388
fix: move pidinet to correct device
2023-03-07 02:33:28 +00:00
Mikubill
06afffe08b
fix: typo from previous PR
2023-03-07 02:28:27 +00:00
Mikubill
6dd043aad3
fix: make StyleAdapter works with controlnet ( #512 )
2023-03-06 16:59:46 +00:00
Kakigōri Maker
f51b2174ec
Merge pull request #469 from ljleb/ext-api-base
...
basic external code api
2023-03-06 22:46:01 +09:00
Kakigōri Maker
78605baf11
Update README.md
2023-03-06 22:44:22 +09:00
Mikubill
63c680c6fe
Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet
2023-03-06 13:18:42 +00:00
Mikubill
6a425582e9
fix: add more fallbacks for mmpkg ( #510 )
2023-03-06 13:18:28 +00:00
Kakigōri Maker
c6e26f49f1
Merge pull request #508 from Guillaume-Fgt/autosaving-none
...
No autosave if preprocessor is none
2023-03-06 21:03:36 +09:00
Mikubill
d41c470ebc
fix: minor fix for fake_scribble
2023-03-06 11:12:23 +00:00
Guillaume Faguet
6f0b923df8
no autosave if preprocessor is none
2023-03-06 10:46:00 +01:00
ljleb
5d805afa03
unnecessary if
2023-03-06 00:58:26 -05:00
ljleb
8d8342c6d1
use kwargs
2023-03-06 00:54:01 -05:00
ljleb
080d605130
add get_all_units_in_processing
2023-03-06 00:28:49 -05:00
ljleb
7ba2813600
fix args diff
2023-03-06 00:16:31 -05:00
ljleb
e4d3205435
dont update if script args not a list of script args
2023-03-06 00:07:58 -05:00
ljleb
d3046c2f46
document ResizeMode
2023-03-05 23:55:05 -05:00