Commit
·
be2ced2
1
Parent(s):
e0eb1e5
BOT: Uploaded polyfur-lion-e125 model
Browse files- model_index.json +1 -1
- scheduler/scheduler_config.json +4 -3
- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +18 -0
- unet/config.json +3 -2
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
model_index.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
15 |
-
"
|
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": "
|
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-
|
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:
|
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-
|
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":
|
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:
|
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-
|
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,
|