Skip to content

Code used to fine-tune Stable Diffusion on wallpaper images. A project made during the Young Talent program at AI Sweden.

License

Notifications You must be signed in to change notification settings

elisgrahn/stable-diffusion-TAiPET

 
 

Repository files navigation

stable-diffusion-TAiPET

Code used to fine-tune Stable Diffusion on wallpaper images. A project made during the Young Talent program at AI Sweden.

The complete guide that we followed: https://lambdalabs.com/blog/how-to-fine-tune-stable-diffusion-how-we-made-the-text-to-pokemon-model-at-lambda

The command we used to initiate training: python main.py -t --base configs/stable-diffusion/low-lr1-5.yaml --gpus 1 --scale_lr False --num_nodes 1 --check_val_every_n_epoch 5 --finetune_from trainModel/v1-5-pruned.ckpt

Example images:

test5 test7 test8 test3 test6 test2

About

Code used to fine-tune Stable Diffusion on wallpaper images. A project made during the Young Talent program at AI Sweden.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • Python 8.0%
  • Shell 0.7%