ChanLumerico commited on
Commit
426b5f9
·
verified ·
1 Parent(s): 03d2f4b

Add CompVis_LAION weights

Browse files
CompVis_LAION/config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "Stable Diffusion",
4
+ "model_type": "stable_diffusion",
5
+ "task": "base",
6
+ "config": {
7
+ "sample_size": 512,
8
+ "in_channels": 3,
9
+ "out_channels": 3,
10
+ "act_fn": "silu",
11
+ "num_train_timesteps": 1000,
12
+ "beta_start": 0.00085,
13
+ "beta_end": 0.012,
14
+ "beta_schedule": "scaled_linear",
15
+ "prediction_type": "epsilon",
16
+ "latent_channels": 4,
17
+ "downsample_factor": 8,
18
+ "vae_block_out_channels": [
19
+ 128,
20
+ 256,
21
+ 512,
22
+ 512
23
+ ],
24
+ "vae_layers_per_block": 2,
25
+ "unet_block_out_channels": [
26
+ 320,
27
+ 640,
28
+ 1280,
29
+ 1280
30
+ ],
31
+ "unet_layers_per_block": 2,
32
+ "attention_head_dim": 8,
33
+ "cross_attention_dim": 768,
34
+ "context_length": 77,
35
+ "norm_num_groups": 32
36
+ },
37
+ "preprocessing": {
38
+ "resize": 512,
39
+ "rescale": 0.00784313725490196,
40
+ "mean": [
41
+ 0.5,
42
+ 0.5,
43
+ 0.5
44
+ ],
45
+ "std": [
46
+ 0.5,
47
+ 0.5,
48
+ 0.5
49
+ ]
50
+ },
51
+ "weights": {
52
+ "tag": "CompVis_LAION",
53
+ "num_classes": 0,
54
+ "license": "creativeml-openrail-m",
55
+ "source": "https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5",
56
+ "sha256": "2fa36eeea24af004402d07d8c1ff6731f81119d69bdf952e5d0da5ad42f2860e",
57
+ "file_size_mb": 3598.02
58
+ },
59
+ "id2label": {
60
+ "0": "generative",
61
+ "1": "diffusion",
62
+ "2": "text-to-image"
63
+ },
64
+ "label2id": {
65
+ "generative": 0,
66
+ "diffusion": 1,
67
+ "text-to-image": 2
68
+ }
69
+ }
CompVis_LAION/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa36eeea24af004402d07d8c1ff6731f81119d69bdf952e5d0da5ad42f2860e
3
+ size 3772793364