Higobeatz commited on
Commit
59a09cc
·
verified ·
1 Parent(s): b12410b

Delete dreamvoice/src/configs/.ipynb_checkpoints

Browse files
dreamvoice/src/configs/.ipynb_checkpoints/plugin_cross-checkpoint.yaml DELETED
@@ -1,39 +0,0 @@
1
- version: 1.0
2
-
3
- system: "cross"
4
-
5
- model:
6
- cls_embedding:
7
- content_dim: 768
8
- content_hidden: 256
9
-
10
- unet:
11
- sample_size: [1, 1]
12
- in_channels: 256
13
- out_channels: 256
14
- layers_per_block: 2
15
- block_out_channels: [256]
16
- down_block_types:
17
- [
18
- "CrossAttnDownBlock2D",
19
- ]
20
- up_block_types:
21
- [
22
- "CrossAttnUpBlock2D",
23
- ]
24
- attention_head_dim: 32
25
- cross_attention_dim: 768
26
-
27
- scheduler:
28
- num_train_steps: 1000
29
- beta_schedule: 'linear'
30
- beta_start: 0.0001
31
- beta_end: 0.02
32
- num_infer_steps: 50
33
- rescale_betas_zero_snr: true
34
- timestep_spacing: "trailing"
35
- clip_sample: false
36
- prediction_type: 'v_prediction'
37
- scale: 0.05
38
- shift: -0.035
39
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dreamvoice/src/configs/.ipynb_checkpoints/plugin_cross_openvoice-checkpoint.yaml DELETED
@@ -1,39 +0,0 @@
1
- version: 1.0
2
-
3
- system: "cross"
4
-
5
- model:
6
- cls_embedding:
7
- content_dim: 768
8
- content_hidden: 256
9
-
10
- unet:
11
- sample_size: [1, 1]
12
- in_channels: 256
13
- out_channels: 256
14
- layers_per_block: 2
15
- block_out_channels: [256]
16
- down_block_types:
17
- [
18
- "CrossAttnDownBlock2D",
19
- ]
20
- up_block_types:
21
- [
22
- "CrossAttnUpBlock2D",
23
- ]
24
- attention_head_dim: 32
25
- cross_attention_dim: 768
26
-
27
- scheduler:
28
- num_train_steps: 1000
29
- beta_schedule: 'linear'
30
- beta_start: 0.0001
31
- beta_end: 0.02
32
- num_infer_steps: 50
33
- rescale_betas_zero_snr: true
34
- timestep_spacing: "trailing"
35
- clip_sample: false
36
- prediction_type: 'v_prediction'
37
- scale: 1.0
38
- shift: 0.0
39
-