kabachuha
11bbbdfa9d
add the new basedir here too
2023-05-05 10:56:37 +03:00
kabachuha
4b8cc26242
add the new basedirs
2023-05-05 10:55:26 +03:00
hithereai
1d51e7c61e
Merge pull request #666 from hithereai/print-depth-tensor-max-min-in-dev-mode
...
print depth tensor min max in dev mode
2023-05-05 03:29:11 +03:00
hithereai
852ed27753
print depth tensor min max in dev mode
2023-05-05 03:28:41 +03:00
hithereai
e58f98cb7c
Merge pull request #664 from reallybigname/automatic1111-webui
...
FIXED optical flow cadence
2023-05-04 23:49:04 +03:00
hithereai
879a7b8433
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/664
2023-05-04 23:23:53 +03:00
hithereai
3d04866f99
Merge pull request #665 from hithereai/hide-midas-beit-large-tempor
...
temporarily hide midas3.1beitlarge
2023-05-04 23:23:04 +03:00
hithereai
39a40e915f
temporarily remove midas3.1beitlarge
...
since it causes some problems with extreme 3d movement and depth prediction. will return when it's fixed
2023-05-04 23:20:56 +03:00
reallybigname
03f54a3768
FIXED optical flow cadence
...
Properly normalized the optical flow field before warping and after warping based on width and height. Now, because the range of the values are between -1 and 1 (usually much smaller), the flow doesn't get corrupted by the grid_sample for 3D or the warpPerspective for 2D anymore. So, I was able to remove all workarounds and just fix the abs to rel and rel to abs functions.
2023-05-04 12:37:34 -07:00
kabachuha
10a4480ac1
Update bug_report.yml
2023-05-04 21:27:43 +03:00
kabachuha
6878a60b25
remove 'installing requirements' from issue checker
2023-05-04 15:23:52 +03:00
kabachuha
7b59c02ff5
Merge pull request #658 from hithereai/DepthV2Tests
...
Depth V2 - Combined PR with @reallybigname on dramatic depth changes
2023-05-04 14:42:23 +03:00
hithereai
eeb3003112
Merge remote-tracking branch 'upstream/automatic1111-webui' into DepthV2Tests
2023-05-04 13:16:38 +03:00
hithereai
36cdcd58e1
Merge pull request #661 from hithereai/CN-WeightLimits
...
feature: add control net guidance start/ end scheduling
2023-05-04 13:15:11 +03:00
hithereai
92985dc197
clean up
2023-05-04 13:12:35 +03:00
hithereai
39ed1512ee
feature: add controlnet guidance start/ end schedules
2023-05-04 03:50:03 +03:00
hithereai
44076c6c2d
bugfix
2023-05-04 00:59:27 +03:00
hithereai
ad048ff0f3
Add CN sch for guidance start/end - initial commit untested
2023-05-04 00:57:43 +03:00
hithereai
44d5cafe55
fix model reload after keep in vram set to false (but the model is still in vram)
2023-05-04 00:50:02 +03:00
hithereai
95919a5fac
update default depth alg in depth.py, had old value in there
2023-05-03 23:58:58 +03:00
hithereai
c4d69cc13e
set default 3d depth alg to 'Midas-3-Hybrid'
2023-05-03 23:33:16 +03:00
hithereai
fb2a97057e
shorten and align params order in depth.initialize func
2023-05-03 23:31:30 +03:00
hithereai
901ff15488
print depth normalization data to cli only in Dev mode
2023-05-03 23:17:24 +03:00
hithereai
eb71241d72
split depth initialize two 2 funcs + better leres cli print
2023-05-03 22:57:10 +03:00
hithereai
4b9548fc68
bump version+
...
and credits in info accord
2023-05-03 21:42:33 +03:00
hithereai
a1de5338bb
add dynamic msg to gradio ui about leres license
2023-05-03 19:11:11 +03:00
hithereai
530bb80224
update that cli msg again
2023-05-03 18:49:49 +03:00
hithereai
096729cbea
update adabins error cli msg
2023-05-03 18:49:19 +03:00
hithereai
692aac9ee6
auto-hide midas/zoe weight param when not in legacy 3d mode(l)
2023-05-03 15:58:46 +03:00
hithereai
a3c48cabad
add missing import
2023-05-03 15:54:19 +03:00
hithereai
b8e78908f8
rename legacy modes to have an (old) at their end
2023-05-03 15:30:41 +03:00
hithereai
e4943b1a51
add comment on midas models in anim.py
2023-05-03 14:31:12 +03:00
reallybigname
26ea16b0ce
updated transform_image_3d_new
...
removed excess options, removed dev code, cleaned up code, ready for production.
- removed depth tensor autocontrast options
- made equalization a part of the normalization process (not an optional arg now)
- removed my mechanism for 0-based normalization. Decided it wasn't any better. Maybe worse... mostly similar.
- cracked open a bottle of champagne on this function's hull
also added a file for the first steps of making an auto-navigation module to be used in the future inside the transform_image_3d function! It generates a rotation matrix based on greatest or least depth in the tensor, instead of using animation keys.
2023-05-03 04:15:54 -07:00
hithereai
772d4392d1
Merge remote-tracking branch 'upstream/automatic1111-webui' into DepthV2Tests
2023-05-03 14:14:06 +03:00
hithereai
304c90ecf8
Merge pull request #657 from hithereai/CN-Weight-Schedule
...
Feature: add control net weight scheduling
2023-05-03 13:31:56 +03:00
hithereai
2091e239b0
feature: control net scheduling of weights
2023-05-03 13:30:12 +03:00
hithereai
b6c631e6c7
add legacy zoe+adabins mode
2023-05-03 06:53:08 +03:00
hithereai
9279d8c0f6
print to cli what midas model was actually loaded
2023-05-03 03:49:03 +03:00
hithereai
95ac505f02
add midas beit large 3.1 version too
2023-05-03 03:46:12 +03:00
hithereai
2b81316a10
Depth V2 - RBN changes included
2023-05-03 02:38:24 +03:00
hithereai
ed35a9c946
tidying up - deduplicate some download-model code
2023-05-02 19:43:36 +03:00
hithereai
6a00408535
remove old adabins code and logic
2023-05-02 19:14:37 +03:00
hithereai
24c5b79abe
Merge remote-tracking branch 'upstream/automatic1111-webui' into Depth-Revise-V1
2023-05-02 18:29:36 +03:00
hithereai
3b72cb3f00
Merge pull request #656 from hithereai/cnupdates0205
...
Tiny CN updates to align with their latest changes
2023-05-02 18:29:24 +03:00
hithereai
87f78d54bd
tiny CN changes to align with their latest changes
2023-05-02 18:28:43 +03:00
hithereai
28969fa4ce
add auto-download of the LeRes model (for future use)
2023-05-02 18:12:20 +03:00
hithereai
d38260b13f
add future medvram support to LeRes depth
2023-05-02 12:00:39 +03:00
hithereai
33e37a3591
more cleaning
2023-05-02 11:52:08 +03:00
hithereai
0348eb683c
some cleanups
2023-05-02 11:45:52 +03:00
hithereai
876e594068
reflect change of use_zoe_depth --> depth_algorithm in deprc utils
2023-05-02 11:42:21 +03:00