Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"model_type": "ImageGeneration",
|
|
|
3 |
"components": {
|
4 |
"unet": {
|
5 |
"_class_name": "UNet2DConditionModel",
|
@@ -21,5 +23,8 @@
|
|
21 |
"_class_name": "CLIPTokenizer",
|
22 |
"file": "tokenizer/tokenizer.json"
|
23 |
}
|
24 |
-
}
|
|
|
|
|
|
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
"model_type": "ImageGeneration",
|
4 |
+
"base_model": "UNet",
|
5 |
"components": {
|
6 |
"unet": {
|
7 |
"_class_name": "UNet2DConditionModel",
|
|
|
23 |
"_class_name": "CLIPTokenizer",
|
24 |
"file": "tokenizer/tokenizer.json"
|
25 |
}
|
26 |
+
},
|
27 |
+
"image_size": 512,
|
28 |
+
"num_inference_steps": 50,
|
29 |
+
"guidance_scale": 7.5
|
30 |
}
|