johannakarras / DreamPose

Official implementation of "DreamPose: Fashion Image-to-Video Synthesis via Stable Diffusion"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

files and classes missing error.

samggggflynn opened this issue · comments

hi, there.
While finetune the vae decoder,
I have come across an error that seems to be due to missing files and related classes in code.

File "finetune-vae.py", line 37, in
from datasets.train_vae_dataset import DreamBoothDataset
ModuleNotFoundError: No module named 'datasets.train_vae_dataset'

File "finetune-vae.py", line 38, in
from datasets.prompt_dataset import PromptDataset
ModuleNotFoundError: No module named 'datasets.prompt_dataset'

fixed

@samggggflynn
I have the same error.
How to fix the ModuleNotFoundError: No module named 'datasets.prompt_dataset'?

Thank you for pointing these out. They should be fixed in the latest version of finetune-vae.py.