youngle0202 commited on
Commit
e336140
·
1 Parent(s): eee2c22

first commit

Browse files
Files changed (27) hide show
  1. .gitattributes +5 -0
  2. Realistic_Vision_V4.0_noVAE/.gitattributes +44 -0
  3. Realistic_Vision_V4.0_noVAE/README.md +22 -0
  4. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0-inpainting.ckpt +3 -0
  5. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0-inpainting.safetensors +3 -0
  6. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0.ckpt +3 -0
  7. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0.safetensors +3 -0
  8. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema-inpainting.ckpt +3 -0
  9. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema-inpainting.safetensors +3 -0
  10. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema.ckpt +3 -0
  11. Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema.safetensors +3 -0
  12. Realistic_Vision_V4.0_noVAE/model_index.json +33 -0
  13. Realistic_Vision_V4.0_noVAE/models--SG161222--Realistic_Vision_V4.0_noVAE/refs/main +1 -0
  14. Realistic_Vision_V4.0_noVAE/realvis4-vae-ft-mse-840000-ema-pruned.safetensors +3 -0
  15. Realistic_Vision_V4.0_noVAE/scheduler/scheduler_config.json +21 -0
  16. Realistic_Vision_V4.0_noVAE/text_encoder/config.json +25 -0
  17. Realistic_Vision_V4.0_noVAE/text_encoder/model.safetensors +3 -0
  18. Realistic_Vision_V4.0_noVAE/tokenizer/merges.txt +0 -0
  19. Realistic_Vision_V4.0_noVAE/tokenizer/special_tokens_map.json +24 -0
  20. Realistic_Vision_V4.0_noVAE/tokenizer/tokenizer_config.json +33 -0
  21. Realistic_Vision_V4.0_noVAE/tokenizer/vocab.json +0 -0
  22. Realistic_Vision_V4.0_noVAE/unet/.gitattributes +1 -0
  23. Realistic_Vision_V4.0_noVAE/unet/config.json +60 -0
  24. Realistic_Vision_V4.0_noVAE/unet/diffusion_pytorch_model.safetensors +3 -0
  25. Realistic_Vision_V4.0_noVAE/vae/config.json +30 -0
  26. Realistic_Vision_V4.0_noVAE/vae/diffusion_pytorch_model.safetensors +3 -0
  27. model.bin +3 -0
.gitattributes CHANGED
@@ -36,3 +36,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  assets/demo.mp4 filter=lfs diff=lfs merge=lfs -text
37
  assets/facecaption.png filter=lfs diff=lfs merge=lfs -text
38
  assets/illfacecaption.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
36
  assets/demo.mp4 filter=lfs diff=lfs merge=lfs -text
37
  assets/facecaption.png filter=lfs diff=lfs merge=lfs -text
38
  assets/illfacecaption.png filter=lfs diff=lfs merge=lfs -text
