Advertisement
ntmatter

Untitled

Mar 6th, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. You will paste this entire command into the Anaconda prompt, but you need to edit a few of the entries to match up with your exact folder structure. Take a look at the next line down which is what you would use if you followed the instructions exactly:
  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. For myself, I didn't use a folder called "rhaenyra", I used "LF" for my training samples data folder and also LF as my target name. I did use the exact same path from the instructions to download the regularization images in \woman_ddim. So, my entry looked like this:
  6.  
  7. 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 LF --gpus 0, --data_root training_samples\LF --batch_size 2020 --class_word woman
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement