lllyasviel
|
9900c5001a
|
Merge pull request #1162 from Mikubill/lllyasviel-patch-1
Update README.md
|
2023-05-05 12:22:33 -07:00 |
lllyasviel
|
9515ae74bc
|
Update README.md
|
2023-05-05 12:22:23 -07:00 |
ljleb
|
4abbf4d125
|
less changes
|
2023-05-05 14:50:52 -04:00 |
ljleb
|
ab83f84c6b
|
attempt to fix test
|
2023-05-05 14:40:14 -04:00 |
ljleb
|
5234cf7fd2
|
Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into patch-unit-module-being-None-and-rework-txt2img-tests
|
2023-05-05 14:37:40 -04:00 |
ljleb
|
001bc70b81
|
`"guessmode"` alias for warning (#1161)
* alias for warning
* version
|
2023-05-05 14:27:01 -04:00 |
ljleb
|
a03b2f8a68
|
remove old enpoint test
|
2023-05-05 14:20:06 -04:00 |
ljleb
|
c4dea407eb
|
guessmode -> control_mode
|
2023-05-05 14:10:40 -04:00 |
ljleb
|
274645d0c7
|
merge 'main' into this branch
|
2023-05-05 14:05:38 -04:00 |
lllyasviel
|
168cfcb1f5
|
Merge pull request #1159 from Mikubill/lvmin
137
|
2023-05-05 10:55:43 -07:00 |
lvmin
|
b1776ce95b
|
137
|
2023-05-05 10:52:02 -07:00 |
lllyasviel
|
a343740906
|
Merge pull request #1156 from Mikubill/lvmin
Completely remove deprecated guess mode
|
2023-05-05 10:43:13 -07:00 |
ljleb
|
3ec8ae8749
|
version (#1158)
|
2023-05-05 13:37:25 -04:00 |
lllyasviel
|
6a8c471640
|
Merge branch 'main' into lvmin
|
2023-05-05 10:37:02 -07:00 |
lllyasviel
|
359ace95ea
|
Merge pull request #1155 from ljleb/rm-flat-args
Remove flat args
|
2023-05-05 10:34:56 -07:00 |
lvmin
|
9d38d2630d
|
remove deprecated guess mode
|
2023-05-05 10:33:31 -07:00 |
ljleb
|
9be24fc425
|
add back test but only for non-flat args
|
2023-05-05 13:19:06 -04:00 |
ljleb
|
c41cad6f49
|
remove args test
|
2023-05-05 13:13:33 -04:00 |
lvmin
|
1435eb205d
|
remove deprecated guess mode
|
2023-05-05 09:41:24 -07:00 |
lvmin
|
3d4c951ff0
|
Revert "remove deprecated guess mode"
This reverts commit 65bc755140.
|
2023-05-05 09:40:29 -07:00 |
lvmin
|
65bc755140
|
remove deprecated guess mode
|
2023-05-05 09:37:17 -07:00 |
lvmin
|
1caa2b5379
|
remove deprecated guess mode
|
2023-05-05 09:32:58 -07:00 |
ljleb
|
c5ea2f7027
|
add back main just to be sure
|
2023-05-05 12:32:48 -04:00 |
ljleb
|
aa3d3f23d6
|
rm PARAM_COUNT
|
2023-05-05 12:31:27 -04:00 |
ljleb
|
31c52c8244
|
remove flat args
|
2023-05-05 12:28:26 -04:00 |
ljleb
|
11d33e1815
|
Remove deprecated api (#1154)
* remove deprecated api
* version
* api version
|
2023-05-05 12:05:33 -04:00 |
ramyma
|
5d387abf19
|
fix: Raise 500 exception instead of returning an error on `detect` API call (#863)
fix: Raise 422 exception instead of returning an error on `detect` API call
|
2023-05-03 22:03:32 -04:00 |
lllyasviel
|
23c0c80306
|
Merge pull request #1146 from Mikubill/lllyasviel-patch-2
Update README.md
|
2023-05-03 11:37:47 -07:00 |
lllyasviel
|
6a27f3d373
|
Update README.md
|
2023-05-03 11:37:32 -07:00 |
lllyasviel
|
8fd1fcdc53
|
Merge pull request #1138 from Mikubill/lvmin
better codes, version flag
|
2023-05-03 00:52:58 -07:00 |
lvmin
|
0a4589e373
|
better codes, version flag
|
2023-05-03 00:42:49 -07:00 |
lllyasviel
|
a482867ee5
|
Merge pull request #1134 from Mikubill/lllyasviel-patch-1
assert we have really tested preprocessors
|
2023-05-02 16:13:18 -07:00 |
lllyasviel
|
f20d0fa396
|
assert we have really tested preprocessors
|
2023-05-02 15:47:52 -07:00 |
Chenlei Hu
|
c0e1fdbb1d
|
Merge pull request #1102 from huchenlei/test_every_preprocessor
[Unittest] Add txt2img test with preprocessors
|
2023-05-02 18:39:06 -04:00 |
huchenlei
|
47b7bafa83
|
✅ Only test depth and openpose_full preprocessor
|
2023-05-02 17:58:03 -04:00 |
huchenlei
|
1a54ad4ffa
|
🐛 Exclude clip_vision preprocessor
|
2023-05-02 17:50:13 -04:00 |
huchenlei
|
0f915bf983
|
✅ Add txt2img test with preprocessors
|
2023-05-02 17:50:13 -04:00 |
Chenlei Hu
|
bd9cace20a
|
Merge pull request #1133 from huchenlei/type_annotation
Replace pipe operator on type annotation with 3.8 compatible syntax
|
2023-05-02 16:40:02 -04:00 |
huchenlei
|
1c1ff7b7d5
|
📝 Replace pipe operator on type annotation with 3.8 compatible syntax
|
2023-05-02 16:26:32 -04:00 |
lllyasviel
|
b585141b92
|
Merge pull request #1131 from huchenlei/type_annotation
Add back type annotation on BodyResult
|
2023-05-02 13:15:21 -07:00 |
huchenlei
|
99820f8db7
|
📝 Use 3.8 compatible syntax
|
2023-05-02 16:13:24 -04:00 |
huchenlei
|
a96b98e4fc
|
📝 add back type annotation on BodyResult
|
2023-05-02 13:48:38 -04:00 |
lllyasviel
|
815b930217
|
Merge pull request #1130 from Mikubill/lvmin
fix unit bug
|
2023-05-02 07:27:32 -07:00 |
lvmin
|
6e12ddbc1d
|
fix unit bug
|
2023-05-02 07:26:31 -07:00 |
lllyasviel
|
2c68fee2b3
|
Merge pull request #1129 from Mikubill/lvmin
fix multi control close button
|
2023-05-02 07:17:00 -07:00 |
lvmin
|
ae91dae48e
|
fix multi control close button
|
2023-05-02 07:15:46 -07:00 |
lllyasviel
|
4366c66e83
|
Merge pull request #1126 from Mikubill/lvmin
fix leres
|
2023-05-02 03:55:38 -07:00 |
lvmin
|
729efba023
|
fix leres
|
2023-05-02 03:55:07 -07:00 |
lllyasviel
|
e676681ebd
|
Merge pull request #1125 from Mikubill/lllyasviel-patch-1
Update README.md
|
2023-05-02 01:44:02 -07:00 |
lllyasviel
|
f74f6106fc
|
Update README.md
|
2023-05-02 01:43:56 -07:00 |