RFdiffusion3 / utils /__init__.py
gabboud's picture
modularize weight download
f19aa8b
raw
history blame
68 Bytes
from utils.download_weights import *
__all__ = ["download_weights"]