ChenyangQiQi / FateZero

[ICCV 2023 Oral] "FateZero: Fusing Attentions for Zero-shot Text-based Video Editing"
http://fate-zero-edit.github.io/
MIT License
1.12k stars 108 forks source link

About sample.yml #29

Closed ShutongJIN closed 1 year ago

ShutongJIN commented 1 year ago

Hi, your work is really great! Thanks so much for open-source this. I have a question regarding training the FateZero in _train_tune_avideo.py, seems like the sample.yml isn't in the config folder. It would be great if you can show this as well :)

@click.command() @click.option("--config", type=str, default="config/sample.yml") def run(config): train(config=config, **OmegaConf.load(config)) if name == "main": run()