Commit Graph

1119 Commits (2b44ac8d6b3f022bf67f3d00a5a446caf9d73228)

Author SHA1 Message Date
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
Chenlei Hu a846376516
IP-Adapter face id (#2434)
* faceid

* remove unused file

* Update To_KV

* faceid_plus

* Remove unncessary dep

* Change download path

* Add install script

* nit

* nits

* Fixes controlmode visibility
2024-01-10 09:35:03 -05:00
Chenlei Hu a52e607b0f
🐛 Fix hr_option display sync (#2440) 2024-01-09 21:09:30 -05:00
Chenlei Hu 94c93c6708
Revert "🐛 Fixes path style (#2420)" (#2426)
This reverts commit a6a5a4b381.
2024-01-06 12:27:32 -05:00
w-e-w 9d1f0a07fa
alternative photopea popup warning (#2417)
* alternative photopea popup warning

* rename variables
2024-01-06 09:18:29 -05:00
Chenlei Hu a6a5a4b381
🐛 Fixes path style (#2420) 2024-01-05 20:15:19 -05:00
Chenlei Hu 9b2feb396f
🐛 Fix gradio timing issue (#2416) 2024-01-05 16:14:43 -05:00
Chenlei Hu 16798475b5
🎨 inline svg logo (#2410) 2024-01-04 20:42:45 -05:00
Chenlei Hu 3216fba6ed
🐛 Fix infotext advanced weighting (#2408) 2024-01-04 17:02:44 -05:00
Chenlei Hu c714019b8a
🔧 Fix crop input image checkbox visibility (#2404) 2024-01-04 11:02:36 -05:00
Chenlei Hu e3fe75268e
📝 Update to version v1.1.427 (#2399) 2024-01-03 21:34:09 -05:00