CM2000112 / carvekit /ml /files /__init__.py
jayparmr's picture
Upload folder using huggingface_hub
a3d6c18
raw
history blame contribute delete
186 Bytes
from pathlib import Path
carvekit_dir = Path.home().joinpath(".cache/carvekit")
carvekit_dir.mkdir(parents=True, exist_ok=True)
checkpoints_dir = carvekit_dir.joinpath("checkpoints")