Commit Graph

1129 Commits (0c8d8d9b2cdbe2b9ebd233a0b9fa865b2e749537)

Author SHA1 Message Date
青龍聖者@bdsqlsz 0c8d8d9b2c default use safe steps = 2 2024-01-24 12:39:32 +08:00
青龍聖者@bdsqlsz 15f78b13eb add util 2024-01-24 12:39:32 +08:00
青龍聖者@bdsqlsz 70ef227f25 update 2024-01-24 12:39:32 +08:00
Chenlei Hu 3aed89e7c7
📝 Update to version v1.1.437 (#2571) 2024-01-23 19:15:32 -05:00
Chenlei Hu d139d8c88d
🐛 Fix ip-adapter (#2569) 2024-01-23 18:54:35 -05:00
Chenlei Hu 3571b1c4d2
📝 Update to version v1.1.436 (#2561) 2024-01-23 11:37:43 -05:00
Chenlei Hu fc3b521581
🐛 Fix ControlLoRA (#2559) 2024-01-23 11:22:13 -05:00
Chenlei Hu 7fb40bf803
🔧 Explicit error on ipadapter invalid preprocessor/model pair (#2551)
* 🔧 Explicit error on ipadapter invalid preprocessor/model pair

* nit
2024-01-22 19:34:47 -05:00
Chenlei Hu b23015aff6
🔧 Filter preprocessor selection based on sd version (#2550)
* format

* filter module
2024-01-22 19:15:14 -05:00
Chenlei Hu 3db6a27b23
📝 Update to version v1.1.435 (#2548) 2024-01-22 16:17:14 -05:00
Chenlei Hu 2b44ac8d6b
🐛 Fix padding (#2547) 2024-01-22 16:16:37 -05:00
Chenlei Hu e5adb1697d
Add depth_anything (#2544)
*  Add depth_anything

* Fix various issues

* Add tests
2024-01-22 16:14:26 -05:00
Chenlei Hu 25e41dc63b
Real multi-inputs ControlNet unit (#2539)
* real multi-inputs

* add tests

* nit

* 🐛 Fix negative prompt issue
2024-01-22 02:27:37 -05:00
Chenlei Hu 0712f42bf3
🚚 Move statements (#2538) 2024-01-21 22:13:18 -05:00
Chenlei Hu 57794c0817
🚚 Move control_mode (#2537) 2024-01-21 21:56:34 -05:00
Chenlei Hu 41e11028a3
🚚 Integrate model type detection into model detection (#2536)
* 🚚 Integrate model type detection into model detection

* Remove unused imports

* nit
2024-01-21 21:28:57 -05:00
Chenlei Hu ee821e8edf
🚚 Move dim calc (#2535)
* 🚚 Move dim calc

* nit
2024-01-21 20:56:51 -05:00
Chenlei Hu a79661e0db
🚚 Move inpaint crop logic as a function (#2534)
* Add tests

* 🔨 Extract crop logic
2024-01-21 19:00:28 -05:00
Chenlei Hu 81b5dde69a
🎨 Multi-Inputs more user friendly UI (#2533)
* format

* 🎨 multi-inputs UI refresh

* nit
2024-01-21 18:17:59 -05:00
Chenlei Hu 7660993be7
📝 Update to version v1.1.434 (#2531) 2024-01-21 12:09:20 -05:00
Chenlei Hu 5fde5430de
Support IP-Adapter faceid portrait (#2529)
* Add ip adapter tests

* Refactor faceid

* support portrait

*  more testing
2024-01-21 12:03:43 -05:00
Chenlei Hu 137fc1c89a
📝 Update to version v1.1.433 (#2526) 2024-01-20 23:00:45 -05:00
Chenlei Hu dbd997138a
Support multi-inputs (#2525)
* wip

*  Add multi-input support

* 🐛 Fix API issue
2024-01-20 22:59:56 -05:00
Chenlei Hu 881165e938
🐛 Only update model when necessary (#2521) 2024-01-20 20:09:41 -05:00
Chenlei Hu fb93201501
🐛 backward compatible for A1111 1.6.0 (#2518) 2024-01-20 17:02:55 -05:00
Chenlei Hu 1b7ae7dbec
🐛 Fix callback issue on ui reload (#2512) 2024-01-20 00:14:39 -05:00
Chenlei Hu 2748092413
📝 Update to version v1.1.432 (#2510) 2024-01-19 21:26:07 -05:00
Chenlei Hu b146963c1b
Update model dropdown choices when sd checkpoint change (#2509)
* wip

* 🔨 Large refactoring

* nit
2024-01-19 21:24:31 -05:00
ShawnTung 7b731d1577
Remove redundant code (#2502) 2024-01-19 11:42:40 -05:00
Aarni Koskela 19ce346c76
Use pip for HandRefinerPortable (#2493) 2024-01-18 20:44:11 -05:00
Chenlei Hu 0a8e71af58
🔧 Add option to run CLIP preprocessor on CPU (#2495) 2024-01-18 20:30:12 -05:00
Chenlei Hu ba05e1ea20
🔧 Loosen is_compatible SD version check (#2490) 2024-01-17 10:25:41 -05:00
Chenlei Hu 8870e35682
🐛 Fix outpaint 2 (#2485)
* 🐛 Fix outpaint

* 🐛 Fix lama outpaint
2024-01-16 12:36:04 -05:00
Chenlei Hu 7c8a0091b4
🐛 Fix outpaint (#2483) 2024-01-16 08:21:08 -05:00
Chenlei Hu e7b5b60812
🐛 Fix inpaint mask dim (#2477) 2024-01-15 09:57:58 -05:00
Chenlei Hu 84ef205673
📝 Update to version v1.1.431 (#2471) 2024-01-14 23:34:17 -05:00
Chenlei Hu c05321387c
🐛 Uncache ip-adapter models (#2470) 2024-01-14 23:33:38 -05:00
Chenlei Hu af9c3cdb9c
🔨 Refactor choose_input_image logic (#2468)
*  Add inpaint full cov tests

* More tests

* 🔨 Refactor choose input image logic

*  Update unittest expectation

* nits
2024-01-14 18:58:39 -05:00
Chenlei Hu 1d03353d9c
🔨 Change if to assert on mask invariants (#2466) 2024-01-13 23:52:50 -05:00
Chenlei Hu 4729f8eb07
Allow mask upload (#2464) 2024-01-12 22:49:51 -05:00
Chenlei Hu eaa18bb213
Reland "Add Densepose (TorchScript)" (#2459)
* Revert "Revert "Add Densepose (TorchScript)""

* 🐛 Fix unload
2024-01-11 21:09:17 -05:00
Chenlei Hu 6e649def2b
Revert "Add Densepose (TorchScript)" (#2457) 2024-01-11 08:15:19 -05:00
青龍聖者@bdsqlsz 70d95d3943
📝 Update to version v1.1.430 (#2453)
* 📝 Update to version v1.1.430
2024-01-11 14:47:34 +08:00
Fannovel16 7734e372ec
Add Densepose (TorchScript) (#2314)
* Add annotator DensePose

* Register densepose

* fix densepose and add filters

* Change alias

---------

Co-authored-by: 青龍聖者@bdsqlsz <qinglongshengzhe@gmail.com>
2024-01-11 00:35:56 -06:00
Chenlei Hu 488b32e55f
🐛 Hide control mode for ip-adapter_clip_sdxl_plus_vith (#2450) 2024-01-10 22:23:54 -05:00
Chenlei Hu 499152057b
🐛 Fix list no_control_mode_preprocessors (#2449) 2024-01-10 22:16:02 -05:00
Chenlei Hu 31b2b18a61
🐛 Fix IP-Adapter face id plus v2 (#2448) 2024-01-10 22:11:17 -05:00
Chenlei Hu d6eeff7eca
📝 Update to version v1.1.429 (#2447) 2024-01-10 20:12:37 -05:00
Chenlei Hu 02c155e420
🐛 Handle non-singleface cases for insightface preprocessor (#2443) 2024-01-10 09:54:25 -05:00
Chenlei Hu f8f43a809f
📝 Update to version v1.1.428 (#2441) 2024-01-10 09:35:20 -05:00