Advertisement
EdBear
Oct 15th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. I followed these steps for both Dreambooth-SD-Optimized and for the XavierXiao version. Followed the guide for both, created separate installs for them. Same error both times, just when it's about to start training.
  2.  
  3. >Traceback (most recent call last):
  4. > File "main.py", line 787, in <module>
  5. > ngpu = len(lightning_config.trainer.gpus.strip(",").split(','))
  6. >AttributeError: 'int' object has no attribute 'strip'
  7.  
  8. Not sure what to do! Any suggestions would be appreciated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement