ValerianFourel commited on
Commit
217b441
·
verified ·
1 Parent(s): d6d4232

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model_index.json +1 -1
  2. unet/config.json +1 -1
model_index.json CHANGED
@@ -28,7 +28,7 @@
28
  "CLIPTokenizer"
29
  ],
30
  "unet": [
31
- "unet_2d_condition",
32
  "UNet2DConditionModel"
33
  ],
34
  "vae": [
 
28
  "CLIPTokenizer"
29
  ],
30
  "unet": [
31
+ "models.unet_2d_condition",
32
  "UNet2DConditionModel"
33
  ],
34
  "vae": [
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.3",
4
- "_name_or_path": "SG161222/Realistic_Vision_V6.0_B1_noVAE",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.3",
4
+ "_name_or_path": "ValerianFourel/RealisticEmotionStableDiffusion",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,