Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkpoint for Training #12

Open
wusize opened this issue Oct 5, 2023 · 3 comments
Open

Checkpoint for Training #12

wusize opened this issue Oct 5, 2023 · 3 comments

Comments

@wusize
Copy link

wusize commented Oct 5, 2023

Hi!

Thanks for your impressive work! I am trying to run the task-specific training and need to load the checkpoint generated in the adaptation phase. Could you please provide this checkpoint?

@wusize
Copy link
Author

wusize commented Oct 5, 2023

By the way, the data.base.Txt2ImgIterableBaseDataset doesn't seem to be defined under stable_diffusion/ldm. I meet the following error message when running the training code.

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ModuleNotFoundError: No module named 'ldm.data'

@wusize
Copy link
Author

wusize commented Oct 5, 2023

By the way, the data.base.Txt2ImgIterableBaseDataset doesn't seem to be defined under stable_diffusion/ldm. I meet the following error message when running the training code.

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ModuleNotFoundError: No module named 'ldm.data'

It might because you add data/ in .gitignore.

@YerongLi
Copy link

These files are from latent diffusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants