Add files using upload-large-folder tool
Browse files
text_encoder/generation_config.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 151643,
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"transformers_version": "4.53.2"
|
6 |
}
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.1,
|
11 |
+
"top_k": 1,
|
12 |
+
"top_p": 0.001,
|
13 |
"transformers_version": "4.53.2"
|
14 |
}
|
transformer/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "QwenImageTransformer2DModel",
|
3 |
"_diffusers_version": "0.35.0.dev0",
|
4 |
-
"_name_or_path": "/mnt/co-research/home/zeyi/.cache/huggingface/hub/models--Qwen--Qwen-Image/snapshots/
|
5 |
"attention_head_dim": 128,
|
6 |
"axes_dims_rope": [
|
7 |
16,
|
|
|
1 |
{
|
2 |
"_class_name": "QwenImageTransformer2DModel",
|
3 |
"_diffusers_version": "0.35.0.dev0",
|
4 |
+
"_name_or_path": "/mnt/co-research/home/zeyi/.cache/huggingface/hub/models--Qwen--Qwen-Image/snapshots/9e31a1d489546029df1adfc9e12a08edafc692e7/transformer",
|
5 |
"attention_head_dim": 128,
|
6 |
"axes_dims_rope": [
|
7 |
16,
|
transformer/diffusion_pytorch_model-00001-of-00003.bin
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:c55ea50edd9c703ce87809986882fd2a69a6fe3104839c260dd1c709eefee7c3
|
3 |
+
size 9991619400
|
transformer/diffusion_pytorch_model-00002-of-00003.bin
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:f96d55d212f4e78956bbd7d22f956286123ede136a914a5fa660d172f96d0db2
|
3 |
+
size 9986488976
|
transformer/diffusion_pytorch_model-00003-of-00003.bin
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:f4f72f349e41088524847ffa63ed7da6d3f9b1b0bf9bec7960c8a06618128238
|
3 |
+
size 510542150
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKLQwenImage",
|
3 |
"_diffusers_version": "0.35.0.dev0",
|
4 |
-
"_name_or_path": "/mnt/co-research/home/zeyi/.cache/huggingface/hub/models--Qwen--Qwen-Image/snapshots/
|
5 |
"attn_scales": [],
|
6 |
"base_dim": 96,
|
7 |
"dim_mult": [
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKLQwenImage",
|
3 |
"_diffusers_version": "0.35.0.dev0",
|
4 |
+
"_name_or_path": "/mnt/co-research/home/zeyi/.cache/huggingface/hub/models--Qwen--Qwen-Image/snapshots/9e31a1d489546029df1adfc9e12a08edafc692e7/vae",
|
5 |
"attn_scales": [],
|
6 |
"base_dim": 96,
|
7 |
"dim_mult": [
|