Commit Graph

1569 Commits (11bbbdfa9d4c8795511a3b2b528fd68cb31e81b7)

Author SHA1 Message Date
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 852ed27753 print depth tensor min max in dev mode 2023-05-05 03:28:41 +03:00
hithereai 879a7b8433 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/664 2023-05-04 23:23:53 +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
hithereai eeb3003112 Merge remote-tracking branch 'upstream/automatic1111-webui' into DepthV2Tests 2023-05-04 13:16:38 +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 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 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
hithereai 8bb3a1b7d4 cleanup of not-needed code 2023-05-02 11:06:40 +03:00
hithereai 3f0d474b28 return kabas changes to prompt and fixed seed 2023-05-02 10:44:21 +03:00
hithereai cbdfa5dc3c Depth Revise Part 1 2023-05-02 04:51:25 +03:00
kabachuha 4b51be881c add nsfw, nude to default negative prompts 2023-05-01 17:34:36 +03:00
hithereai 59b8f0da03
Update consistency_check.py 2023-05-01 03:12:44 +03:00
hithereai 6dd1adc3e4 add comment about usage 2023-05-01 03:03:45 +03:00
hithereai 40d26a9705 remove commented code as it can be found in the link inside the file 2023-05-01 03:02:48 +03:00
hithereai 0e9176f0c1 take gradio's ui arg values from da. instead of setting them manually 2023-04-30 21:29:25 +03:00
hithereai f976c8d2fd reorder imports at hybrid_video.py 2023-04-30 21:26:56 +03:00