Closed TheRealDrCarbon closed 3 days ago
This issue is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in 30 days
Has anyone else encountered this issue and solved it? I am using SDXL as the base
This issue is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in 30 days
Is there an existing issue for this?
What happened?
I encountered an error when training a model using the Juggernaut-XL_v9_RunDiffusionPhoto_v2 checkpoint in Dreambooth. The training fails with this error:
Exception training model: 'Error no file named diffusion_pytorch_model.bin found in directory C:\Users\stefa\stable-diffusion-webui\models\dreambooth\DonCarlosXXX_NEW\working
After checking, I found that the file
diffusion_pytorch_model.bin
is in:C:\Users\stefa\stable-diffusion-webui\models\dreambooth\NEW\working\vae
It appears the file is being placed in the
vae
subdirectory instead of theworking
directory. Manually copying the file toworking
lets the process continue, but new errors arise later (see below).Expected Behavior: The model should place files in the correct directories, or the system should look in the proper subdirectories.
Actual Behavior: Files are created in the wrong subdirectory, causing training to fail due to missing files.
Workaround: Manually copying the file allows partial progress but leads to further errors.
Additional Notes:
Environment:
Error After Workaround: [Include next error message if necessary.]
Steps to reproduce the problem
Juggernaut-XL_v9_RunDiffusionPhoto_v2
checkpoint for model training.diffusion_pytorch_model.bin
not found in the expected path.Commit and libraries
-
Command Line Arguments
Console logs
Additional information
have to cut a large part of console logs regarding the lengh restriction of comment