Spaces:
Running
on
Zero
Running
on
Zero
from dataclasses import dataclass | |
import torch | |
from diffusers.utils import BaseOutput | |
class DetailGen3DPipelineOutput(BaseOutput): | |
r""" | |
Output class for DetailGen3D pipelines. | |
""" | |
samples: torch.Tensor | |