jaxmetaverse commited on
Commit
4030b3e
·
verified ·
1 Parent(s): eb3d4f4

Upload folder using huggingface_hub

Browse files
Files changed (26) hide show
  1. .gitattributes +2 -0
  2. models/BEN2_Base.pth +3 -0
  3. models/DiffuEraser/brushnet/config.json +57 -0
  4. models/DiffuEraser/brushnet/diffusion_pytorch_model.safetensors +3 -0
  5. models/checkpoints/ltxv-13b-0.9.7-dev.safetensors +3 -0
  6. models/loras/dreamo.safetensors +3 -0
  7. models/loras/dreamo_cfg_distill.safetensors +3 -0
  8. models/prompt_generator/opus-mt-id-en/.gitattributes +8 -0
  9. models/prompt_generator/opus-mt-id-en/README.md +25 -0
  10. models/prompt_generator/opus-mt-id-en/config.json +60 -0
  11. models/prompt_generator/opus-mt-id-en/generation_config.json +16 -0
  12. models/prompt_generator/opus-mt-id-en/pytorch_model.bin +3 -0
  13. models/prompt_generator/opus-mt-id-en/source.spm +3 -0
  14. models/prompt_generator/opus-mt-id-en/target.spm +3 -0
  15. models/prompt_generator/opus-mt-id-en/tf_model.h5 +3 -0
  16. models/prompt_generator/opus-mt-id-en/tokenizer_config.json +1 -0
  17. models/prompt_generator/opus-mt-id-en/vocab.json +0 -0
  18. models/text_encoders/models--openai--clip-vit-large-patch14/.no_exist/32bd64288804d66eefd0ccbe215aa642df71cc41/chat_template.jinja +0 -0
  19. models/text_encoders/models--xlabs-ai--xflux_text_encoders/.no_exist/5ce032c6b9bfe31a4ffb220c8afa147e8de6acea/chat_template.jinja +0 -0
  20. models/tmp_hunyuan_loras/tmp_hf_spacepxl_skyreels-i2v-smooth-lora_skyreels-i2v-smooth-lora-test-00000350.safetensors.safetensors +3 -0
  21. models/tmp_wanvideo_loras/tmp_civit_1765566.safetensors +3 -0
  22. models/tmp_wanvideo_loras/tmp_civit_1772841.safetensors +3 -0
  23. models/tmp_wanvideo_loras/tmp_comfyonline_6367edcd-2b73-4a68-8197-eb7650856813.safetensors +3 -0
  24. models/upscale_models/4x-UltraSharp.pth +3 -0
  25. models/upscale_models/ltxv-spatial-upscaler-0.9.7.safetensors +3 -0
  26. models/upscale_models/ltxv-temporal-upscaler-0.9.7.safetensors +3 -0
.gitattributes CHANGED
@@ -1020,3 +1020,5 @@ custom_nodes/mikey_nodes/HaldCLUT/retro.png filter=lfs diff=lfs merge=lfs -text
1020
  custom_nodes/mikey_nodes/noise.png filter=lfs diff=lfs merge=lfs -text
1021
  custom_nodes/mikey_nodes/noise_bw.png filter=lfs diff=lfs merge=lfs -text
1022
  models/clipseg/models--CIDAS--clipseg-rd64-refined/blobs/d00ca85d6b859f9d07b7cfb8ef26fe9771cb275b34c9368f2ecf603139307f55 filter=lfs diff=lfs merge=lfs -text
 
 
 
1020
  custom_nodes/mikey_nodes/noise.png filter=lfs diff=lfs merge=lfs -text
1021
  custom_nodes/mikey_nodes/noise_bw.png filter=lfs diff=lfs merge=lfs -text
1022
  models/clipseg/models--CIDAS--clipseg-rd64-refined/blobs/d00ca85d6b859f9d07b7cfb8ef26fe9771cb275b34c9368f2ecf603139307f55 filter=lfs diff=lfs merge=lfs -text
