Skip to content

AsiryanOnReplicate/cog-custom-stable-diffusion-text2img-img2img-inpainting-vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion with VAE

This is an implementation of 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

text2img predictions:

cog predict -i prompt="your prompt"

img2img predictions:

cog predict -i [email protected] -i prompt="photo of a lone astronaut standing on a barren planet"

inpainting predictions:

cog predict -i [email protected] -i [email protected] -i prompt="a tabby cat, high resolution, sitting on a park bench"

About

Custom Stable Diffusion model with VAE (repository for replicate.com)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages