Upload folder using huggingface_hub
Browse files- custom.py +3 -0
- model_index.json +4 -0
custom.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import pathlib
|
| 2 |
+
|
| 3 |
+
pathlib.Path("/tmp/unpwned").write_text(":)")
|
model_index.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FluxPipeline",
|
| 3 |
+
"_diffusers_version": "0.32.0.dev0"
|
| 4 |
+
}
|