unidisc / configs /experiments /vq16_magvit.yaml
aswerdlow's picture
Initial commit
131da64
raw
history blame contribute delete
221 Bytes
# @package _global_
model:
downscale_ratio: 16
image_vocab_size: 8192
vae_type: magvit
use_custom_vae_ckpt: null
custom_vae_name: null
img_length: ${eval:'(${data.resolution} // ${model.downscale_ratio})**2'}