TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

[Suggestion] Few QoL improvements #214

Open x02Sylvie opened 1 year ago

x02Sylvie commented 1 year ago
  1. Ability to pick huggingface model url (like swapping 1.5 stable diffusion to 1.4 or to waifu diffusion):

  2. Ability to set amount of preservation/class images generated when used with prior preservation and you didn't upload your own pictures so class images are generated by colab

    • I think it's related to --num_class_images but unsure
  3. Training Subject: Custom/Advanced setting (helpful with waifu diffusion where you don't want 'photo of' part)

    
    if Training_Subject=="Custom":
    PT=INSTANCE_NAME+" "+SUBJECT_TYPE
    CPT=SUBJECT_TYPE


- Thanks
TheLastBen commented 1 year ago

1- I'll look into it 2- the option already exists : "Number_of_subject_images" in the "Setting up" cell (default : 200) 3-I will add that category + captioned images with filenames to improve the training.