lodestones commited on
Commit
be2ced2
·
1 Parent(s): e0eb1e5

BOT: Uploaded polyfur-lion-e125 model

Browse files
model_index.json CHANGED
@@ -12,7 +12,7 @@
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
- "DDPMScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
 
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
+ "DDIMScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
scheduler/scheduler_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_class_name": "DDPMScheduler",
3
  "_diffusers_version": "0.15.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
@@ -10,7 +10,8 @@
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "v_prediction",
12
  "sample_max_value": 1.0,
 
 
13
  "thresholding": false,
14
- "trained_betas": null,
15
- "variance_type": "fixed_small"
16
  }
 
1
  {
2
+ "_class_name": "DDIMScheduler",
3
  "_diffusers_version": "0.15.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
 
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "v_prediction",
12
  "sample_max_value": 1.0,
13
+ "set_alpha_to_one": true,
14
+ "steps_offset": 1,
15
  "thresholding": false,
16
+ "trained_betas": null
 
17
  }
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/app/queue/polyfur-e124/flax/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/app/queue/polyfur-125/flax/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:6264e358a3dc5e2e8f7303b239a3c704d7b10f0b81ce1d3e1a700771c5ac17ad
3
  size 492307041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3432ba24b3c4cd94d0000514a83d5fb79eb80d07fc3e1c20253afeab299f50
3
  size 492307041
tokenizer/tokenizer_config.json CHANGED
@@ -1,5 +1,23 @@
1
  {
2
  "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": {
4
  "__type": "AddedToken",
5
  "content": "<|startoftext|>",
 
1
  {
2
  "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
  "bos_token": {
22
  "__type": "AddedToken",
23
  "content": "<|startoftext|>",
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.15.0",
4
- "_name_or_path": "/app/queue/polyfur-e124/flax/unet",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
@@ -36,6 +36,7 @@
36
  "mid_block_type": "UNetMidBlock2DCrossAttn",
37
  "norm_eps": 1e-05,
38
  "norm_num_groups": 32,
 
39
  "num_class_embeds": null,
40
  "only_cross_attention": false,
41
  "out_channels": 4,
@@ -57,5 +58,5 @@
57
  "upcast_attention": false,
58
  "use_linear_projection": false,
59
  "use_memory_efficient": true,
60
- "use_memory_efficient_attention": false
61
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.15.0",
4
+ "_name_or_path": "/app/queue/polyfur-125/flax/unet",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
 
36
  "mid_block_type": "UNetMidBlock2DCrossAttn",
37
  "norm_eps": 1e-05,
38
  "norm_num_groups": 32,
39
+ "num_attention_heads": null,
40
  "num_class_embeds": null,
41
  "only_cross_attention": false,
42
  "out_channels": 4,
 
58
  "upcast_attention": false,
59
  "use_linear_projection": false,
60
  "use_memory_efficient": true,
61
+ "use_memory_efficient_attention": true
62
  }
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b056da702deb928007ddf88327e60f1d32d8dc15338bb8cf8447f5b4dedf6244
3
  size 3438366373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e555635742ae11e39b91b5b27e0c72fcf55e77ed94fa86c8aee6cfde4fb29c9
3
  size 3438366373
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.15.0",
4
- "_name_or_path": "/app/queue/polyfur-e124/flax/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": "/app/queue/polyfur-125/flax/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,