-
When I run the script, it generates a depth map after doing an initial im2img. Is there any way to skip the initial img2img and just have the script output the depth map by itself? I only need the depth map, so it seems to take twice as long as it should for what I need. Any help would be greatly appreciated. Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
thygate
Jan 1, 2023
Replies: 1 comment 1 reply
-
Do you want to run it on existing images, is that what you're asking ? You can use img2img with denoising strength 0 and set size to match manually, or you can use the depth tab .. It's all in the readme under Usage .. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thygate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to run it on existing images, is that what you're asking ?
You can use img2img with denoising strength 0 and set size to match manually, or you can use the depth tab .. It's all in the readme under Usage ..