39
+ /home/ddwgroup/san/jmm/ControlledFaceGeneration/ipAdaptet/JFID_v4/checkpoint-530000/model.bin filter=lfs diff=lfs merge=lfs -text
40
+ model.bin filter=lfs diff=lfs merge=lfs -text
41
+ **.safetensors filter=lfs diff=lfs merge=lfs -text
42
+ **.ckpt filter=lfs diff=lfs merge=lfs -text
43
+ **.bin filter=lfs diff=lfs merge=lfs -text
Realistic_Vision_V4.0_noVAE/.gitattributes ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Realistic_Vision_V4.0_fp16-no-ema-inpainting.safetensors filter=lfs diff=lfs merge=lfs -text
37
+ Realistic_Vision_V4.0_fp16-no-ema.safetensors filter=lfs diff=lfs merge=lfs -text
38
+ Realistic_Vision_V4.0-inpainting.safetensors filter=lfs diff=lfs merge=lfs -text
39
+ Realistic_Vision_V4.0.safetensors filter=lfs diff=lfs merge=lfs -text
40
+ realvis4-vae-ft-mse-840000-ema-pruned.safetensors filter=lfs diff=lfs merge=lfs -text
41
+ Realistic_Vision_V4.0.ckpt filter=lfs diff=lfs merge=lfs -text
42
+ Realistic_Vision_V4.0_fp16-no-ema.ckpt filter=lfs diff=lfs merge=lfs -text
43
+ Realistic_Vision_V4.0_fp16-no-ema-inpainting.ckpt filter=lfs diff=lfs merge=lfs -text
44
+ Realistic_Vision_V4.0-inpainting.ckpt filter=lfs diff=lfs merge=lfs -text
Realistic_Vision_V4.0_noVAE/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ ---
4
+ <strong>Check my exclusive models on Mage: </strong><a href="https://www.mage.space/play/4371756b27bf52e7a1146dc6fe2d969c" rel="noopener noreferrer nofollow"><strong>ParagonXL</strong></a><strong> / </strong><a href="https://www.mage.space/play/df67a9f27f19629a98cb0fb619d1949a" rel="noopener noreferrer nofollow"><strong>NovaXL</strong></a><strong> / </strong><a href="https://www.mage.space/play/d8db06ae964310acb4e090eec03984df" rel="noopener noreferrer nofollow"><strong>NovaXL Lightning</strong></a><strong> / </strong><a href="https://www.mage.space/play/541da1e10976ab82976a5cacc770a413" rel="noopener noreferrer nofollow"><strong>NovaXL V2</strong></a><strong> / </strong><a href="https://www.mage.space/play/a56d2680c464ef25b8c66df126b3f706" rel="noopener noreferrer nofollow"><strong>NovaXL Pony</strong></a><strong> / </strong><a href="https://www.mage.space/play/b0ab6733c3be2408c93523d57a605371" rel="noopener noreferrer nofollow"><strong>NovaXL Pony Lightning</strong></a><strong> / </strong><a href="https://www.mage.space/play/e3b01cd493ed86ed8e4708751b1c9165" rel="noopener noreferrer nofollow"><strong>RealDreamXL</strong></a><strong> / </strong><a href="https://www.mage.space/play/ef062fc389c3f8723002428290c1158c" rel="noopener noreferrer nofollow"><strong>RealDreamXL Lightning</strong></a></p>
5
+ <b>This model is available on <a href="https://www.mage.space/">Mage.Space</a> (main sponsor)</b><br>
6
+ <b>You can support me directly on Boosty - https://boosty.to/sg_161222</b><br>
7
+
8
+ <b>The recommended negative prompt:</b><br>
9
+
10
+ (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck<br>
11
+
12
+ <b>OR</b><br>
13
+
14
+ (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers:1.4), (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation
15
+
16
+ <b>Recommended parameters for generation:</b><br>
17
+
18
+ Euler A or DPM++ SDE Karras<br>
19
+ CFG Scale 3,5 - 15<br>
20
+ Hires. fix with 4x-UltraSharp upscaler<br>
21
+ 0 Hires steps and Denoising strength 0.25-0.7<br>
22
+ Upscale by 1.1-2.0
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0-inpainting.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f70d179d72327105d7647983370f1ab77573ac121786336ac8fa6349777622
3
+ size 4265479980
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0-inpainting.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ad210fd14df974b5d3ebac788b7ecac9fea66852fd9af66d8e5bac66d93c32
3
+ size 4265203868
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f639f6254239b32bad84158f6524d5b7bbcd0b2f4ccf9c6f3f4136aa5e944bc
3
+ size 4265344100
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0de91e505f9199ad058a832134b3c93561ca4b4d5ecee0ea21fb0c6a2d6c39
3
+ size 4265096996
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema-inpainting.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31410211e1f296d58fc332f7320e0e42dea260fd1de7f684277887f6c291b805
3
+ size 2132956447
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema-inpainting.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b971f639658b1ff1146e83a5947b88d0abb05b56431f9be0ad0bf43bc2a275
3
+ size 2132679782
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c237d3d92ddbd1d055eb17a2d0cf6c311b40246b3f7086fb19109530ccb200
3
+ size 2132887296
Realistic_Vision_V4.0_noVAE/Realistic_Vision_V4.0_fp16-no-ema.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba046a41a0031d31d0b42bc0c48102c276755a856e1d8fa26a28beada6903115
3
+ size 2132625894
Realistic_Vision_V4.0_noVAE/model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.16.1",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "requires_safety_checker": null,
9
+ "safety_checker": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "DEISMultistepScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
Realistic_Vision_V4.0_noVAE/models--SG161222--Realistic_Vision_V4.0_noVAE/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ 1685907c0283c7278ba26c5fe561506f564b48d3
Realistic_Vision_V4.0_noVAE/realvis4-vae-ft-mse-840000-ema-pruned.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f11ef6eec9e2c0eb5255bf8849807ea7d16853691ace4c9ccaa4203552f650f
3
+ size 334640988
Realistic_Vision_V4.0_noVAE/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DEISMultistepScheduler",
3
+ "_diffusers_version": "0.16.1",
4
+ "algorithm_type": "deis",
5
+ "beta_end": 0.012,
6
+ "beta_schedule": "scaled_linear",
7
+ "beta_start": 0.00085,
8
+ "clip_sample": false,
9
+ "clip_sample_range": 1.0,
10
+ "dynamic_thresholding_ratio": 0.995,
11
+ "lower_order_final": true,
12
+ "num_train_timesteps": 1000,
13
+ "prediction_type": "epsilon",
14
+ "sample_max_value": 1.0,
15
+ "set_alpha_to_one": false,
16
+ "solver_order": 2,
17
+ "solver_type": "logrho",
18
+ "steps_offset": 1,
19
+ "thresholding": false,
20
+ "trained_betas": null
21
+ }
Realistic_Vision_V4.0_noVAE/text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 768,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.30.2",
24
+ "vocab_size": 49408
25
+ }
Realistic_Vision_V4.0_noVAE/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee67788c3c9a6f5d73de077b644f1d4317258b55fbcc372dc385e8e5587c1cc
3
+ size 492265880
Realistic_Vision_V4.0_noVAE/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
Realistic_Vision_V4.0_noVAE/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
+ }
Realistic_Vision_V4.0_noVAE/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
+ }
Realistic_Vision_V4.0_noVAE/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
Realistic_Vision_V4.0_noVAE/unet/.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
Realistic_Vision_V4.0_noVAE/unet/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "attention_head_dim": 8,
8
+ "block_out_channels": [
9
+ 320,
10
+ 640,
11
+ 1280,
12
+ 1280
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
+ "conv_in_kernel": 3,
18
+ "conv_out_kernel": 3,
19
+ "cross_attention_dim": 768,
20
+ "cross_attention_norm": null,
21
+ "down_block_types": [
22
+ "CrossAttnDownBlock2D",
23
+ "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
+ ],
27
+ "downsample_padding": 1,
28
+ "dual_cross_attention": false,
29
+ "encoder_hid_dim": null,
30
+ "flip_sin_to_cos": true,
31
+ "freq_shift": 0,
32
+ "in_channels": 4,
33
+ "layers_per_block": 2,
34
+ "mid_block_only_cross_attention": null,
35
+ "mid_block_scale_factor": 1,
36
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
37
+ "norm_eps": 1e-05,
38
+ "norm_num_groups": 32,
39
+ "num_class_embeds": null,
40
+ "only_cross_attention": false,
41
+ "out_channels": 4,
42
+ "projection_class_embeddings_input_dim": null,
43
+ "resnet_out_scale_factor": 1.0,
44
+ "resnet_skip_time_act": false,
45
+ "resnet_time_scale_shift": "default",
46
+ "sample_size": 64,
47
+ "time_cond_proj_dim": null,
48
+ "time_embedding_act_fn": null,
49
+ "time_embedding_dim": null,
50
+ "time_embedding_type": "positional",
51
+ "timestep_post_act": null,
52
+ "up_block_types": [
53
+ "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
+ "CrossAttnUpBlock2D"
57
+ ],
58
+ "upcast_attention": false,
59
+ "use_linear_projection": false
60
+ }
Realistic_Vision_V4.0_noVAE/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75956623c8f95b40e62b3ee45f5dcba8e353b53c33c6765e517c5a8bb3dfbfe
3
+ size 3438167536
Realistic_Vision_V4.0_noVAE/vae/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D"
16
+ ],
17
+ "in_channels": 3,
18
+ "latent_channels": 4,
19
+ "layers_per_block": 2,
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",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D"
29
+ ]
30
+ }
Realistic_Vision_V4.0_noVAE/vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a430f8a51413e80ecec6c13fff4b6b63e57600a2ec661a016a14fd1037fa4b
3
+ size 334643276
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b1fd9bda254fafda0061d0c89cdfa099f1f1be7083542490b9af56f7deadef
3
+ size 1668972109