File size: 381 Bytes
068c53c fa10bbc 068c53c fa10bbc 068c53c fa10bbc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | from huggingface_hub import HfApi
api = HfApi()
print("Starting 6.5GB Juggernaut upload... This may take a few minutes.")
api.upload_file(
path_or_fileobj="juggernaut.safetensors",
path_in_repo="juggernaut.safetensors",
repo_id="niofrequency/ARX",
repo_type="model"
)
print("Upload Complete! Juggernaut is now in your Hugging Face repository.") |