ifire commited on
Commit
a9c2e44
·
verified ·
1 Parent(s): 2da7211

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. layerdiff3d/._model_index.json +0 -0
  2. layerdiff3d/model_index.json +38 -0
  3. layerdiff3d/scheduler/._scheduler_config.json +0 -0
  4. layerdiff3d/scheduler/scheduler_config.json +35 -0
  5. layerdiff3d/text_encoder/._config.json +0 -0
  6. layerdiff3d/text_encoder/config.json +24 -0
  7. layerdiff3d/text_encoder/model.safetensors +3 -0
  8. layerdiff3d/text_encoder_2/._config.json +0 -0
  9. layerdiff3d/text_encoder_2/config.json +24 -0
  10. layerdiff3d/text_encoder_2/model.safetensors +3 -0
  11. layerdiff3d/tokenizer/._merges.txt +0 -0
  12. layerdiff3d/tokenizer/._special_tokens_map.json +0 -0
  13. layerdiff3d/tokenizer/._tokenizer_config.json +0 -0
  14. layerdiff3d/tokenizer/._vocab.json +0 -0
  15. layerdiff3d/tokenizer/merges.txt +0 -0
  16. layerdiff3d/tokenizer/special_tokens_map.json +30 -0
  17. layerdiff3d/tokenizer/tokenizer_config.json +32 -0
  18. layerdiff3d/tokenizer/vocab.json +0 -0
  19. layerdiff3d/tokenizer_2/._merges.txt +0 -0
  20. layerdiff3d/tokenizer_2/._special_tokens_map.json +0 -0
  21. layerdiff3d/tokenizer_2/._tokenizer_config.json +0 -0
  22. layerdiff3d/tokenizer_2/._vocab.json +0 -0
  23. layerdiff3d/tokenizer_2/merges.txt +0 -0
  24. layerdiff3d/tokenizer_2/special_tokens_map.json +30 -0
  25. layerdiff3d/tokenizer_2/tokenizer_config.json +40 -0
  26. layerdiff3d/tokenizer_2/vocab.json +0 -0
  27. layerdiff3d/trans_vae/._config.json +0 -0
  28. layerdiff3d/trans_vae/config.json +5 -0
  29. layerdiff3d/trans_vae/diffusion_pytorch_model.safetensors +3 -0
  30. layerdiff3d/unet/._config.json +0 -0
  31. layerdiff3d/unet/config.json +79 -0
  32. layerdiff3d/unet/diffusion_pytorch_model.safetensors +3 -0
  33. layerdiff3d/vae/._config.json +0 -0
  34. layerdiff3d/vae/config.json +38 -0
  35. layerdiff3d/vae/diffusion_pytorch_model.safetensors +3 -0
  36. marigold/._model_index.json +0 -0
  37. marigold/model_index.json +25 -0
  38. marigold/scheduler/._scheduler_config.json +0 -0
  39. marigold/scheduler/scheduler_config.json +20 -0
  40. marigold/text_encoder/._config.json +0 -0
  41. marigold/text_encoder/config.json +24 -0
  42. marigold/text_encoder/model.safetensors +3 -0
  43. marigold/tokenizer/._merges.txt +0 -0
  44. marigold/tokenizer/._special_tokens_map.json +0 -0
  45. marigold/tokenizer/._tokenizer_config.json +0 -0
  46. marigold/tokenizer/._vocab.json +0 -0
  47. marigold/tokenizer/merges.txt +0 -0
  48. marigold/tokenizer/special_tokens_map.json +24 -0
  49. marigold/tokenizer/tokenizer_config.json +39 -0
  50. marigold/tokenizer/vocab.json +0 -0
