phamhungd commited on
Commit
d47b6f2
·
verified ·
1 Parent(s): 6c27351

Delete Basev11/control_v11e_sd15_shuffle.yaml

Browse files
Basev11/control_v11e_sd15_shuffle.yaml DELETED
@@ -1,80 +0,0 @@
1
- model:
2
- target: cldm.cldm.ControlLDM
3
- params:
4
- linear_start: 0.00085
5
- linear_end: 0.0120
6
- num_timesteps_cond: 1
7
- log_every_t: 200
8
- timesteps: 1000
9
- first_stage_key: "jpg"
10
- cond_stage_key: "txt"
11
- control_key: "hint"
12
- image_size: 64
13
- channels: 4
14
- cond_stage_trainable: false
15
- conditioning_key: crossattn
16
- monitor: val/loss_simple_ema
17
- scale_factor: 0.18215
18
- use_ema: False
19
- only_mid_control: False
20
- global_average_pooling: True
21
-
22
- control_stage_config:
23
- target: cldm.cldm.ControlNet
24
- params:
25
- image_size: 32 # unused
26
- in_channels: 4
27
- hint_channels: 3
28
- model_channels: 320
29
- attention_resolutions: [ 4, 2, 1 ]
30
- num_res_blocks: 2
31
- channel_mult: [ 1, 2, 4, 4 ]
32
- num_heads: 8
33
- use_spatial_transformer: True
34
- transformer_depth: 1
35
- context_dim: 768
36
- use_checkpoint: True
37
- legacy: False
38
-
39
- unet_config:
40
- target: cldm.cldm.ControlledUnetModel
41
- params:
42
- image_size: 32 # unused
43
- in_channels: 4
44
- out_channels: 4
45
- model_channels: 320
46
- attention_resolutions: [ 4, 2, 1 ]
47
- num_res_blocks: 2
48
- channel_mult: [ 1, 2, 4, 4 ]
49
- num_heads: 8
50
- use_spatial_transformer: True
51
- transformer_depth: 1
52
- context_dim: 768
53
- use_checkpoint: True
54
- legacy: False
55
-
56
- first_stage_config:
57
- target: ldm.models.autoencoder.AutoencoderKL
58
- params:
59
- embed_dim: 4
60
- monitor: val/rec_loss
61
- ddconfig:
62
- double_z: true
63
- z_channels: 4
64
- resolution: 256
65
- in_channels: 3
66
- out_ch: 3
67
- ch: 128
68
- ch_mult:
69
- - 1
70
- - 2
71
- - 4
72
- - 4
73
- num_res_blocks: 2
74
- attn_resolutions: []
75
- dropout: 0.0
76
- lossconfig:
77
- target: torch.nn.Identity
78
-
79
- cond_stage_config:
80
- target: ldm.modules.encoders.modules.FrozenCLIPEmbedder