Commit Graph

571 Commits (f77c5eb5fa6dea0136d36a6fc9f9f00a99d8f2cb)

Author SHA1 Message Date
lllyasviel 1976cb2837
fix log (#2063) 2023-09-05 19:14:19 -07:00
lllyasviel 2dae96e538
revision fix (#2055)
* revision image blending

* revision fix
2023-09-05 10:33:33 -07:00
lllyasviel 876667f4d6
fix refiner (#2042) 2023-09-04 14:59:19 -07: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
catboxanon cde4619c5d
Repair ControlNet infotext parsing (#1833)
* Repair infotext parsing

🚧 Listen png info buttons

WIP

New infotext format

nits

nits

nits

rebase

refactor active unit counts

* nits

* nit

---------

Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca>
2023-08-23 22:27:34 -04:00
lllyasviel 7140c7f9a9
simplify img2img ui (#1956)
* fix gradio problem

* fix gradio problem

* simplify img2img ui

* simplify img2img ui
2023-08-23 18:15:17 -07:00
catboxanon 729926fdd1
Fix mask blur (#1907)
* Fix mask blur

* Prioritize mask_blur_x over mask_blur

* Update mask blur sigma values
2023-08-13 14:17:43 -04:00
Chenlei Hu c542a8fd60
fix mask (#1914) 2023-08-13 14:12:44 -04:00
catboxanon 424022c735
Disable ControlNet if model is SDXL (#1835) 2023-07-28 10:26:21 -04:00
catboxanon efda6ddfd8
Add setting to disable CN in highres (#1832) 2023-07-26 11:59:47 -04:00
ljleb e9679f8fc5
dont assume images is tensor (#1817)
Co-authored-by: ljleb <set>
2023-07-23 14:15:05 -04:00
catboxanon 8063252cf5
feat: Controllable inpainting Gaussian blur sigma value (#1813) 2023-07-21 15:32:01 -04:00
ljleb 6ed97a7da2
Remove `importlib.reload`s (#1775)
* move external_code.py for python module caching

* remove importlib reload

* add test

* rename

---------

Co-authored-by: ljleb <set>
2023-07-08 16:52:16 -04: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 30cc2ec84f
📝 Explain why guidance_end is set twice (#1742) 2023-07-01 16:14:06 -04:00
Chenlei Hu 0b7f43107c
Add unittest on numpy random seed (#1698) 2023-06-23 20:55:15 -04:00
Chenlei Hu fe803c7066
🔥 condense hook low vram logic (#1692) 2023-06-23 15:38:07 -04:00
Chenlei Hu c02375a435
Add test on choose_input_image (#1691) 2023-06-23 14:58:37 -04:00
Chenlei Hu 5ca74e89d7
🔊 add unit.module to bound check logs (#1688) 2023-06-23 11:35:13 -04:00
Chenlei Hu 311d67bcd2
[Reland] Add type check on script args (#1687)
* Add typecheck on script args (#1678)

* Add typecheck on script args

* Allow dict param

* reload module

* 📝 more detailed comment
2023-06-23 11:03:51 -04:00
Chenlei Hu 784eadbba6
🔥 remove unused code (#1679) 2023-06-22 22:28:57 -04:00
Chenlei Hu 16805be062
[Reland] 🔨 Refactor bound check for threshold and resolution (#1675)
* 🔨 Refactor bound check for threshold and resolution (#1668)

* 🔨 Refactor bound check for threshold and resolution

* nits

* 🐛 Fix bound check. Add more unittest.

* Fix param value used in logs
2023-06-22 21:38:12 -04:00
lllyasviel f58807c5f1 Revert "🔨 Refactor bound check for threshold and resolution (#1668)"
This reverts commit 2d5785b43f.
2023-06-22 03:02:45 -07:00
Chenlei Hu 2d5785b43f
🔨 Refactor bound check for threshold and resolution (#1668)
* 🔨 Refactor bound check for threshold and resolution

* nits
2023-06-21 22:05:00 -04:00
lvmin 43a40598cc fix high-res fix 2023-06-10 14:47:08 -07:00
lvmin a60b46b6e1 fix high-res fix 2023-06-10 14:45:08 -07:00
lvmin 048e3384f3 fix high-res fix 2023-06-10 14:41:56 -07:00
lvmin 5e89cd9f0c fix high-res fix 2023-06-10 14:40:45 -07:00
lvmin ceb08e8464 fix high-res fix 2023-06-10 14:38:37 -07:00
lllyasviel 5c9731319b
[1.1.121] Preprocessor: inpaint_only+lama (#1558)
[1.1.121] Preprocessor: inpaint_only+lama (#1558)
2023-06-08 17:42:08 -07:00
Chenlei Hu 1f66e9c614
🎨 Make active unit's tab name green (#1577)
* 🎨 Make active unit's tab name green

* 🎨 Use brighter green in dark mode
2023-06-06 20:13:15 -04:00
lllyasviel 6a58d77191
fix bugs in 218 (#1576) 2023-06-06 14:13:21 -07:00
lllyasviel 7ad8cc8e65
fix api (#1565) 2023-06-05 16:24:06 -07:00
lllyasviel 795b27e0e6
more robust judgement (#1554) 2023-06-04 14:37:50 -07:00
lllyasviel 93ed6c9d4c
enable seeing masked area in inpaint mask visualization (#1553) 2023-06-04 14:28:47 -07:00
Chenlei Hu 5b681b071b
New feature: integrated openpose editor (#1454)
🎨 nits

🎨 Load alert screen when no editor is detected.

🔧 add option to hide edit button

🐛 Resolve conflicts during rebase

🚧 Set use preview as input after edit

🐛 Fix merge conflict
2023-06-04 15:54:35 -04:00
Chenlei Hu d3b64fbdd5
Reland logs; debug (#1540)
fallback
2023-06-04 13:55:45 -04:00
lllyasviel d8551e447d
remove unnecessary/wrong judgement (#1539) 2023-06-03 17:19:48 -07: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
lllyasviel 7b2bf668ee
fix post processing (#1532) 2023-06-02 20:46:26 -07:00
Chenlei Hu 591b3de809
[Reland] Extract Prepare Mask logic (#1528)
* 🔨 Extract prepare mask logic

* 🐛 return Image instead of nparray

* 🐛 rename variable so that same variable always have same type

* 🎨 nits
2023-06-02 22:18:56 -04:00
lllyasviel 3c41f1546e
Revert "Extract prepare mask logic (#1525)" (#1527)
This reverts commit d7faaa491c.
2023-06-02 18:51:41 -07:00
Chenlei Hu d7faaa491c
Extract prepare mask logic (#1525)
* 🔨 Extract prepare mask logic

* 🐛 return Image instead of nparray
2023-06-02 21:05:05 -04:00
Chenlei Hu d99905418c
🔨 Extract pixel perfect calculation (#1522) 2023-06-02 18:28:44 -04:00
lllyasviel d4db708a6e
fix data range (#1521)
* fix high-res fix, 212

* fix high-res fix, 212

* fix data range
2023-06-02 14:39:17 -07:00
Chenlei Hu b3a0dad462
🔨 Add int_value on ResizeMode (#1519) 2023-06-02 17:11:07 -04:00
Chenlei Hu 8326f4d5e0
🐛 Fix typo (#1518)
* 🐛 fix typo

* 🎨 nits
2023-06-02 16:53:13 -04:00
Chenlei Hu 470bb585ab
🔥 remove unnecessary moving (#1517) 2023-06-02 16:48:03 -04:00