Commit Graph

130 Commits (96dbc601a6c880571d3a2a1314052d0922114604)

Author SHA1 Message Date
Mikubill c6fc96eef9 feat: add guess_mode and cfg_based guidance 2023-02-20 15:20:59 +00:00
Chris Mekarski 030922a3d2 Add depth boost
https://github.com/compphoto/BoostingMonocularDepth
2023-02-19 20:52:00 -05:00
missionfloyd b62873196c
Merge branch 'main' into model-path 2023-02-18 20:47:41 -07:00
Chris Mekarski d32907b90a Add LICENSE 2023-02-18 20:16:53 -05:00
missionfloyd 453424fe21 Separate annotator folders 2023-02-18 15:39:15 -07:00
missionfloyd 842f2a5ab5 Update leres path 2023-02-18 14:54:30 -07:00
missionfloyd 7dd91595d1
Merge branch 'Mikubill:main' into model-path 2023-02-18 14:50:47 -07:00
Chris Mekarski 5620c1cd5a Add LeReS depth thresholds and cleanup
Adds near and background removal/thresholds
Adds CPU model loading
Increase default model res to 512
Pass image dimensions to model
Remove duplicate functions in utils.py
2023-02-18 14:02:13 -05:00
missionfloyd a8b1e79b9b Remove unused ckpts folder 2023-02-17 21:53:28 -07:00
missionfloyd e1ff318d72 Move annotators 2023-02-17 15:48:27 -07:00
Chris Mekarski 5048c4c9f1 Add support for LeReS 2023-02-17 14:27:29 -05:00
Mikubill eca48855f8 merge conflict 2023-02-17 15:03:39 +00:00
Kakigōri Maker 3484a30b94
Merge pull request #94 from eltociear/patch-1
chore: fix typo in metrics.py
2023-02-17 23:35:48 +09:00
Mikubill 0146699545 feat: impl t2i-adapter 2023-02-17 11:40:19 +00:00
Kakigōri Maker 7a427668c8
Revert "use relative path for download directory" 2023-02-17 01:26:13 +09:00
Luo Boming 4b8dea44af use relative path for download directory 2023-02-17 00:07:18 +09:00
Aarni Koskela 47092d69a2 Patch out prettytable requirement 2023-02-16 16:38:47 +02:00
Ikko Eltociear Ashimine df1c200779
chore: fix typo in metrics.py
Wether -> Whether
2023-02-16 21:15:29 +09:00
brkirch 601192b7f3 Use CPU, not MPS for depth/normal map preprocessor
Use CPU instead of MPS for the depth/normal map preprocessor model to workaround the bugs in MPS that produce corrupted depth and normal maps.

Also included here is a change to `unload_midas_model()` to fix not sending the model to CPU.
2023-02-16 01:49:24 -05:00
Mikubill c7c9f936d0 fix: unload models when switching preprocessor 2023-02-15 13:03:35 +00:00
brkirch 5d04d8cc59 Add support for other torch devices to uniformer
Also fixes the model name for the uniformer model so it isn't redownloaded every time.
2023-02-14 22:46:36 -05:00
brkirch 843c20a706 Add support for using the web UI torch device 2023-02-14 05:48:58 -05:00
Mikubill d896a7c288 feat: add support for uniformer, skip reload model when not changed 2023-02-14 10:38:09 +00:00
Mikubill 570bb2c787 feat: add midas support 2023-02-13 17:37:17 +00:00
Mikubill 644e2a27ae fix: mlsd issue, add resize mode radio(#3) 2023-02-13 16:16:39 +00:00
Mikubill 4fdf3e58d2 fix: path issue on hed model 2023-02-13 14:05:53 +00:00
Mikubill 21056faa2a feat: add samples 2023-02-13 09:58:17 +00:00
Mikubill eed7e5dd51 feat: make openpose mode works 2023-02-13 09:10:52 +00:00
Mikubill 565447cfdb feat: make hed mode works 2023-02-13 08:21:10 +00:00
Kakigōri Maker 1da97f4e2b
Add files via upload 2023-02-13 15:00:54 +09:00