Skip to content
 
 

Latest commit

 

History

670 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion Cog model

This is an implementation of the Diffusers Stable Diffusion 1.5 as a Cog model. Cog packages machine learning models as standard containers. This cog also includes Real-ESRGAN to upscale images.

The Docker image built using this repo can be found at: yekta/sc

First, download the pre-trained weights with your Hugging Face auth token:

cog run models/download <your-hugging-face-auth-token>

Then, you can run predictions:

cog predict -i prompt="monkey scuba diving"

Or, build a Docker image:

cog build

Or, push it to Replicate:

cog push r8.im/...

About

Diffusers Stable Diffusion as a Cog model

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages