-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Still Issue on flux dreambooth lora training #9237 #9548
Comments
I will let @linoytsaban comment further but
doesn't seem like the full stack trace as we cannot see why it fails in the call. |
I just edited and added the remaining content. Could you please check it again? @sayakpaul |
This definitely resolved the issue on my side. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
This should be fixed with #9565. But let us know if it's not. |
Describe the bug
I tried running
train_dreambooth_lora_flux.py
again with the merged source code, but I am still encountering an issue similar to #9237 during thelog_validation
stage.I have resolved this issue with the following modification:
to
I am currently in the process of verifying that this fix correctly uploads the experiment to wandb before submitting a PR with the change.
If you have any suggestions for a better solution, I would greatly appreciate your feedback!
Reproduction
Logs
System Info
🤗 Diffusers version: 0.31.0.dev0
Platform: Linux-4.18.0-513.11.1.el8_9.x86_64-x86_64-with-glibc2.31
Running on Google Colab?: No
Python version: 3.10.14
PyTorch version (GPU?): 2.4.0+cu121 (True)
Flax version (CPU?/GPU?/TPU?): not installed (NA)
Jax version: not installed
JaxLib version: not installed
Huggingface_hub version: 0.24.6
Transformers version: 4.44.2
Accelerate version: 0.33.0
PEFT version: 0.12.0
Bitsandbytes version: not installed
Safetensors version: 0.4.4
xFormers version: not installed
Accelerator: NVIDIA A100 80GB PCIe, 81920 MiB
Using GPU in script?:
Using distributed or parallel set-up in script?:
Who can help?
@sayakpaul @linoytsaban
The text was updated successfully, but these errors were encountered: