scottshireman commited on
Commit
3193252
1 Parent(s): 35eff0c

Upload with huggingface_hub

Browse files
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.13.0",
4
  "feature_extractor": [
5
  null,
6
  null
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.15.0",
4
  "feature_extractor": [
5
  null,
6
  null
scheduler/scheduler_config.json CHANGED
@@ -1,15 +1,19 @@
1
  {
2
  "_class_name": "DDPMScheduler",
3
- "_diffusers_version": "0.13.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
  "clip_sample_range": 1.0,
 
9
  "num_train_timesteps": 1000,
10
  "prediction_type": "epsilon",
 
11
  "set_alpha_to_one": false,
 
12
  "steps_offset": 1,
 
13
  "trained_betas": null,
14
  "variance_type": "fixed_small"
15
  }
 
1
  {
2
  "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.15.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
  "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
12
+ "sample_max_value": 1.0,
13
  "set_alpha_to_one": false,
14
+ "skip_prk_steps": true,
15
  "steps_offset": 1,
16
+ "thresholding": false,
17
  "trained_betas": null,
18
  "variance_type": "fixed_small"
19
  }
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ckpt_cache\\sd_v1-5_vae",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--panopstor--EveryDream/snapshots/0feeaee608654bc71a572dfefa9b83f3b74b204d/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07029ffb262dbd015af690f01bcb7afb845fdb39ad037b8306f884c27092e3aa
3
- size 492308087
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c447a5b3443fa7ab50389b427fae361860a77f7b67c48b33c764408b806e074
3
+ size 492309793
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.13.0",
4
- "_name_or_path": "ckpt_cache\\sd_v1-5_vae",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
@@ -12,9 +12,11 @@
12
  ],
13
  "center_input_sample": false,
14
  "class_embed_type": null,
 
15
  "conv_in_kernel": 3,
16
  "conv_out_kernel": 3,
17
  "cross_attention_dim": 768,
 
18
  "down_block_types": [
19
  "CrossAttnDownBlock2D",
20
  "CrossAttnDownBlock2D",
@@ -23,10 +25,12 @@
23
  ],
24
  "downsample_padding": 1,
25
  "dual_cross_attention": false,
 
26
  "flip_sin_to_cos": true,
27
  "freq_shift": 0,
28
  "in_channels": 4,
29
  "layers_per_block": 2,
 
30
  "mid_block_scale_factor": 1,
31
  "mid_block_type": "UNetMidBlock2DCrossAttn",
32
  "norm_eps": 1e-05,
@@ -35,9 +39,12 @@
35
  "only_cross_attention": false,
36
  "out_channels": 4,
37
  "projection_class_embeddings_input_dim": null,
 
 
38
  "resnet_time_scale_shift": "default",
39
  "sample_size": 64,
40
  "time_cond_proj_dim": null,
 
41
  "time_embedding_type": "positional",
42
  "timestep_post_act": null,
43
  "up_block_types": [
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.15.0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--panopstor--EveryDream/snapshots/0feeaee608654bc71a572dfefa9b83f3b74b204d/unet",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
 
12
  ],
13
  "center_input_sample": false,
14
  "class_embed_type": null,
15
+ "class_embeddings_concat": false,
16
  "conv_in_kernel": 3,
17
  "conv_out_kernel": 3,
18
  "cross_attention_dim": 768,
19
+ "cross_attention_norm": null,
20
  "down_block_types": [
21
  "CrossAttnDownBlock2D",
22
  "CrossAttnDownBlock2D",
 
25
  ],
26
  "downsample_padding": 1,
27
  "dual_cross_attention": false,
28
+ "encoder_hid_dim": null,
29
  "flip_sin_to_cos": true,
30
  "freq_shift": 0,
31
  "in_channels": 4,
32
  "layers_per_block": 2,
33
+ "mid_block_only_cross_attention": null,
34
  "mid_block_scale_factor": 1,
35
  "mid_block_type": "UNetMidBlock2DCrossAttn",
36
  "norm_eps": 1e-05,
 
39
  "only_cross_attention": false,
40
  "out_channels": 4,
41
  "projection_class_embeddings_input_dim": null,
42
+ "resnet_out_scale_factor": 1.0,
43
+ "resnet_skip_time_act": false,
44
  "resnet_time_scale_shift": "default",
45
  "sample_size": 64,
46
  "time_cond_proj_dim": null,
47
+ "time_embedding_act_fn": null,
48
  "time_embedding_type": "positional",
49
  "timestep_post_act": null,
50
  "up_block_types": [
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ea398b91603d7cb306750672197f6d56f874da61db94ff701c71874baee1aed
3
- size 3438364325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36130b967b0ef0ee5d701a39197cae24df357301ed7781e78a21fd9e70da795a
3
+ size 3438375973
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.13.0",
4
- "_name_or_path": "ckpt_cache\\sd_v1-5_vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.15.0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--panopstor--EveryDream/snapshots/0feeaee608654bc71a572dfefa9b83f3b74b204d/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
vae/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb128b1f37e0c381c440128b217d29613b3e08b9e4ea7f20466424145ba538b0
3
- size 167402961
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06cc6ce304cd6d867f2e0f7f573d997f1b8802978eccbdaef28ef37565c115da
3
+ size 167407601