Towsif7's picture
firrst commit
59e40e1
raw
history blame contribute delete
No virus
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")