nitrosocke commited on
Commit
c43f702
1 Parent(s): bbfc803

Updated the correct sample_size from stabilityai/stable-diffusion-2-base

Browse files
Files changed (1) hide show
  1. unet/config.json +2 -2
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.9.0.dev0",
4
- "_name_or_path": "D:\\Projects\\Dreambooth-Diffusers\\models\\stable-diffusion-2-0",
5
  "act_fn": "silu",
6
  "attention_head_dim": [
7
  5,
@@ -35,7 +35,7 @@
35
  "num_class_embeds": null,
36
  "only_cross_attention": false,
37
  "out_channels": 4,
38
- "sample_size": 96,
39
  "up_block_types": [
40
  "UpBlock2D",
41
  "CrossAttnUpBlock2D",
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.9.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-2-base",
5
  "act_fn": "silu",
6
  "attention_head_dim": [
7
  5,
35
  "num_class_embeds": null,
36
  "only_cross_attention": false,
37
  "out_channels": 4,
38
+ "sample_size": 64,
39
  "up_block_types": [
40
  "UpBlock2D",
41
  "CrossAttnUpBlock2D",