Commit Graph

1599 Commits (24dcdbb4d4ebc8f5a770a756be8a1b6e5b4e5e82)

Author SHA1 Message Date
Kakigōri Maker 58d69685d6
Merge pull request #351 from aiton-sd/main
Improving the selector function.
2023-02-25 08:05:44 +09:00
Kakigōri Maker d44fa8feb7
Merge pull request #346 from LonicaMewinsky/main
Multiple models across tabs, not accordions
2023-02-25 08:04:01 +09:00
aiton-sd 694ac1d536
Improving the selector function. 2023-02-25 06:27:35 +09:00
Yu Zhu 11d9bddc96 fix: calculate size to fit output image 2023-02-25 05:14:31 +08:00
LonicaMewinsky 90d777c445 Separated models into tabs 2023-02-24 13:21:58 -06:00
Mikubill 0267082ee2 fix: make model_cache gc more accurate (#344) 2023-02-24 17:14:11 +00:00
Mikubill e60e292799 chore: cleanup ipynb outputs 2023-02-24 12:38:23 +00:00
Mikubill 9fd195629a fix: use proper preset for p_res API (#194) 2023-02-24 12:28:39 +00:00
Mikubill 9468e02b61 fix: use proper default vals for API (#329) 2023-02-24 12:02:11 +00:00
Mikubill 07524b6700 fix: api, use pipeline directly 2023-02-24 11:45:05 +00:00
Mikubill 3691d1130b fix: issues with API access (#335, #194) 2023-02-24 11:20:13 +00:00
Mikubill f94b453d10 fix: allow model config override (#331) 2023-02-24 03:22:41 +00:00
Kakigōri Maker ecad77ed65
Merge pull request #330 from aiton-sd/main
Improvement of xyz_grid_support.py
2023-02-24 10:15:39 +09:00
Kakigōri Maker f70843cc7d
Merge pull request #333 from AdjointOperator/main
fix(uniformer) fix model loading path
2023-02-24 10:08:42 +09:00
AO 63223e5261
fix(uniformer) fix model loading path 2023-02-23 22:34:52 +01:00
aiton-sd 1cbf892b5e
Improvement of xyz_grid_support.py 2023-02-24 04:21:52 +09:00
mattyamonaca a18750f4e0 adapted to multi controlnet 2023-02-23 23:25:57 +09:00
Kakigōri Maker d457360386
Merge pull request #321 from 105gun/metadata-fix
fix: metadata in multi-cn (#307)
2023-02-23 20:55:52 +09:00
105gun 194884327c fix: metadata in multi-cn (#307) 2023-02-23 19:51:10 +08:00
Kakigōri Maker 85dfc5b880
Merge pull request #317 from nerdyrodent/main
Fix: AttributeError: module 'numpy' has no attribute 'float' (leres)
2023-02-23 17:49:55 +09:00
Nerdy Rodent 2397a6c884
Add files via upload 2023-02-23 08:43:57 +00:00
Mikubill b0c6d97338 fix: make annotator preview smaller (#311) 2023-02-23 07:51:25 +00:00
Mikubill a9794535b5 fix: rename (scribble mode -> Invert input colors), add inverse for pidinet (#309) 2023-02-23 03:15:23 +00:00
Mikubill 524ee15511 fix: ui issue with old gradio pkg (#308) 2023-02-23 01:39:55 +00:00
Kakigōri Maker f75c3b0269
Merge pull request #303 from JimAllanson/fix_guidance_strength_metadata
Fix incorrect guidance strength value in metadata
2023-02-23 08:42:01 +09:00
mattyamonaca ba2c8a1a82 fix conflict 2023-02-23 07:54:13 +09:00
Jim Allanson e97327457f fix: fixes an issue where Guidance Strength in extra generation params was reading the wrong value 2023-02-22 21:05:13 +00:00
ljleb 36c092fc01 getattr just to be sure 2023-02-22 10:57:28 -05:00
ljleb dc85f2c1f0 update pr 2023-02-22 10:54:35 -05:00
Mikubill 9831aa3006 fix: move leres model to correct device (#293) 2023-02-22 15:20:10 +00:00
Mikubill 695f72cdc4 fix: bypass cfg_handler on some devices (#290) 2023-02-22 15:01:56 +00:00
Mikubill 06dd9934d6 fix: skip cropping if image_mask is None (#292) 2023-02-22 14:39:19 +00:00
Kakigōri Maker f7ea68576e
Merge pull request #138 from missionfloyd/model-path
Move models to models/ControlNet
2023-02-22 23:22:24 +09:00
Mikubill f4f51abd3c fix: add fallback path 2023-02-22 14:20:25 +00:00
Mikubill aa4deb232f feat: add annotator preview 2023-02-22 12:42:00 +00:00
Mikubill 5a0fa4bd13 fix: incorrect cond ord in ddim and plms sampler (#269) 2023-02-22 10:04:14 +00:00
Mikubill 571d919211 Revert "fix: incorrect cond ord in ddim and plms sampler (#269)"
This reverts commit e189729772.
2023-02-22 09:27:34 +00:00
Mikubill e189729772 fix: incorrect cond ord in ddim and plms sampler (#269) 2023-02-22 09:21:52 +00:00
Kakigōri Maker d23a95bf6c
Merge pull request #280 from 105gun/get-cn-model-api
Add an api to get cn models list
2023-02-22 17:38:25 +09:00
105gun 59d3c66aba Add an api to get cn models list 2023-02-22 15:47:36 +08:00
Kakigōri Maker 4328d98a6e
might fix #269 2023-02-22 16:27:07 +09:00
missionfloyd ca88ccd8ed
Merge branch 'main' into model-path 2023-02-21 22:37:45 -07:00
Kakigōri Maker f46de97410
Merge pull request #278 from sangww/main
fixed api behavior
2023-02-22 14:13:41 +09:00
Sang 7f9ccc821d changed thresholds to floating point variable 2023-02-21 21:09:50 -08:00
Sang 559395f4e0 fixed api 2023-02-21 20:54:49 -08:00
Kakigōri Maker dc3309da3e
Merge pull request #262 from Mikubill/multi-controlnet
refactor: multi-controlnet support
2023-02-22 13:44:04 +09:00
Mikubill 83ef58defc docs fix 2023-02-22 04:41:20 +00:00
Mikubill 121c7b77d3 lowvram fix and docs 2023-02-22 04:38:49 +00:00
Mikubill 93849504f2 Merge branch 'main' of https://github.com/Mikubill/sd-webui-controlnet into multi-controlnet 2023-02-22 04:38:31 +00:00
Mikubill caa56b7dc6 minor fix and #276 2023-02-22 04:07:12 +00:00