Spaces:
Running
on
Zero
Running
on
Zero
File size: 631 Bytes
10e02f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# --------------------------------------------------------
# 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
|