toto10 commited on
Commit
6ea51ac
1 Parent(s): 13e80df

dfd6c408fcdfc4006187b81bd4749fa2730ff425fb70046f9a17ea9b50ef3c81

Browse files
Files changed (18) hide show
  1. models/sd-1/main/stable-diffusion-v1-5/text_encoder/model.safetensors +3 -0
  2. models/sd-1/main/stable-diffusion-v1-5/tokenizer/merges.txt +0 -0
  3. models/sd-1/main/stable-diffusion-v1-5/tokenizer/special_tokens_map.json +24 -0
  4. models/sd-1/main/stable-diffusion-v1-5/tokenizer/tokenizer_config.json +33 -0
  5. models/sd-1/main/stable-diffusion-v1-5/tokenizer/vocab.json +0 -0
  6. models/sd-1/main/stable-diffusion-v1-5/unet/config.json +65 -0
  7. models/sd-1/main/stable-diffusion-v1-5/vae/config.json +31 -0
  8. models/sd-1/main/stable-diffusion-v1-5/vae/diffusion_pytorch_model.safetensors +3 -0
  9. outputs/images/af806663-ca18-4ca4-93d9-92b0382812fa.png +0 -0
  10. outputs/images/thumbnails/af806663-ca18-4ca4-93d9-92b0382812fa.webp +0 -0
  11. outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4_0a4980ce-174f-48bf-85c0-bda481bb46b1_conditioning +0 -0
  12. outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4_1123caaf-5f14-400f-be03-c952dd319d4c_conditioning +0 -0
  13. outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4__78198c77-1c4c-404f-b36a-681a3a01e3d2 +0 -0
  14. outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4__e4dd6157-a68a-4737-8939-6b00335e1fec +0 -0
  15. outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe_22abb180-3eca-4cda-b0e9-36288d80b693_conditioning +0 -0
  16. outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe__49cf4f61-e14c-43bc-b67a-d184e5a1b849 +0 -0
  17. outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe__aca197d5-064c-4623-8b42-0e4936412b9a +0 -0
  18. outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe_af908d9e-83d3-4a2c-a424-5d9bb8e38efd_conditioning +0 -0
models/sd-1/main/stable-diffusion-v1-5/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778d02eb9e707c3fbaae0b67b79ea0d1399b52e624fb634f2f19375ae7c047c3
3
+ size 492265168
models/sd-1/main/stable-diffusion-v1-5/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
models/sd-1/main/stable-diffusion-v1-5/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": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
models/sd-1/main/stable-diffusion-v1-5/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "clean_up_tokenization_spaces": true,
12
+ "do_lower_case": true,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "errors": "replace",
22
+ "model_max_length": 77,
23
+ "pad_token": "<|endoftext|>",
24
+ "tokenizer_class": "CLIPTokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<|endoftext|>",
28
+ "lstrip": false,
29
+ "normalized": true,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
models/sd-1/main/stable-diffusion-v1-5/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
models/sd-1/main/stable-diffusion-v1-5/unet/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.18.2",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/c9ab35ff5f2c362e9e22fbafe278077e196057f0/unet",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": 8,
10
+ "block_out_channels": [
11
+ 320,
12
+ 640,
13
+ 1280,
14
+ 1280
15
+ ],
16
+ "center_input_sample": false,
17
+ "class_embed_type": null,
18
+ "class_embeddings_concat": false,
19
+ "conv_in_kernel": 3,
20
+ "conv_out_kernel": 3,
21
+ "cross_attention_dim": 768,
22
+ "cross_attention_norm": null,
23
+ "down_block_types": [
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "DownBlock2D"
28
+ ],
29
+ "downsample_padding": 1,
30
+ "dual_cross_attention": false,
31
+ "encoder_hid_dim": null,
32
+ "encoder_hid_dim_type": null,
33
+ "flip_sin_to_cos": true,
34
+ "freq_shift": 0,
35
+ "in_channels": 4,
36
+ "layers_per_block": 2,
37
+ "mid_block_only_cross_attention": null,
38
+ "mid_block_scale_factor": 1,
39
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
+ "num_class_embeds": null,
44
+ "only_cross_attention": false,
45
+ "out_channels": 4,
46
+ "projection_class_embeddings_input_dim": null,
47
+ "resnet_out_scale_factor": 1.0,
48
+ "resnet_skip_time_act": false,
49
+ "resnet_time_scale_shift": "default",
50
+ "sample_size": 64,
51
+ "time_cond_proj_dim": null,
52
+ "time_embedding_act_fn": null,
53
+ "time_embedding_dim": null,
54
+ "time_embedding_type": "positional",
55
+ "timestep_post_act": null,
56
+ "transformer_layers_per_block": 1,
57
+ "up_block_types": [
58
+ "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
+ "CrossAttnUpBlock2D"
62
+ ],
63
+ "upcast_attention": false,
64
+ "use_linear_projection": false
65
+ }
models/sd-1/main/stable-diffusion-v1-5/vae/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.18.2",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/c9ab35ff5f2c362e9e22fbafe278077e196057f0/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
+ "in_channels": 3,
19
+ "latent_channels": 4,
20
+ "layers_per_block": 2,
21
+ "norm_num_groups": 32,
22
+ "out_channels": 3,
23
+ "sample_size": 512,
24
+ "scaling_factor": 0.18215,
25
+ "up_block_types": [
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
+ "UpDecoderBlock2D"
30
+ ]
31
+ }
models/sd-1/main/stable-diffusion-v1-5/vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
3
+ size 334643268
outputs/images/af806663-ca18-4ca4-93d9-92b0382812fa.png ADDED
outputs/images/thumbnails/af806663-ca18-4ca4-93d9-92b0382812fa.webp ADDED
outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4_0a4980ce-174f-48bf-85c0-bda481bb46b1_conditioning ADDED
Binary file (238 kB). View file
 
outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4_1123caaf-5f14-400f-be03-c952dd319d4c_conditioning ADDED
Binary file (238 kB). View file
 
outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4__78198c77-1c4c-404f-b36a-681a3a01e3d2 ADDED
Binary file (149 kB). View file
 
outputs/latents/bfdbeef8-ab66-49ce-b926-7988f277f0e4__e4dd6157-a68a-4737-8939-6b00335e1fec ADDED
Binary file (149 kB). View file
 
outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe_22abb180-3eca-4cda-b0e9-36288d80b693_conditioning ADDED
Binary file (238 kB). View file
 
outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe__49cf4f61-e14c-43bc-b67a-d184e5a1b849 ADDED
Binary file (66.7 kB). View file
 
outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe__aca197d5-064c-4623-8b42-0e4936412b9a ADDED
Binary file (66.7 kB). View file
 
outputs/latents/fe8844ff-969d-4f69-be7b-2be1094659fe_af908d9e-83d3-4a2c-a424-5d9bb8e38efd_conditioning ADDED
Binary file (238 kB). View file