Skip to content

Commit

Permalink
added much needed documentation to default.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Apr 1, 2022
1 parent b31d0af commit b8203b3
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions src/pytti/assets/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,26 @@ semantic_init_weight: ''

##################################

# image_model:
# - Unlimited Palette
# - Limimted Palette
# - VQGAN
image_model: VQGAN

# vqgan_model:
# - sflickr
# - imagenet
# - coco
# - wikiart
# - sflckr
# - openimages
vqgan_model: sflckr

# animation_mode:
# - off
# - Video Source
# - 2D
# - 3D
animation_mode: off

##################################
Expand All @@ -41,6 +59,13 @@ seed: ${now:%f} # microsecond component of timestamp. Basically random.
cutouts: 40
cut_pow: 2
cutout_border: 0.25

# border_mode:
# - clamp
# - mirror
# - wrap
# - black
# - smear
border_mode: clamp

##################################
Expand All @@ -57,6 +82,9 @@ far_plane: 10000
### Induced Motion ###
######################

pre_animation_steps: 100
lock_camera: true

# _2d and _3d only apply to those animation modes

translate_x: '0'
Expand All @@ -67,10 +95,19 @@ rotate_2d: '0'
zoom_x_2d: '0'
zoom_y_2d: '0'


# sampling_mode:
# - nearest
# - bilinear
# - bicubic
sampling_mode: bicubic

# infill_mode:
# - mirror
# - wrap
# - black
# - smear
infill_mode: wrap
pre_animation_steps: 100
lock_camera: true

##################################

Expand Down

0 comments on commit b8203b3

Please sign in to comment.