layerdiff3d/._model_index.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/model_index.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "KDiffusionStableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "requires_aesthetics_score": false,
14
+ "scheduler": [
15
+ "diffusers",
16
+ "DPMSolverMultistepScheduler"
17
+ ],
18
+ "text_encoder": [
19
+ "transformers",
20
+ "CLIPTextModel"
21
+ ],
22
+ "text_encoder_2": [
23
+ "transformers",
24
+ "CLIPTextModelWithProjection"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "tokenizer_2": [
31
+ "transformers",
32
+ "CLIPTokenizer"
33
+ ],
34
+ "vae": [
35
+ "diffusers",
36
+ "AutoencoderKL"
37
+ ]
38
+ }
layerdiff3d/scheduler/._scheduler_config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "algorithm_type": "sde-dpmsolver++",
5
+ "beta_end": 0.012,
6
+ "beta_schedule": "scaled_linear",
7
+ "beta_start": 0.00085,
8
+ "clip_sample": false,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "euler_at_final": false,
11
+ "final_sigmas_type": "zero",
12
+ "flow_shift": 1.0,
13
+ "interpolation_type": "linear",
14
+ "lower_order_final": true,
15
+ "num_train_timesteps": 1000,
16
+ "prediction_type": "epsilon",
17
+ "rescale_betas_zero_snr": false,
18
+ "sample_max_value": 1.0,
19
+ "set_alpha_to_one": false,
20
+ "skip_prk_steps": true,
21
+ "solver_order": 2,
22
+ "solver_type": "midpoint",
23
+ "steps_offset": 1,
24
+ "thresholding": false,
25
+ "time_shift_type": "exponential",
26
+ "timestep_spacing": "leading",
27
+ "trained_betas": null,
28
+ "use_beta_sigmas": false,
29
+ "use_dynamic_shifting": false,
30
+ "use_exponential_sigmas": false,
31
+ "use_flow_sigmas": false,
32
+ "use_karras_sigmas": false,
33
+ "use_lu_lambdas": false,
34
+ "variance_type": null
35
+ }
layerdiff3d/text_encoder/._config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/text_encoder/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModel"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "quick_gelu",
10
+ "hidden_size": 768,
11
+ "initializer_factor": 1.0,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 77,
16
+ "model_type": "clip_text_model",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 1,
20
+ "projection_dim": 768,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.51.3",
23
+ "vocab_size": 49408
24
+ }
layerdiff3d/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c36502d1f3fca20e6a8db3af2ab8213bb59178a5ff77aab086f0992cd0237d
3
+ size 246144352
layerdiff3d/text_encoder_2/._config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/text_encoder_2/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModelWithProjection"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_size": 1280,
11
+ "initializer_factor": 1.0,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5120,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 77,
16
+ "model_type": "clip_text_model",
17
+ "num_attention_heads": 20,
18
+ "num_hidden_layers": 32,
19
+ "pad_token_id": 1,
20
+ "projection_dim": 1280,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.51.3",
23
+ "vocab_size": 49408
24
+ }
layerdiff3d/text_encoder_2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b361da6fb93514411949c779d3abd7684e19900a6e566eaf64ea5a3697b23a21
3
+ size 1389382688
layerdiff3d/tokenizer/._merges.txt ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer/._special_tokens_map.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer/._tokenizer_config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer/._vocab.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
layerdiff3d/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
layerdiff3d/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>",
31
+ "use_fast": false
32
+ }
layerdiff3d/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
layerdiff3d/tokenizer_2/._merges.txt ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer_2/._special_tokens_map.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer_2/._tokenizer_config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer_2/._vocab.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
layerdiff3d/tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "!",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
layerdiff3d/tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "!",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49406": {
13
+ "content": "<|startoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "49407": {
21
+ "content": "<|endoftext|>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|startoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "do_lower_case": true,
32
+ "eos_token": "<|endoftext|>",
33
+ "errors": "replace",
34
+ "extra_special_tokens": {},
35
+ "model_max_length": 77,
36
+ "pad_token": "!",
37
+ "tokenizer_class": "CLIPTokenizer",
38
+ "unk_token": "<|endoftext|>",
39
+ "use_fast": false
40
+ }
layerdiff3d/tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
layerdiff3d/trans_vae/._config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/trans_vae/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "TransparentVAE",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "24yearsold/seethroughv0.0.1_layerdiff3d"
5
+ }
layerdiff3d/trans_vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925ffed4df7b2f57dbb549ac1ef374a26a1ead8d247eaf054dab641f82a8e0b7
3
+ size 210639792
layerdiff3d/unet/._config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/unet/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetFrameConditionModel",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "workspace/training_output/finetune_layerdiff3d_iter2/upload/step-20000",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": "text_time",
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": 256,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20
13
+ ],
14
+ "attention_type": "default",
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280
19
+ ],
20
+ "center_input_sample": false,
21
+ "class_embed_type": null,
22
+ "class_embeddings_concat": false,
23
+ "conv_in_kernel": 3,
24
+ "conv_out_kernel": 3,
25
+ "cross_attention_dim": 2048,
26
+ "cross_attention_norm": null,
27
+ "down_block_types": [
28
+ "DownBlock2D",
29
+ "CrossFrameAttnDownBlock",
30
+ "CrossFrameAttnDownBlock"
31
+ ],
32
+ "downsample_padding": 1,
33
+ "dropout": 0.0,
34
+ "dual_cross_attention": false,
35
+ "encoder_hid_dim": null,
36
+ "encoder_hid_dim_type": null,
37
+ "flip_sin_to_cos": true,
38
+ "freq_shift": 0,
39
+ "group_embedding": true,
40
+ "group_embedding_num": [
41
+ 13,
42
+ 11
43
+ ],
44
+ "in_channels": 8,
45
+ "layers_per_block": 2,
46
+ "mid_block_only_cross_attention": null,
47
+ "mid_block_scale_factor": 1,
48
+ "mid_block_type": "UNetMidBlockCrossFrameAttn",
49
+ "norm_eps": 1e-05,
50
+ "norm_num_groups": 32,
51
+ "num_attention_heads": null,
52
+ "num_class_embeds": null,
53
+ "only_cross_attention": false,
54
+ "out_channels": 4,
55
+ "projection_class_embeddings_input_dim": 2816,
56
+ "resnet_out_scale_factor": 1.0,
57
+ "resnet_skip_time_act": false,
58
+ "resnet_time_scale_shift": "default",
59
+ "reverse_transformer_layers_per_block": null,
60
+ "sample_size": 128,
61
+ "tag_version": "v3",
62
+ "time_cond_proj_dim": null,
63
+ "time_embedding_act_fn": null,
64
+ "time_embedding_dim": null,
65
+ "time_embedding_type": "positional",
66
+ "timestep_post_act": null,
67
+ "transformer_layers_per_block": [
68
+ 1,
69
+ 2,
70
+ 10
71
+ ],
72
+ "up_block_types": [
73
+ "CrossFrameAttnUpBlock",
74
+ "CrossFrameAttnUpBlock",
75
+ "UpBlock2D"
76
+ ],
77
+ "upcast_attention": null,
78
+ "use_linear_projection": true
79
+ }
layerdiff3d/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b5cd5ee2cbd7cd9c23008b7f76918cfc8e75aa0c45e7ce4cd1c741629b8f1d
3
+ size 8142919672
layerdiff3d/vae/._config.json ADDED
Binary file (163 Bytes). View file
 
