Replies: 2 comments 1 reply
-
Ok found my error :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you still using it through the API like that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a depthmap in unity by calling this awesome script with the 28 arguments needed in the def run() method. The call is from /sdapi/v1/img2img . I got Img2Img working with other custom scripts already so i think i the error is probably by wrong datatype declaration of the script argument variables. It would be awesome if someone with bigger knowledge could take a quick look and tell me which datatypes are not correct. For example i tried ushort, float, double with clipthreshold_far and clipthreshold_near but that didnt do the trick.
Beta Was this translation helpful? Give feedback.
All reactions