yash commited on
Commit
c64ea7d
·
1 Parent(s): 4cee267

add yaml file

Browse files
Files changed (1) hide show
  1. pokemon_v1.1.yaml +78 -0
pokemon_v1.1.yaml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 0.0001
3
+ params:
4
+ channels: 4
5
+ cond_stage_config:
6
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
7
+ cond_stage_key: txt
8
+ cond_stage_trainable: false
9
+ conditioning_key: crossattn
10
+ first_stage_config:
11
+ params:
12
+ ddconfig:
13
+ attn_resolutions: []
14
+ ch: 128
15
+ ch_mult:
16
+ - 1
17
+ - 2
18
+ - 4
19
+ - 4
20
+ double_z: true
21
+ dropout: 0.0
22
+ in_channels: 3
23
+ num_res_blocks: 2
24
+ out_ch: 3
25
+ resolution: 256
26
+ z_channels: 4
27
+ embed_dim: 4
28
+ lossconfig:
29
+ target: torch.nn.Identity
30
+ monitor: val/rec_loss
31
+ target: ldm.models.autoencoder.AutoencoderKL
32
+ first_stage_key: jpg
33
+ image_size: 64
34
+ linear_end: 0.012
35
+ linear_start: 0.00085
36
+ log_every_t: 200
37
+ monitor: val/loss_simple_ema
38
+ num_timesteps_cond: 1
39
+ scale_factor: 0.18215
40
+ scheduler_config:
41
+ params:
42
+ cycle_lengths:
43
+ - 10000000000000
44
+ f_max:
45
+ - 1.0
46
+ f_min:
47
+ - 1.0
48
+ f_start:
49
+ - 1.0e-06
50
+ warm_up_steps:
51
+ - 10000
52
+ target: ldm.lr_scheduler.LambdaLinearScheduler
53
+ timesteps: 1000
54
+ unet_config:
55
+ params:
56
+ attention_resolutions:
57
+ - 4
58
+ - 2
59
+ - 1
60
+ channel_mult:
61
+ - 1
62
+ - 2
63
+ - 4
64
+ - 4
65
+ context_dim: 768
66
+ image_size: 32
67
+ in_channels: 4
68
+ legacy: false
69
+ model_channels: 320
70
+ num_heads: 8
71
+ num_res_blocks: 2
72
+ out_channels: 4
73
+ transformer_depth: 1
74
+ use_checkpoint: true
75
+ use_spatial_transformer: true
76
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
77
+ use_ema: false
78
+ target: ldm.models.diffusion.ddpm.LatentDiffusion