layerdiff3d/vae/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "/home/ljsabc/.cache/huggingface/hub/models--24yearsold--seethroughv0.0.1_layerdiff3d/snapshots/6e0aa05f6160a40a53137ed3f1a318280367c8ed/vae",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "force_upcast": false,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "latents_mean": null,
22
+ "latents_std": null,
23
+ "layers_per_block": 2,
24
+ "mid_block_add_attention": true,
25
+ "norm_num_groups": 32,
26
+ "out_channels": 3,
27
+ "sample_size": 512,
28
+ "scaling_factor": 0.13025,
29
+ "shift_factor": null,
30
+ "up_block_types": [
31
+ "UpDecoderBlock2D",
32
+ "UpDecoderBlock2D",
33
+ "UpDecoderBlock2D",
34
+ "UpDecoderBlock2D"
35
+ ],
36
+ "use_post_quant_conv": true,
37
+ "use_quant_conv": true
38
+ }
layerdiff3d/vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce4b137acad050c9072769cfb02fdc6ecb8dc0957586db5f6fab71d18103ccc1
3
+ size 167335590
marigold/._model_index.json ADDED
Binary file (163 Bytes). View file
 
marigold/model_index.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MarigoldDepthPipeline",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "prs-eth/marigold-depth-v1-1",
5
+ "default_denoising_steps": 4,
6
+ "default_processing_resolution": 768,
7
+ "scale_invariant": true,
8
+ "scheduler": [
9
+ "diffusers",
10
+ "DDIMScheduler"
11
+ ],
12
+ "shift_invariant": true,
13
+ "text_encoder": [
14
+ "transformers",
15
+ "CLIPTextModel"
16
+ ],
17
+ "tokenizer": [
18
+ "transformers",
19
+ "CLIPTokenizer"
20
+ ],
21
+ "vae": [
22
+ "diffusers",
23
+ "AutoencoderKL"
24
+ ]
25
+ }
marigold/scheduler/._scheduler_config.json ADDED
Binary file (163 Bytes). View file
 
marigold/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDIMScheduler",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "v_prediction",
12
+ "rescale_betas_zero_snr": true,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "skip_prk_steps": true,
16
+ "steps_offset": 1,
17
+ "thresholding": false,
18
+ "timestep_spacing": "trailing",
19
+ "trained_betas": null
20
+ }
marigold/text_encoder/._config.json ADDED
Binary file (163 Bytes). View file
 
marigold/text_encoder/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModel"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_size": 1024,
11
+ "initializer_factor": 1.0,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 77,
16
+ "model_type": "clip_text_model",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 23,
19
+ "pad_token_id": 1,
20
+ "projection_dim": 512,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.51.3",
23
+ "vocab_size": 49408
24
+ }
marigold/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305b018799a2e1dba83e9db17654309814ff4212e40b8096b237ce2e3794a132
3
+ size 680820760
marigold/tokenizer/._merges.txt ADDED
Binary file (163 Bytes). View file
 
marigold/tokenizer/._special_tokens_map.json ADDED
Binary file (163 Bytes). View file
 
marigold/tokenizer/._tokenizer_config.json ADDED
Binary file (163 Bytes). View file
 
marigold/tokenizer/._vocab.json ADDED
Binary file (163 Bytes). View file
 
marigold/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
marigold/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
marigold/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "!",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49406": {
13
+ "content": "<|startoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "49407": {
21
+ "content": "<|endoftext|>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|startoftext|>",
30
+ "clean_up_tokenization_spaces": false,
31
+ "do_lower_case": true,
32
+ "eos_token": "<|endoftext|>",
33
+ "errors": "replace",
34
+ "extra_special_tokens": {},
35
+ "model_max_length": 77,
36
+ "pad_token": "!",
37
+ "tokenizer_class": "CLIPTokenizer",
38
+ "unk_token": "<|endoftext|>"
39
+ }
marigold/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff