RFdiffusion3 / utils /__init__.py
gabboud's picture
move generation scripts to pipelines, only download rfd3, create output directory for run
94ff1b9
raw
history blame
98 Bytes
from utils.download_weights import *
from utils.pipelines import *
__all__ = ["download_weights"]