omerbt / TokenFlow

Official Pytorch Implementation for "TokenFlow: Consistent Diffusion Features for Consistent Video Editing" presenting "TokenFlow" (ICLR 2024)

Home Page:https://diffusion-tokenflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default data path in config_sdedit.yaml is to a missing file

cysmith opened this issue · comments

In file config_sdedit.yaml, this:
data_path: 'wolf-part'
should be:
data_path: 'data/woman-running'

And the prompt should be updated from:
a shiny silver robotic wolf
to:
"a marble sculpture of a woman running, Venus de Milo"

Sorry, but the correct way to fix that "problem" is this:

In file config_sdedit.yaml, this:
data_path: 'wolf-part'
should be:
data_path: 'data/wolf'