omerbt / TokenFlow

Official Pytorch Implementation for "TokenFlow: Consistent Diffusion Features for Consistent Video Editing" presenting "TokenFlow" (ICLR 2024)
https://diffusion-tokenflow.github.io
MIT License
1.52k stars 134 forks source link

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

Closed cysmith closed 10 months ago

cysmith commented 10 months ago

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"

argentinox commented 10 months ago

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'