CarlosRiverMe
commited on
Commit
•
d11144e
1
Parent(s):
26ddbd6
Create model_index.json
Browse files- model_index.json +16 -0
model_index.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"scheduler": ["diffusers", "DDIMScheduler"],
|
4 |
+
"pytorch_model_links": [
|
5 |
+
{
|
6 |
+
"hash": null,
|
7 |
+
"sha256": null,
|
8 |
+
"filename": "pytorch_lora_weights.safetensors",
|
9 |
+
"file_size": null
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"model_type": "StableDiffusionPipeline",
|
13 |
+
"_diffusers_version": "0.31.0",
|
14 |
+
"requires_safety_checker": false,
|
15 |
+
"base_model": "stabilityai/stable-diffusion-3.5-large"
|
16 |
+
}
|