1023
+ models/prompt_generator/opus-mt-id-en/source.spm filter=lfs diff=lfs merge=lfs -text
1024
+ models/prompt_generator/opus-mt-id-en/target.spm filter=lfs diff=lfs merge=lfs -text
models/BEN2_Base.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926144a876bda06f125555b4f5a239ece89dc6eb838a863700ca9bf192161a1c
3
+ size 1134584206
models/DiffuEraser/brushnet/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "BrushNetModel",
3
+ "_diffusers_version": "0.29.2",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": 8,
9
+ "block_out_channels": [
10
+ 320,
11
+ 640,
12
+ 1280,
13
+ 1280
14
+ ],
15
+ "brushnet_conditioning_channel_order": "rgb",
16
+ "class_embed_type": null,
17
+ "conditioning_channels": 5,
18
+ "conditioning_embedding_out_channels": [
19
+ 16,
20
+ 32,
21
+ 96,
22
+ 256
23
+ ],
24
+ "cross_attention_dim": 768,
25
+ "down_block_types": [
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "DownBlock2D"
30
+ ],
31
+ "downsample_padding": 1,
32
+ "encoder_hid_dim": null,
33
+ "encoder_hid_dim_type": null,
34
+ "flip_sin_to_cos": true,
35
+ "freq_shift": 0,
36
+ "global_pool_conditions": false,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_scale_factor": 1,
40
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
41
+ "norm_eps": 1e-05,
42
+ "norm_num_groups": 32,
43
+ "num_attention_heads": null,
44
+ "num_class_embeds": null,
45
+ "only_cross_attention": false,
46
+ "projection_class_embeddings_input_dim": null,
47
+ "resnet_time_scale_shift": "default",
48
+ "transformer_layers_per_block": 1,
49
+ "up_block_types": [
50
+ "UpBlock2D",
51
+ "CrossAttnUpBlock2D",
52
+ "CrossAttnUpBlock2D",
53
+ "CrossAttnUpBlock2D"
54
+ ],
55
+ "upcast_attention": false,
56
+ "use_linear_projection": false
57
+ }
models/DiffuEraser/brushnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f195c3984af3409cdb4dca7d769fcc25e3d888e389b30790d4b56a9d3c96645
3
+ size 3544367048
models/checkpoints/ltxv-13b-0.9.7-dev.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b39a874ef9d0c7ad4099954f0ee4fa7e600ce83a24b3736f9e12223e7c71be
3
+ size 28579183340
models/loras/dreamo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20233ba854357bfe8d9b13b733259e4b85dcbb1e261eb39876706896c23c943f
3
+ size 478347376
models/loras/dreamo_cfg_distill.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a1addd161cd269c549c1ec36e4b33cf62e27b2a9435a0c74309b5ee0417d82
3
+ size 478195080
models/prompt_generator/opus-mt-id-en/.gitattributes ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
2
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.h5 filter=lfs diff=lfs merge=lfs -text
5
+ *.tflite filter=lfs diff=lfs merge=lfs -text
6
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
7
+ *.ot filter=lfs diff=lfs merge=lfs -text
8
+ *.onnx filter=lfs diff=lfs merge=lfs -text
models/prompt_generator/opus-mt-id-en/README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - translation
4
+ license: apache-2.0
5
+ ---
6
+
7
+ ### opus-mt-id-en
8
+
9
+ * source languages: id
10
+ * target languages: en
11
+ * OPUS readme: [id-en](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/id-en/README.md)
12
+
13
+ * dataset: opus
14
+ * model: transformer-align
15
+ * pre-processing: normalization + SentencePiece
16
+ * download original weights: [opus-2019-12-18.zip](https://object.pouta.csc.fi/OPUS-MT-models/id-en/opus-2019-12-18.zip)
17
+ * test set translations: [opus-2019-12-18.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/id-en/opus-2019-12-18.test.txt)
18
+ * test set scores: [opus-2019-12-18.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/id-en/opus-2019-12-18.eval.txt)
19
+
20
+ ## Benchmarks
21
+
22
+ | testset | BLEU | chr-F |
23
+ |-----------------------|-------|-------|
24
+ | Tatoeba.id.en | 47.7 | 0.647 |
25
+
models/prompt_generator/opus-mt-id-en/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/Helsinki-NLP/opus-mt-id-en",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "swish",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": false,
8
+ "architectures": [
9
+ "MarianMTModel"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bad_words_ids": [
13
+ [
14
+ 54795
15
+ ]
16
+ ],
17
+ "bos_token_id": 0,
18
+ "classif_dropout": 0.0,
19
+ "classifier_dropout": 0.0,
20
+ "d_model": 512,
21
+ "decoder_attention_heads": 8,
22
+ "decoder_ffn_dim": 2048,
23
+ "decoder_layerdrop": 0.0,
24
+ "decoder_layers": 6,
25
+ "decoder_start_token_id": 54795,
26
+ "decoder_vocab_size": 54796,
27
+ "dropout": 0.1,
28
+ "encoder_attention_heads": 8,
29
+ "encoder_ffn_dim": 2048,
30
+ "encoder_layerdrop": 0.0,
31
+ "encoder_layers": 6,
32
+ "eos_token_id": 0,
33
+ "forced_eos_token_id": 0,
34
+ "id2label": {
35
+ "0": "LABEL_0",
36
+ "1": "LABEL_1",
37
+ "2": "LABEL_2"
38
+ },
39
+ "init_std": 0.02,
40
+ "is_encoder_decoder": true,
41
+ "label2id": {
42
+ "LABEL_0": 0,
43
+ "LABEL_1": 1,
44
+ "LABEL_2": 2
45
+ },
46
+ "max_length": 512,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "marian",
49
+ "normalize_before": false,
50
+ "normalize_embedding": false,
51
+ "num_beams": 6,
52
+ "num_hidden_layers": 6,
53
+ "pad_token_id": 54795,
54
+ "scale_embedding": true,
55
+ "share_encoder_decoder_embeddings": true,
56
+ "static_position_embeddings": true,
57
+ "transformers_version": "4.22.0.dev0",
58
+ "use_cache": true,
59
+ "vocab_size": 54796
60
+ }
models/prompt_generator/opus-mt-id-en/generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 54795
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 54795,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 6,
13
+ "pad_token_id": 54795,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.32.0.dev0"
16
+ }
models/prompt_generator/opus-mt-id-en/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798ff872a045346ff907fc9938ecd8d8dc9b346358cc514b35e08387776bee24
3
+ size 291146349
models/prompt_generator/opus-mt-id-en/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a8fefe71c7f26cb0c6aa1b9f0cc0f8d18006b20fe41c547af7f25b9c8333465
3
+ size 800687
models/prompt_generator/opus-mt-id-en/target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e88300911c2c573ec5526777a1e84bae698d20925b82dcef9c7248bb0e537ed0
3
+ size 795925
models/prompt_generator/opus-mt-id-en/tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b75c4578ba6143a41d0a7c2997525a73700f1ab2d18b5487ae7197c549b8c8
3
+ size 291599120
models/prompt_generator/opus-mt-id-en/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"target_lang": "en", "source_lang": "id"}
models/prompt_generator/opus-mt-id-en/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
models/text_encoders/models--openai--clip-vit-large-patch14/.no_exist/32bd64288804d66eefd0ccbe215aa642df71cc41/chat_template.jinja ADDED
File without changes
models/text_encoders/models--xlabs-ai--xflux_text_encoders/.no_exist/5ce032c6b9bfe31a4ffb220c8afa147e8de6acea/chat_template.jinja ADDED
File without changes
models/tmp_hunyuan_loras/tmp_hf_spacepxl_skyreels-i2v-smooth-lora_skyreels-i2v-smooth-lora-test-00000350.safetensors.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa55f8f46068c7976fc50e510792f505287c6c3e65d07bdf43add695902c2d67
3
+ size 306729160
models/tmp_wanvideo_loras/tmp_civit_1765566.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c120051a9ebaa844bb09f09d31c34b72519b7f9008003c46fadca3b91e02804
3
+ size 359304835
models/tmp_wanvideo_loras/tmp_civit_1772841.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1157e29fb15fdaefc1db16421b72bbbd8b3e9eaa4501d766ca0650be5320a252
3
+ size 306807976
models/tmp_wanvideo_loras/tmp_comfyonline_6367edcd-2b73-4a68-8197-eb7650856813.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9943aac075d1c07d7a3ab388aabdb031d5f0e6bb6080ff59299f0dfe98b88d3
3
+ size 306807976
models/upscale_models/4x-UltraSharp.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5812231fc936b42af08a5edba784195495d303d5b3248c24489ef0c4021fe01
3
+ size 66961958
models/upscale_models/ltxv-spatial-upscaler-0.9.7.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b076031c6f860db9037a54f3bb819f10bfb5532ea26a6d30062292428a0c208
3
+ size 505024432
models/upscale_models/ltxv-temporal-upscaler-0.9.7.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ee7c34a06007da23e83c9c2db1ea74344d95a3b8baa6a3a1d18a0aa20a39b8
3
+ size 523894768