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

fix stable diffusion inference bug. #5289

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Commits on Jan 20, 2024

  1. Update train_ddp.yaml

    delete  "strategy" to fix DDP config loading bug in "main.py"
    Youngon authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d290c90 View commit details
    Browse the repository at this point in the history
  2. Update train_ddp.yaml

    fix inference with scripts/txt2img.py config file load bug.
    Youngon authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    133bf30 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    add pretrain model test code.
    Youngon authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a9d0ab3 View commit details
    Browse the repository at this point in the history