Chenlei Hu
|
4ceb6e8a4b
|
📝 Update to version v1.1.424 (#2350)
|
2023-12-23 15:57:00 -05:00 |
青龍聖者@bdsqlsz
|
79948d8c29
|
Add Animal Pose Preprocessor (RTMPose AP-10K) (#2293)
* add support for animal pose
* Update __init__.py
* fix typo
* flatten json result list
* format files
* remove unused functions
* 🚧 Support edit
* nits
* fix test expecetations
---------
Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
|
2023-12-23 15:55:21 -05:00 |
Chenlei Hu
|
237b3d8311
|
🐛 Fix upload json button style (#2349)
* 🐛 Fix upload json button style
* nits
|
2023-12-23 15:52:00 -05:00 |
Chenlei Hu
|
eb302e9602
|
🐛 Fix dtype issue in IPAdapter for MacOS (#2348)
|
2023-12-23 15:42:44 -05:00 |
青龍聖者@bdsqlsz
|
01e4574d8e
|
Fix issues #2312 caused by capitalization
|
2023-12-18 15:19:59 +08:00 |
Chenlei Hu
|
102449bf16
|
📝 Update to version v1.1.423 (#2337)
|
2023-12-16 00:01:51 -05:00 |
Chenlei Hu
|
0b713ca5a5
|
🔧 Detect ControlNet lora for SD15 (#2336)
|
2023-12-15 23:57:49 -05:00 |
Chenlei Hu
|
27c78e3fec
|
🐛 Set default model/module to string values (#2335)
|
2023-12-15 21:54:16 -05:00 |
Chenlei Hu
|
a13bd2febe
|
Add render_openposes_json API endpoint (#2325)
* Add render_openpose_json API endpoint
* nits
|
2023-12-12 22:07:52 -05:00 |
Chenlei Hu
|
0d0841671e
|
📝 Add inpaint examples (#2317)
|
2023-12-10 15:39:48 -05:00 |
Chenlei Hu
|
54dfb899d5
|
Ignore unrecognized params (#2313)
|
2023-12-09 23:17:03 -05:00 |
Chenlei Hu
|
feea1f653b
|
🐛 fix upload json (#2309)
|
2023-12-08 13:34:52 -05:00 |
lllyasviel
|
cda3473d10
|
fix some potential problems
|
2023-12-07 10:42:17 -08:00 |
lllyasviel
|
96dbc601a6
|
fix model unload (#2301)
fix model unload
|
2023-12-06 21:07:37 -08:00 |
lllyasviel
|
a6edc5d97b
|
allow not using any unit (#2300)
|
2023-12-06 20:48:41 -08:00 |
lllyasviel
|
d0e79b397d
|
typo
|
2023-12-06 07:24:13 -08:00 |
lllyasviel
|
47dfefa54f
|
StyleAlign (#2294)
StyleAlign
|
2023-12-06 06:49:05 -08:00 |
Chenlei Hu
|
10bd9b25f6
|
Add anime_face_segment (#2279)
Update __init__.py
update add aliases
Update global_state.py
fix typo
fix typo2
Update __init__.py
Update __init__.py
Update __init__.py
Update __init__.py
Update __init__.py
Update __init__.py
Update __init__.py
Update __init__.py
RGB2BGR
fix for device
fix for special resolution
Co-authored-by: 青龍聖者@bdsqlsz <qinglongshengzhe@gmail.com>
|
2023-11-21 22:43:55 -05:00 |
Chenlei Hu
|
8395e4348f
|
🔨 fix deprecation warnings (#2278)
|
2023-11-21 22:15:56 -05:00 |
Chenlei Hu
|
aa4747ab5f
|
📝 Update to version v1.1.419 (#2275)
|
2023-11-20 21:59:52 -05:00 |
Chenlei Hu
|
7a199fe4a2
|
✨Add JSON pose file upload button (#2274)
* 🚧 Backend work
* 🚧 render pose
* 🚧 various fixes
* 🎨 Update readme image
|
2023-11-20 21:58:39 -05:00 |
Chenlei Hu
|
0efcf8c993
|
🐛 Handle None controlnet model in version check (#2272)
|
2023-11-19 23:51:39 -05:00 |
Chenlei Hu
|
640cc6ab6d
|
📝 Update to version v1.1.418 (#2269)
|
2023-11-19 23:17:44 -05:00 |
Chenlei Hu
|
ff5188edb5
|
🔥 Remove gradio version check (#2271)
|
2023-11-19 22:56:45 -05:00 |
Chenlei Hu
|
e2e6a1b494
|
🔊 Meaningful error message for sd version conflict (#2268)
* 🚚 Move enums
* 🔊 Meaningful error message for sd version conflict
|
2023-11-19 21:49:14 -05:00 |
Chenlei Hu
|
45eb903538
|
✨ Filter cn model by sd version active (#2267)
|
2023-11-19 17:49:46 -05:00 |
Chenlei Hu
|
eac4f4b28e
|
🔥 Remove disable_control_type option (#2266)
* 🔥 Remove disable_control_type option
* 🔥 remove type_filter check
* assert not none
|
2023-11-19 15:35:17 -05:00 |
Chenlei Hu
|
aa26871b42
|
✅ More tests on SDXL models (#2264)
|
2023-11-18 17:48:56 -05:00 |
Chenlei Hu
|
c1f3d6f850
|
📝 Update to version v1.1.417 (#2257)
|
2023-11-12 22:05:46 -05:00 |
Chenlei Hu
|
0c0f5e45e8
|
🔨 Add patch version script (#2256)
|
2023-11-12 22:01:40 -05:00 |
青龍聖者@bdsqlsz
|
711203e88e
|
Add support for IP Adapter Full Face (#2252)
* Add support for IP Adapter Full Face
* ✅ Add unittests
* nits
---------
Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
|
2023-11-12 21:53:17 -05:00 |
fuchen.ljl
|
247483b0e0
|
Update __init__.py (#2248)
Fix Controlnet cannot support the -- use CPU parameter, built-in will still load cuda
|
2023-11-12 21:43:34 -05:00 |
Chenlei Hu
|
f14653a10e
|
✅ Verify nunber of response images (#2255)
|
2023-11-12 19:56:50 -05:00 |
Chenlei Hu
|
9e61022428
|
🔧 Support SDXL in tests (#2254)
* 🔧 Support SDXL in tests
* 📝 docs
* nits
|
2023-11-12 14:12:54 -05:00 |
Chenlei Hu
|
457da74dc7
|
✨ Add new API option send_detected_map (#2251)
|
2023-11-11 19:06:06 -05:00 |
lllyasviel
|
05ef0b1cd1
|
safetensor ipadapters (#2241)
|
2023-11-06 22:05:28 -08:00 |
Chenlei Hu
|
fce6775a6d
|
🔧 Setup CI cache (#2233)
* 🔧 Setup CI cache
* nits
* nits
|
2023-11-05 00:18:11 -04:00 |
Chenlei Hu
|
2d73f31f1b
|
🐛 Disable flaky tests (#2232)
|
2023-11-04 23:17:09 -04:00 |
catboxanon
|
3b1fd43221
|
Migrate tooltips to Gradio (#1993)
|
2023-11-04 22:32:18 -04:00 |
AngelBottomless
|
e3a4d70a19
|
handle control_param is None case when accessing it (#2215)
Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
|
2023-11-04 19:24:21 -04:00 |
Chenlei Hu
|
36a7ed567c
|
🐛 Init webui only once in tests (#2228)
|
2023-11-04 17:59:11 -04:00 |
Chenlei Hu
|
5037f5cbee
|
🔊 Reduce debug log duration precision (#2223)
|
2023-11-04 17:03:30 -04:00 |
Chenlei Hu
|
27c522029e
|
Fix CI tests (#2220)
* 🔧 setup CI
* 🐛 Fix path
* cd
* set working dir
* fix openpose tests
* Fix web_api tests
* Fix batch hijack tests
* change coverage dir
* 📝 Add doc
|
2023-11-04 00:48:22 -04:00 |
lllyasviel
|
3011ff6e70
|
support all recent ip-adapters
support all recent ip-adapters
|
2023-10-31 19:49:08 -07:00 |
Chenlei Hu
|
f2aafcf2be
|
🐛 Fix update_cn_script (#2203)
|
2023-10-28 23:05:34 -04:00 |
Chenlei Hu
|
4ac716a6e8
|
Revert "Update external_code.py fix 2132 2111 (#2133)" (#2202)
This reverts commit e382d16185.
|
2023-10-28 14:31:28 -04:00 |
joergwa
|
e382d16185
|
Update external_code.py fix 2132 2111 (#2133)
fix for https://github.com/Mikubill/sd-webui-controlnet/issues/2132 https://github.com/Mikubill/sd-webui-controlnet/issues/2111
|
2023-10-25 21:35:02 -04:00 |
MitPitt
|
150d6f140d
|
increase possible model cache size (#2186)
no reason not to have this
|
2023-10-23 13:56:12 -04:00 |
Chenlei Hu
|
a43e574254
|
Fix control type in preset (#2179)
|
2023-10-15 11:49:04 -04:00 |
missionfloyd
|
df0788b819
|
Don't show progress for UI actions (#2163)
|
2023-10-14 22:07:21 -04:00 |