Commit ·
8635c36
1
Parent(s): f15c7bd
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,11 @@ thumbnail: "https://cdn.discordapp.com/attachments/1020199895694589953/102020060
|
|
| 14 |
|
| 15 |
# pony-diffusion-v3 - "kept you waiting huh" edition
|
| 16 |
|
| 17 |
-
pony-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality pony and
|
| 18 |
|
| 19 |
-
WARNING:
|
| 20 |
|
| 21 |
-
With special thanks to [Waifu-Diffusion](https://huggingface.co/hakurei/waifu-diffusion) for providing finetuning expertise
|
| 22 |
|
| 23 |
[](https://colab.research.google.com/drive/1mSharzQFPD4mIUxNwBG7LCLAzGUS8Bmy?usp=sharing)
|
| 24 |
|
|
@@ -35,13 +35,11 @@ With special thanks to [Waifu-Diffusion](https://huggingface.co/hakurei/waifu-di
|
|
| 35 |
|
| 36 |
[Original PyTorch Model Download Link](https://mega.nz/file/Va0Q0B4L#QAkbI2v0CnPkjMkK9IIJb2RZTegooQ8s6EpSm1S4CDk)
|
| 37 |
|
| 38 |
-
[Real-ESRGAN Model finetuned on pony faces](https://mega.nz/folder/cPMlxBqT#aPKYrEfgA_lpPexr0UlQ6w)
|
| 39 |
-
|
| 40 |
## Model Description
|
| 41 |
|
| 42 |
-
The model originally used for fine-tuning is
|
| 43 |
|
| 44 |
-
This particular checkpoint has been fine-tuned with a learning rate of 5.0e-6 for
|
| 45 |
|
| 46 |
## License
|
| 47 |
|
|
|
|
| 14 |
|
| 15 |
# pony-diffusion-v3 - "kept you waiting huh" edition
|
| 16 |
|
| 17 |
+
pony-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality pony, furry and other non photorealistic SFW and NSFW images through fine-tuning.
|
| 18 |
|
| 19 |
+
WARNING: This model is capable of producing NSFW content so it's recommended to use 'safe' tag in prompt in combination with negative prompt for image features you may want to suppress.
|
| 20 |
|
| 21 |
+
With special thanks to [Waifu-Diffusion](https://huggingface.co/hakurei/waifu-diffusion) for providing finetuning expertise.
|
| 22 |
|
| 23 |
[](https://colab.research.google.com/drive/1mSharzQFPD4mIUxNwBG7LCLAzGUS8Bmy?usp=sharing)
|
| 24 |
|
|
|
|
| 35 |
|
| 36 |
[Original PyTorch Model Download Link](https://mega.nz/file/Va0Q0B4L#QAkbI2v0CnPkjMkK9IIJb2RZTegooQ8s6EpSm1S4CDk)
|
| 37 |
|
|
|
|
|
|
|
| 38 |
## Model Description
|
| 39 |
|
| 40 |
+
The model originally used for fine-tuning is [Stable Diffusion V1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), which is a latent image diffusion model trained on [LAION2B-en](https://huggingface.co/datasets/laion/laion2B-en).
|
| 41 |
|
| 42 |
+
This particular checkpoint has been fine-tuned with a learning rate of 5.0e-6 for 20 epochs on approximately 1.7M pony, furry and other cartoon text-image pairs (using metadata from derpibooru, e621 and danbooru).
|
| 43 |
|
| 44 |
## License
|
| 45 |
|