Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
Chenlei Hu bd23a0ecb6
🔧 Lazy load photopea editor (#2386) 2024-01-01 21:10:50 -05:00
Chenlei Hu d47536ff27
🔧 Add option to disable photopea quick edit (#2385) 2024-01-01 20:36:03 -05:00
Chenlei Hu ce3cb3de8b
🐛 Replace 3.10 match statement (#2383) 2024-01-01 14:37:30 -05:00
Chenlei Hu 73f5319720
📝 Update to version v1.1.426 (#2380) 2024-01-01 00:08:45 -05:00
Chenlei Hu 7aaf263208
Add hr_option (Both, High res only, Low res only) (#2379)
*  Add hr_option

🎨 Only show when relevant

 Add unit test

* 🐛 fix per-unit
2024-01-01 00:06:55 -05:00
Chenlei Hu 0c0eb6b317
Control inpaint crop per ControlNet unit (#2377)
*  Control inpaint crop per ControlNet unit

* nits
2023-12-31 18:27:20 -05:00
Chenlei Hu 125f8e8bd2
🐛 Use opencv for onnx model inference in animal openpose (#2376) 2023-12-31 12:10:53 -05:00
Chenlei Hu cd0d5870f4
🔊 Add tracemalloc to track memory usage (#2373) 2023-12-30 23:31:58 -05:00
Chenlei Hu 218f075023
🐛 Raise error when using revision on non-SDXL models (#2372) 2023-12-30 21:07:14 -05:00
Chenlei Hu 74f3749fb4
📝 Update to version v1.1.425 (#2370) 2023-12-30 17:54:53 -05:00
Chenlei Hu a23dbfc0b1
Quick edit of preprocessor result with photopea (#2346)
* ui

* display modal

* add fetch from controlnet feature

* fix pasting issue

* name layers

* Add send to controlnet button

* 🎨 Fix button styles

* 🔨 refactor

* wip

* 🚧 correctly write output

* 🚧 auto fetch and auto close

* 🚧 create black background of given size
2023-12-30 17:54:42 -05:00
Chenlei Hu 11019f4820
Support advanced_weighting in API (#2368)
*  Support advanced_weighting in API

* 📝 add note

* 🐛 nits

* 📝 Add examples
2023-12-30 17:35:52 -05:00
Chenlei Hu 50ddf1da96
🎨 Hide loopback checkbox in non-batch config (#2366)
* 🎨 Hide loopback checkbox in non-batch tab

* 🐛 Fix hide logic
2023-12-29 16:20:55 -05:00
Chenlei Hu dc0d590faf
🔧 Add option to bypass input image crop (#2365) 2023-12-28 15:29:06 -05:00
liubo0902 b7a9bea231
fix image invert detect (#2356)
* fix image invert detect

*  Add unittest

---------

Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
2023-12-24 21:31:51 -05:00
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