hamzapehlivan
Intial Commit
6709fc9
raw
history blame contribute delete
411 Bytes
# This config saves inversion and smile edit results
edit_configs = [
dict( method='inversion'),
dict( method='interfacegan', edit='smile', strength=2),
dict( method='ganspace', edit='overexposed', strength=5),
dict( method='styleclip', type='mapper', edit='purple_hair', strength=0.08),
# dict( method='styleclip', type='global', edit='curly_hair', strength=3, disentanglement=0.29),
]