diffusers
diffusers copied to clipboard
raise the problem No module named 'exceptions' When train the model
Traceback (most recent call last):
File "scripts/train.py", line 1, in
can't solve by pip install python-docs
Hey @Lyn-Qiu,
How exactly did you install diffusers and what command did you use exactly to train the model? It would be great if we could somehow reproduce the error. Also cc @anton-l as it seems related to training
Hi @Lyn-Qiu! Judging by the stack trace, you're using something other than diffusers to run your training script, could this be a typo during installation? :slightly_smiling_face:
yeah I didn't install by environment.yml, but choose to pip install some basic package (einops pillow tqdm pandas wandb and soon) and try run the code to see what packages are missing,then face this problem
Hey @Lyn-Qiu,
Sorry we need better error messages here to understand what's going on - is this related to diffusers?
Sorry I'm not really following the problem here
Closing due to inactivity