Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
10 |
# This is a Custom Diffusion model fine-tuned from the Stable Diffusion v1-4.
|
11 |
|
12 |
-
Custom Diffusion allows you to fine-tune text-to-image diffusion models, such as Stable Diffusion, given a few images of a new concept (~4-20).
|
13 |
|
14 |
Here we give an example model fine-tuned using 5 images of a cat downloaded from UnSplash. The example code of inference is shown below.
|
15 |
|
|
|
9 |
|
10 |
# This is a Custom Diffusion model fine-tuned from the Stable Diffusion v1-4.
|
11 |
|
12 |
+
[Custom Diffusion](https://www.cs.cmu.edu/~custom-diffusion/index.html) allows you to fine-tune text-to-image diffusion models, such as Stable Diffusion, given a few images of a new concept (~4-20).
|
13 |
|
14 |
Here we give an example model fine-tuned using 5 images of a cat downloaded from UnSplash. The example code of inference is shown below.
|
15 |
|