You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second is that the path is inside the "improved_diffusion" file
After setting the parameters, use the following command inside the terminal in the path above python scripts/image_train.py --data_dir path/to/images $MODEL_FLAGS $DIFFUSION_FLAGS $TRAIN_FLAGS
Make sure to check the image file path
"--data_dir path/to/images"
Just add the working dir to python environment variable as the following: export PYTHONPATH=$PYTHONPATH:/path/to/guided-diffusion
hopefully this will help.
What should we do if this problem occurs
ModuleNotFoundError: No module named 'improved_diffusion'
The text was updated successfully, but these errors were encountered: