Text-to-Image
Ronysoc commited on
Commit
351daaf
·
verified ·
1 Parent(s): d6c1285

Upload folder using huggingface_hub

Browse files
anima-base-fp8-balanced.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b426134808d06221113f38f67c20596f5da1e0c0c64e01a9b9c0273c4d276c9
3
+ size 2923974384
anima-base-fp8.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f250076d15db23fbaad963f2e1ad51d1c3b2aa566c673424750c2e2221bc0a02
3
+ size 2546502564
push.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from huggingface_hub import login, upload_folder
2
+
3
+ login()
4
+
5
+ upload_folder(folder_path=".", repo_id="Ronysoc/Anima-Base-FP8", repo_type="model")