diff --git a/README.md b/README.md index ea7a595..2238e02 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - More pre-trained LDMs are available: - A 1.45B [model](#text-to-image) trained on the [LAION-400M](https://arxiv.org/abs/2111.02114) database. - A class-conditional model on ImageNet, achieving a FID of 3.6 when using [classifier-free guidance](https://openreview.net/pdf?id=qw8AKxfYbI) Available via a [colab notebook](https://colab.research.google.com/github/CompVis/latent-diffusion/blob/main/scripts/latent_imagenet_diffusion.ipynb) [![][colab]][colab-cin]. + - Our 1.45B [latent diffusion LAION model](#text-to-image) was integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try out the Web Demo: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/multimodalart/latentdiffusion) ## Requirements A suitable [conda](https://conda.io/) environment named `ldm` can be created diff --git a/assets/a-painting-of-a-fire.png b/assets/a-painting-of-a-fire.png new file mode 100644 index 0000000..3d3b9bd Binary files /dev/null and b/assets/a-painting-of-a-fire.png differ diff --git a/assets/a-photograph-of-a-fire.png b/assets/a-photograph-of-a-fire.png new file mode 100644 index 0000000..e246bc1 Binary files /dev/null and b/assets/a-photograph-of-a-fire.png differ diff --git a/assets/a-shirt-with-a-fire-printed-on-it.png b/assets/a-shirt-with-a-fire-printed-on-it.png new file mode 100644 index 0000000..aa68f18 Binary files /dev/null and b/assets/a-shirt-with-a-fire-printed-on-it.png differ diff --git a/assets/a-shirt-with-the-inscription-'fire'.png b/assets/a-shirt-with-the-inscription-'fire'.png new file mode 100644 index 0000000..f058b97 Binary files /dev/null and b/assets/a-shirt-with-the-inscription-'fire'.png differ diff --git a/assets/a-watercolor-painting-of-a-fire.png b/assets/a-watercolor-painting-of-a-fire.png new file mode 100644 index 0000000..e4ebe13 Binary files /dev/null and b/assets/a-watercolor-painting-of-a-fire.png differ diff --git a/assets/fire.png b/assets/fire.png new file mode 100644 index 0000000..64c24fe Binary files /dev/null and b/assets/fire.png differ diff --git a/assets/the-earth-is-on-fire,-oil-on-canvas.png b/assets/the-earth-is-on-fire,-oil-on-canvas.png new file mode 100644 index 0000000..9079720 Binary files /dev/null and b/assets/the-earth-is-on-fire,-oil-on-canvas.png differ