Upload folder using huggingface_hub
Browse files- scheduler/scheduler_config.json +1 -1
- unet/config.json +1 -1
scheduler/scheduler_config.json
CHANGED
|
@@ -19,5 +19,5 @@
|
|
| 19 |
"timestep_spacing": "leading",
|
| 20 |
"timestep_type": "discrete",
|
| 21 |
"trained_betas": null,
|
| 22 |
-
"use_karras_sigmas":
|
| 23 |
}
|
|
|
|
| 19 |
"timestep_spacing": "leading",
|
| 20 |
"timestep_type": "discrete",
|
| 21 |
"trained_betas": null,
|
| 22 |
+
"use_karras_sigmas": false
|
| 23 |
}
|
unet/config.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"mid_block_only_cross_attention": null,
|
| 42 |
"mid_block_scale_factor": 1,
|
| 43 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 44 |
-
"norm_eps": 1e-
|
| 45 |
"norm_num_groups": 32,
|
| 46 |
"num_attention_heads": null,
|
| 47 |
"num_class_embeds": null,
|
|
|
|
| 41 |
"mid_block_only_cross_attention": null,
|
| 42 |
"mid_block_scale_factor": 1,
|
| 43 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 44 |
+
"norm_eps": 1e-04,
|
| 45 |
"norm_num_groups": 32,
|
| 46 |
"num_attention_heads": null,
|
| 47 |
"num_class_embeds": null,
|