model_path = "./Emu3.5-Image" # download from hf
vq_path = "./Emu3.5-VisionTokenizer" # download from hf
tokenizer_path = "./Emu3.5-VisionTokenizer"
tokenizer_path = "./src/tokenizer_emu3_ibq"
vq_type = "ibq"
task_type in {"t2i", "x2i", "howto", "story", "explore", "vla"}
task_type = "x2i"
whether prompts include an input image token and provide reference_image paths
use_image = True
saving config
exp_name = "emu3p5"
save_path = f"./outputs/{exp_name}"
save_to_proto = True
setup_logger(save_path)
Thanks