fyp1 commited on
Commit
b560dd4
·
verified ·
1 Parent(s): b462594

Rename config.yaml to config.json

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. 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"