Chenlei Hu
fc3b521581
🐛 Fix ControlLoRA ( #2559 )
2024-01-23 11:22:13 -05:00
ShawnTung
e949858924
fix: removed the 'with' statement causing AttributeError: __enter__ ( #2556 )
2024-01-23 08:05:12 -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
2c6a7d201a
🐛 Fix error print ( #2523 )
2024-01-20 21:15:58 -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
de9492bbe7
🐛 Fix install script ( #2517 )
2024-01-20 16:39:22 -05:00
秋葉杏
00cd2ca525
Add optional env to specify url for wheels ( #2514 )
2024-01-20 08:44:23 -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
Chenlei Hu
5287a4e04c
Revert " Apply a small patch(devices.get_device_for)" ( #2508 )
2024-01-19 20:30:37 -05:00
ShawnTung
7b731d1577
Remove redundant code ( #2502 )
2024-01-19 11:42:40 -05:00
fuchen.ljl
ecd33eb82b
Apply a small patch(devices.get_device_for) ( #2503 )
...
* clipvision
device=devices.get_device_for("controlnet")
* lama
segmentation.py
devices.get_device_for("controlnet")
* devices.get_device_for
run.py
device=devices.get_device_for("controlnet")
* Update __init__.py
map_location=devices.get_device_for("controlnet")
2024-01-19 11:41:01 -05:00
Chenlei Hu
2c6ff82a98
🔧 Install handrefiner from prebuild wheel ( #2504 )
2024-01-19 11:39:09 -05:00
Chenlei Hu
cb3ddc4aaf
🔥 Remove hand_refiner_portable submodule ( #2496 )
2024-01-18 21:13:05 -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
storyicon
8b5f7c1d0e
feat: significantly optimize the time consumption of clip vision ( #2474 )
...
Signed-off-by: storyicon <storyicon@foxmail.com>
2024-01-15 10:36:34 -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
Luca Beltrame
d56f1b8bcb
Fix typo ( #2463 )
...
The comment for some reason wasn't properly closed.
2024-01-12 08:45:54 -05:00
Luca Beltrame
890b26601b
Fix editor window size with SD.Next ( #2461 )
...
Default themes in SD.Next enforce a maximum width for the column where
the editor window opens, thus constraining it to a very small size.
Override `max_size` so that it is not affected by it. Fixes
vladmandic/automatic#2594 .
2024-01-12 02:26:39 -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
Ikko Eltociear Ashimine
eae6c565e7
Update README.md ( #2458 )
...
arbitary -> arbitrary
2024-01-11 13:41:24 -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