Qilex commited on
Commit
eadd61e
1 Parent(s): 8022077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ with torch.cuda.amp.autocast(True):
41
  image.save(f"img.png")
42
 
43
  ```
 
44
 
45
 
46
  This model was trained using the diffusers dreambooth training example script using prior-preservation loss and finetuning the text encoder on roughly 120 images in 8.000 steps.
 
41
  image.save(f"img.png")
42
 
43
  ```
44
+ You can try it out on the [Colab example](https://colab.research.google.com/drive/1wlvbTnVxm3bfFwW793cEEVeOYtB0mRG3?usp=sharing), which should work on the free GPU tier.
45
 
46
 
47
  This model was trained using the diffusers dreambooth training example script using prior-preservation loss and finetuning the text encoder on roughly 120 images in 8.000 steps.