Update README.md
Browse files
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.
|