notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Updated training_example.ipynb

Open dinarkino opened this issue 1 year ago • 1 comments
trafficstars

What does this PR do?

The original notebook doesn't work out of the box. After the following fixes, it works. Fixes

  • updated diffusers[training] version to the 0.27.2
  • fixed "TODO" in one of the cells by adding a missing link to another notebook with Unconditional image generation
  • changed logging_dir to project_dir, because that was a reason for the error (this is also mentioned here: https://github.com/huggingface/notebooks/pull/412)
  • added the create_repo function for the creation of a repository for the model save if we choose to upload the model to the Hugging Face Hub. Before that, it caused an error during repository pulling

Who can review?

@anton-l

dinarkino avatar Mar 31 '24 16:03 dinarkino

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB