Upload folder using huggingface_hub
Browse files- .gitignore +14 -0
- loras/flux-outpaint-lora.safetensors +3 -0
- text_encoders/qwen_3_4b.safetensors +3 -0
- unet/flux-2-klein-4b.safetensors +3 -0
- vae/flux2-vae.safetensors +3 -0
.gitignore
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HuggingFace Model Upload Ignore
|
| 2 |
+
# Ignore all caching
|
| 3 |
+
.cache/
|
| 4 |
+
.huggingface/
|
| 5 |
+
|
| 6 |
+
# Ignore python caches
|
| 7 |
+
__pycache__/
|
| 8 |
+
*.pyc
|
| 9 |
+
*.pyo
|
| 10 |
+
*.pyd
|
| 11 |
+
|
| 12 |
+
# Optional: Ignore OS files
|
| 13 |
+
.DS_Store
|
| 14 |
+
Thumbs.db
|
loras/flux-outpaint-lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9623927f2471613e0c9d7810da3c39f0b277a448193b223ea3cee67d5750974a
|
| 3 |
+
size 76039072
|
text_encoders/qwen_3_4b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c671498573ac2f7a5501502ccce8d2b08ea6ca2f661c458e708f36b36edfc5a
|
| 3 |
+
size 8044982048
|
unet/flux-2-klein-4b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec3d4e733a771f61c052fb4856c48b336c55eaf2c65487c2a1faeb9bbda7a343
|
| 3 |
+
size 7751105712
|
vae/flux2-vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:868fe7b343cc8f3a19dbcfcafbc3d5f888802be3f89bd81b65b3621a066ce8f3
|
| 3 |
+
size 336211292
|