Spaces:
Runtime error
Runtime error
| # -------------------------------------------------------- | |
| # What Matters When Repurposing Diffusion Models for General Dense Perception Tasks? (https://arxiv.org/abs/2403.06090) | |
| # Github source: https://github.com/aim-uofa/GenPercept | |
| # Copyright (c) 2024, Advanced Intelligent Machines (AIM) | |
| # Licensed under The BSD 2-Clause License [see LICENSE for details] | |
| # By Guangkai Xu | |
| # Based on Marigold, diffusers codebases | |
| # https://github.com/prs-eth/marigold | |
| # https://github.com/huggingface/diffusers | |
| # -------------------------------------------------------- | |
| from .genpercept_pipeline import GenPerceptPipeline, GenPerceptOutput | |