Rename config.yaml to config.json
Browse files- config.json +10 -0
- config.yaml +0 -6
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "diffusion",
|
3 |
+
"pipeline_tag": "text-to-image",
|
4 |
+
"vae": {
|
5 |
+
"type": "AutoencoderKL"
|
6 |
+
},
|
7 |
+
"scheduler": {
|
8 |
+
"type": "FlowMatchEulerDiscreteScheduler"
|
9 |
+
}
|
10 |
+
}
|
config.yaml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
model_type: "diffusion"
|
2 |
-
pipeline_tag: "text-to-image"
|
3 |
-
vae:
|
4 |
-
type: "AutoencoderKL"
|
5 |
-
scheduler:
|
6 |
-
type: "FlowMatchEulerDiscreteScheduler"
|
|
|
|
|
|
|
|
|
|
|
|
|
|