Advertisement
TheCharmingBard
Nov 7th, 2022
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. I have found the answer some machines require --gpus "0," see the corrected script below:
  2.  
  3. python main.py --base configs/stable-diffusion/v1-finetune_unfrozen.yaml -t --actual_resume model.ckpt --reg_data_root outputs\txt2img-samples\samples\woman_ddim -n rhaenyra --gpus "0," --data_root training_samples\rhaenyra --batch_size 2020 --class_word woman
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement