Language Model Deployment and Fine-tuning
Run Stable Diffusion with an API

Run Stable Diffusion with an API

8/29/2022

What this post added

This post details how to use the Replicate API to run the Stable Diffusion model. It covers installing the Python client, authenticating with an API token, and making predictions using the `replicate.models.get` and `version.predict` methods. It also mentions the ability to view past predictions and links to further examples and documentation.

Read the original post ↗