Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
ljleb 525e19133f refact 2023-03-04 08:36:33 -05:00
ljleb cb0382daf6 refact 2023-03-04 08:33:06 -05:00
aiton-sd 92b105a912
Support for specifying a range of numbers. 2023-03-04 22:19:17 +09:00
Mikubill 721fd78c0d fix: minor fix 2023-03-04 13:17:51 +00:00
Mikubill 06a4813859 fix: skip if mmcv already installed 2023-03-04 12:16:50 +00:00
Mikubill d0a43a95fb fix: use opemmim to configure mm packages 2023-03-04 12:02:58 +00:00
Mikubill 5ca852b351 fix: minor fix 2023-03-04 11:27:52 +00:00
Mikubill e6d2548c6f fix: remove mmcv from requirements - temporary 2023-03-04 11:27:00 +00:00
Mikubill 6dea4af076 fix: remove mmcv packages, prepare for new annotator/models 2023-03-04 10:14:10 +00:00
catboxanon bff62eda02
fix: elif typo 2023-03-03 20:30:42 -05:00
catboxanon fae1b09bbf
Repair loading style adapter 2023-03-03 20:17:14 -05:00
ljleb 09a403de79 basic external code api 2023-03-03 20:12:55 -05:00
catboxanon c5c6c9e536
Load style adapter (still not 100% functional) 2023-03-03 20:01:05 -05:00
catboxanon 2072e4ae26
Add style adapter config 2023-03-03 19:59:56 -05:00
catboxanon 3792adb020
Check if state_dict has style_embedding key 2023-03-03 19:53:08 -05:00
catboxanon 33ee7b748b
Add color adapter config 2023-03-03 19:42:45 -05:00
catboxanon e3bf5ead9a
Initial support for color adapter 2023-03-03 19:41:37 -05:00
Kakigōri Maker 1031a902f3
Merge pull request #463 from ljleb/private-deprecate-api
use private '_deprecated' field to hide deprecated fields from docs instead
2023-03-03 11:56:49 +09:00
ljleb 44a92862a6 dont use existing deprecated field in api 2023-03-02 21:52:25 -05:00
Kakigōri Maker 48fce60f24
Merge pull request #453 from aiton-sd/main
Changed the location from which to read values from p.
2023-03-02 21:55:12 +09:00
Mikubill 9b19c63e98 fix: filepath issue (#446) 2023-03-02 11:38:18 +00:00
aiton-sd c1b05db76c
Changed the location from which to read values from p. 2023-03-02 20:32:25 +09:00
LonicaMewinsky 1ec7c9023d
Merge branch 'Mikubill:main' into main 2023-03-01 22:54:49 -06:00
Mikubill 513fd8fbeb Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-03-02 00:16:26 +00:00
Mikubill bc1e0ec862 fix: filepath import issue (#446) 2023-03-02 00:16:20 +00:00
Kakigōri Maker e67ee27304
Merge pull request #442 from aiton-sd/main
Bug fixing and code improvement.
2023-03-02 08:14:06 +09:00
aiton-sd 65b06db0bc
Support for older versions of Python. 2023-03-02 06:13:53 +09:00
ljleb 5c74f300c3
replace tabs by spaces in issue template (#443) 2023-03-01 15:59:24 -05:00
aiton-sd 528c61a849
Bug fixing and code improvement. 2023-03-02 04:35:32 +09:00
Mikubill 7377d4990a Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet 2023-03-01 13:06:26 +00:00
Mikubill e3c4232bf2 fix: minor fix - remove unused params 2023-03-01 13:06:24 +00:00
Kakigōri Maker c27dbecac1
Merge pull request #376 from vladmandic/allow-relative-paths
allow relative paths
2023-03-01 22:02:30 +09:00
Mikubill 7e9fbc78a9 fix: minor fix 2023-03-01 02:00:19 +00:00
Mikubill 96f2e1c12b fix: revert #350 - h/w differ from input, reproducibility (#430)
will use another apporach later
2023-03-01 00:37:14 +00:00
LonicaMewinsky 1f0f001850
Update scripts/controlnet.py
Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-02-28 18:13:58 -06:00
LonicaMewinsky e72b129837 Added func to ensure sent values are /8 2023-02-28 15:52:48 -06:00
LonicaMewinsky e223cdd255 Added "send dimensions" button 2023-02-28 15:18:54 -06:00
Kakigōri Maker 2ce17c0a2b
Merge pull request #407 from aiton-sd/main
Added support for Multi-ControlNet (list notation).
2023-03-01 01:06:10 +09:00
Kakigōri Maker 7be18a9fdb
Merge pull request #350 from ZhUyU1997/dev-yu-zhu
fix: calculate size to fit output image
2023-02-28 23:07:18 +09:00
aiton-sd 9897b9f7e0
Code cleanup (probably the last). 2023-02-28 19:35:03 +09:00
aiton-sd 51935cd156
A minor change. 2023-02-28 14:34:58 +09:00
aiton-sd 81aabe1369
Improve the code. 2023-02-28 14:18:47 +09:00
aiton-sd 9e9a20ed23
Improving code readability. 2023-02-28 11:31:50 +09:00
Mikubill 3a1c5b9f3c fix: add missing line (#415) 2023-02-27 19:57:39 +00:00
Kakigōri Maker 93e723c0f0
Merge pull request #415 from ljleb/fix-grayscale-api
fix: extend grayscale mask to shape (x, y, 1) in api
2023-02-28 04:47:21 +09:00
Mikubill e63cb23921 fix: reload config from infotext field (#412) 2023-02-27 19:45:20 +00:00
ljleb 937a7016fc fix: extend grayscale mask 2023-02-27 14:44:46 -05:00
aiton-sd 8734e3c50a
In non-list notation, support for None and empty string has been added. 2023-02-28 02:55:05 +09:00
aiton-sd 9ad92763d1
Further fixes. 2023-02-28 01:59:31 +09:00
aiton-sd a53bc76879
Bug fixes and function reordering. 2023-02-28 01:41:52 +09:00