Chenlei Hu
|
784b6d01a7
|
Support PuLID (#2838)
* Add preprocessors
* Fix resolution param
* Fix various issues
* Add PuLID attn
* remove unused import
* Resize img before passing to facexlib
* safe unload
|
2024-05-04 12:25:00 -04:00 |
Chenlei Hu
|
f1b536ecf0
|
Fix canny greyscale (#2804)
|
2024-04-24 17:07:26 -04:00 |
Chenlei Hu
|
442398bb9f
|
Port SDForge's preprocessor structure (#2754)
* wip
* wip2
* wip3
* fix issues
* Add scribble xdog
* port legacy processors
* nit
* Add tests
* Fix modules test
* Add back normal_dsine
* Remove legacy code
* Remove code
* Add tests
* rename param
* Linter ignore
* fix is_image
* fix is_image
* nit
* nit
* Better assertion message
* Add back ip-adapter-auto
* Add test
* Fix various tag matching
* fix
* Add back preprocessor cache
* Add back sparse ctrl
* fix test failure
* Add log
|
2024-04-17 22:28:56 -04:00 |
Chenlei Hu
|
aa2aa812e8
|
Remove dep basicsr (#2682)
* Remove dep basicsr
* nit
|
2024-03-05 21:52:19 -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
|
ee821e8edf
|
🚚 Move dim calc (#2535)
* 🚚 Move dim calc
* nit
|
2024-01-21 20:56:51 -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
|
5037f5cbee
|
🔊 Reduce debug log duration precision (#2223)
|
2023-11-04 17:03:30 -04:00 |
lllyasviel
|
1d5402326d
|
sdxl support (for SAI/HuggingFace/diffuser/community models) (#1952)
sdxl support (for SAI/HuggingFace/diffuser/community models)
1.1.400
|
2023-09-04 10:41:42 -07:00 |
Chenlei Hu
|
eceeec7a7e
|
🔊 Add timing debug logs (#1650)
* 🔊 Add timing debug logs
* 🐛 Use custom metaclass in DEBUG only
|
2023-07-03 17:36:32 -04:00 |
storyicon
|
17e9ca6c3b
|
feat: update get_unique_axis0 (#1567)
Signed-off-by: storyicon <yuanchao@bilibili.com>
|
2023-07-03 16:02:04 -04:00 |
Chenlei Hu
|
d3b64fbdd5
|
Reland logs; debug (#1540)
fallback
|
2023-06-04 13:55:45 -04:00 |
Chenlei Hu
|
b0a7dc8864
|
Revert "Logging migration (#1537)" (#1538)
This reverts commit f7eeb481ea.
|
2023-06-03 19:13:16 -04:00 |
Chenlei Hu
|
f7eeb481ea
|
Logging migration (#1537)
* 🔊 Use logger to replace print in scripts
* 🐛 Fix double handler issue
|
2023-06-03 18:14:56 -04:00 |
Chenlei Hu
|
624ec956f3
|
[Refactor] Move controlnet.Script.uigroup out as ui.controlnet_ui_group (#1475)
* 🚚 Move controlnet.Script.uigroup out.
* 🚚 rename uigroup
* explicitly declare fields
* 🐛 nits
* 🔥 remove unused imports
* reload utils
* reload utils
* 🚚 Move get_module_basename to global_state
* Update scripts/controlnet.py
---------
Co-authored-by: ljleb <lebel.louisjacob@gmail.com>
|
2023-05-31 22:22:40 -04:00 |
huchenlei
|
78f09f0bfe
|
📝 Add documentation
|
2023-05-21 14:16:57 -04:00 |
huchenlei
|
bbe357e6ac
|
✨ Add cache for preprocessors
|
2023-05-21 13:36:03 -04:00 |
lvmin
|
32223a0716
|
super high quality resampling
|
2023-04-18 19:33:08 -07:00 |
Mikubill
|
0146699545
|
feat: impl t2i-adapter
|
2023-02-17 11:40:19 +00:00 |