# Introduction

The Replicate - AL & ML Models plugin makes it easy to run a range of AI/ML models in your Bubble app. The plugin currently supports the following models:

* Stable Diffusion (text-to-image generation)
* GFPGAN (image restoration)
* SDXL (text-to-image generation)

{% hint style="info" %}
If there's a model on Replicate you would like added to the plugin, feel free to contact me at <alex@cranfordtech.com>. I can't promise I'll be able to add every model requested, but will certainly look into each request.
{% endhint %}

### Useful Links

* [Plugin page](https://bubble.io/plugin/stable-diffusion-replicate-1663270527596x532849229935411200)
* [Tutorial video for GFPGAN model](https://www.youtube.com/watch?v=-VlztwBGzns)
* [Tutorial video for Stable Diffusion model](https://www.youtube.com/watch?v=O_HoL7h0lLE)

### Documentation Sections

* [Registering for a Replicate account](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/registering-for-a-replicate-account)
* [Installing the plugin](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/installing-the-plugin)
* [Adding API keys](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/adding-api-keys)
* [Creating predictions:](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/creating-predictions)
  * [Stable Diffusion](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/creating-predictions/stable-diffusion)
  * [GFPGAN](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/creating-predictions/gfpgan)
  * [SDXL](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/creating-predictions/sdxl)
* [Retrieving predictions:](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/retrieving-predictions)
  * [Database setup](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/retrieving-predictions/database-setup)
  * [Get Prediction workflow action](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/retrieving-predictions/get-prediction-workflow-actions)
  * [Webhooks](https://cranford-tech.gitbook.io/replicate-ai-and-ml-models-plugin/retrieving-predictions/webhooks)
