Upload folder using huggingface_hub
Browse files
main/marigold_depth_estimation.py
CHANGED
|
@@ -43,7 +43,7 @@ from diffusers.utils import BaseOutput, check_min_version
|
|
| 43 |
|
| 44 |
|
| 45 |
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
|
| 46 |
-
check_min_version("0.
|
| 47 |
|
| 48 |
|
| 49 |
class MarigoldDepthOutput(BaseOutput):
|
|
|
|
| 43 |
|
| 44 |
|
| 45 |
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
|
| 46 |
+
check_min_version("0.32.0.dev0")
|
| 47 |
|
| 48 |
|
| 49 |
class MarigoldDepthOutput(BaseOutput):
|