cog-stable-diffusion icon indicating copy to clipboard operation
cog-stable-diffusion copied to clipboard

Diffusers Stable Diffusion as a Cog model

Stable Diffusion v2 Cog model

Replicate

This is an implementation of the Diffusers Stable Diffusion v2.1 as a Cog model. Cog packages machine learning models as standard containers.

First, download the pre-trained weights:

cog run script/download-weights 

Then, you can run predictions:

cog predict -i prompt="monkey scuba diving"