StyleRes / options /Settings.py
hamzapehlivan
Intial Commit
6709fc9
raw
history blame
499 Bytes
"""
Global settings file for all the classes. Only inference.py can should write to here.
Other files can read from this file.
"""
device = 'cpu'
interfacegan_directions = 'editings/interfacegan_directions'
ganspace_directions = 'editings/ganspace_pca'
styleclip_settings = 'editings/styleclip_directions'
styleclip_mapper_directions = 'editings/styleclip_directions/styleclip_directions/mapper'
styleclip_global_directions = 'editings/styleclip_directions/styleclip_directions/global_directions'