test5_768
Browse files- feature_extractor/preprocessor_config.json +1 -1
- model_index.json +2 -2
- scheduler/scheduler_config.json +1 -1
- text_encoder/config.json +2 -2
- text_encoder/flax_model.msgpack +2 -2
- tokenizer/added_tokens.json +0 -4
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +3 -2
- unet/diffusion_flax_model.msgpack +1 -1
- vae/config.json +2 -1
feature_extractor/preprocessor_config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
0.4578275,
|
| 15 |
0.40821073
|
| 16 |
],
|
| 17 |
-
"image_processor_type": "
|
| 18 |
"image_std": [
|
| 19 |
0.26862954,
|
| 20 |
0.26130258,
|
|
|
|
| 14 |
0.4578275,
|
| 15 |
0.40821073
|
| 16 |
],
|
| 17 |
+
"image_processor_type": "CLIPFeatureExtractor",
|
| 18 |
"image_std": [
|
| 19 |
0.26862954,
|
| 20 |
0.26130258,
|
model_index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxStableDiffusionPipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"safety_checker": [
|
| 9 |
null,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxStableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.15.0.dev0",
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
+
"CLIPFeatureExtractor"
|
| 7 |
],
|
| 8 |
"safety_checker": [
|
| 9 |
null,
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxPNDMScheduler",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxPNDMScheduler",
|
| 3 |
+
"_diffusers_version": "0.15.0.dev0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
text_encoder/config.json
CHANGED
|
@@ -20,6 +20,6 @@
|
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"projection_dim": 768,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
-
"transformers_version": "4.
|
| 24 |
-
"vocab_size":
|
| 25 |
}
|
|
|
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"projection_dim": 768,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.26.1",
|
| 24 |
+
"vocab_size": 49408
|
| 25 |
}
|
text_encoder/flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98cbd44b1209f9c1ea090a2fdbcca8b38b4aafc94d4ea7aafbc79f8089c10994
|
| 3 |
+
size 492248682
|
tokenizer/added_tokens.json
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"mmriding": 49408,
|
| 3 |
-
"mmrimming": 49409
|
| 4 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
-
"name_or_path": "/
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "/home/user/project-fur/e6_dump/test4_768/",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxUNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"act_fn": "silu",
|
| 5 |
"attention_head_dim": 8,
|
| 6 |
"block_out_channels": [
|
|
@@ -35,5 +35,6 @@
|
|
| 35 |
"CrossAttnUpBlock2D",
|
| 36 |
"CrossAttnUpBlock2D"
|
| 37 |
],
|
| 38 |
-
"use_linear_projection": false
|
|
|
|
| 39 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxUNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.15.0.dev0",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"attention_head_dim": 8,
|
| 6 |
"block_out_channels": [
|
|
|
|
| 35 |
"CrossAttnUpBlock2D",
|
| 36 |
"CrossAttnUpBlock2D"
|
| 37 |
],
|
| 38 |
+
"use_linear_projection": false,
|
| 39 |
+
"use_memory_efficient": true
|
| 40 |
}
|
unet/diffusion_flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438108367
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76362893f416dae13904e3f8b098eb3eed8a517f7f96e4fdf124149d97c1fb5c
|
| 3 |
size 3438108367
|
vae/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxAutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|
|
@@ -20,6 +20,7 @@
|
|
| 20 |
"norm_num_groups": 32,
|
| 21 |
"out_channels": 3,
|
| 22 |
"sample_size": 512,
|
|
|
|
| 23 |
"up_block_types": [
|
| 24 |
"UpDecoderBlock2D",
|
| 25 |
"UpDecoderBlock2D",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlaxAutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.15.0.dev0",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|
|
|
|
| 20 |
"norm_num_groups": 32,
|
| 21 |
"out_channels": 3,
|
| 22 |
"sample_size": 512,
|
| 23 |
+
"scaling_factor": 0.18215,
|
| 24 |
"up_block_types": [
|
| 25 |
"UpDecoderBlock2D",
|
| 26 |
"UpDecoderBlock2D",
|