Spaces:
Running
on
Zero
Running
on
Zero
File size: 423 Bytes
e02c605 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
exp_name: example
batch_size: 1
num_steps: 50
start_step: 0
out_path: out/
seed: 10
share_attn_layers: [0, 1, 2, 3, 4, 5, 6, 7, 8]
share_resnet_layers: [0,1,2,3]
share_attn: true
share_cross_attn: true
share_query: true
share_key: true
share_value: false
use_adain: true
use_content_anchor: true
disentangle: true
resnet_mode: hidden
annotation: /data/example/annotation.json
style_cfg_scale: 7.5
tau_attn: 1
tau_feat: 1
|