Skip to content

Add prompt about wandb in examples/dreambooth/readme. #10014

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

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

SkyCol
Copy link
Contributor

@SkyCol SkyCol commented Nov 25, 2024

What does this PR do?

Fixes #7728

Currently, if there are network issues (e.g., using a network without VPN in certain regions) or if the user is not logged into W&B, the process can terminate unexpectedly without error messages (this may confuses some users). On one of my computers, it simply displayed "died," while on another, I encountered the following output:

image

This issue can be resolved by checking the network connection or logging into W&B (if required).

To improve user experience, I've added a few lines of code to provide better guidance for users who may not be familiar with W&B. This ensures that users encountering these issues are informed.

Copy link
Member

@sayakpaul sayakpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@sayakpaul sayakpaul merged commit 074e123 into huggingface:main Nov 25, 2024
1 check passed
@sayakpaul
Copy link
Member

Thank you!

lawrence-cj pushed a commit to lawrence-cj/diffusers that referenced this pull request Nov 26, 2024
sayakpaul pushed a commit that referenced this pull request Dec 23, 2024
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

Successfully merging this pull request may close these issues.

Accelerate error when training with train_dreambooth_lora_sdxl_advanced.py
3 participants