jadechoghari
commited on
Upload folder using huggingface_hub
Browse files- config.json +106 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_learning_rate": 2e-05,
|
3 |
+
"cfg_conds": [
|
4 |
+
"txt"
|
5 |
+
],
|
6 |
+
"cfg_scales": [
|
7 |
+
7.5
|
8 |
+
],
|
9 |
+
"channels": 4,
|
10 |
+
"cond_stage_config": {
|
11 |
+
"ckpt_path": null,
|
12 |
+
"target": "ldm.modules.encoders.modules.FrozenCLIPEmbedder"
|
13 |
+
},
|
14 |
+
"cond_stage_key": null,
|
15 |
+
"cond_stage_trainable": false,
|
16 |
+
"conditioning_key": "hybrid-mv",
|
17 |
+
"fast_attention": true,
|
18 |
+
"first_stage_config": {
|
19 |
+
"params": {
|
20 |
+
"ddconfig": {
|
21 |
+
"attn_resolutions": [],
|
22 |
+
"ch": 128,
|
23 |
+
"ch_mult": [
|
24 |
+
1,
|
25 |
+
2,
|
26 |
+
4,
|
27 |
+
4
|
28 |
+
],
|
29 |
+
"double_z": true,
|
30 |
+
"dropout": 0.0,
|
31 |
+
"in_channels": 3,
|
32 |
+
"num_res_blocks": 2,
|
33 |
+
"out_ch": 3,
|
34 |
+
"resolution": 256,
|
35 |
+
"z_channels": 4
|
36 |
+
},
|
37 |
+
"embed_dim": 4,
|
38 |
+
"lossconfig": {
|
39 |
+
"target": "torch.nn.Identity"
|
40 |
+
},
|
41 |
+
"monitor": "val/rec_loss"
|
42 |
+
},
|
43 |
+
"target": "ldm.models.autoencoder.AutoencoderKL"
|
44 |
+
},
|
45 |
+
"first_stage_key": null,
|
46 |
+
"image_size": 32,
|
47 |
+
"linear_end": 0.012,
|
48 |
+
"linear_start": 0.00085,
|
49 |
+
"log_every_t": 200,
|
50 |
+
"model_type": "spad",
|
51 |
+
"monitor": "val/loss_simple_ema",
|
52 |
+
"num_timesteps_cond": 1,
|
53 |
+
"resume_path": "data/v1-5-pruned.ckpt",
|
54 |
+
"scale_factor": 0.18215,
|
55 |
+
"scheduler_config": {
|
56 |
+
"params": {
|
57 |
+
"cycle_lengths": [
|
58 |
+
10000000000000
|
59 |
+
],
|
60 |
+
"f_max": [
|
61 |
+
1.0
|
62 |
+
],
|
63 |
+
"f_min": [
|
64 |
+
1.0
|
65 |
+
],
|
66 |
+
"f_start": [
|
67 |
+
1e-06
|
68 |
+
],
|
69 |
+
"warm_up_steps": [
|
70 |
+
100
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"target": "ldm.lr_scheduler.LambdaLinearScheduler"
|
74 |
+
},
|
75 |
+
"timesteps": 1000,
|
76 |
+
"transformers_version": "4.42.4",
|
77 |
+
"unet_config": {
|
78 |
+
"params": {
|
79 |
+
"attention_resolutions": [
|
80 |
+
4,
|
81 |
+
2,
|
82 |
+
1
|
83 |
+
],
|
84 |
+
"channel_mult": [
|
85 |
+
1,
|
86 |
+
2,
|
87 |
+
4,
|
88 |
+
4
|
89 |
+
],
|
90 |
+
"context_dim": 768,
|
91 |
+
"image_size": 32,
|
92 |
+
"in_channels": 4,
|
93 |
+
"legacy": false,
|
94 |
+
"model_channels": 320,
|
95 |
+
"num_heads": 8,
|
96 |
+
"num_res_blocks": 2,
|
97 |
+
"out_channels": 4,
|
98 |
+
"transformer_depth": 1,
|
99 |
+
"use_checkpoint": true,
|
100 |
+
"use_spatial_transformer": true
|
101 |
+
},
|
102 |
+
"target": "spad.mv_unet.SPADUnetModel"
|
103 |
+
},
|
104 |
+
"use_abs_extrinsics": true,
|
105 |
+
"use_intrinsic": true
|
106 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c7b82bf5b55ca1cb212fcdc5010bfe5ce4b3067f0766c93a31b286fa2d0325e
|
3 |
+
size 7711044985
|