Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/replicate/cog-stable-diffusion
Diffusers Stable Diffusion as a Cog model
https://github.com/replicate/cog-stable-diffusion
Last synced: 13 days ago
JSON representation
Diffusers Stable Diffusion as a Cog model
- Host: GitHub
- URL: https://github.com/replicate/cog-stable-diffusion
- Owner: replicate
- License: apache-2.0
- Created: 2022-08-22T21:39:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T14:58:52.000Z (11 months ago)
- Last Synced: 2024-07-31T22:46:50.188Z (3 months ago)
- Language: Python
- Homepage: https://replicate.com/stability-ai/stable-diffusion
- Size: 534 KB
- Stars: 631
- Watchers: 29
- Forks: 315
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stable-diffusion - replicate/copg-stable-diffusion - [Cog machine learning container](https://github.com/replicate/cog) of SD v1.4. (Actively Maintained Forks and Containers)
README
# Stable Diffusion v2 Cog model
[![Replicate](https://replicate.com/stability-ai/stable-diffusion/badge)](https://replicate.com/stability-ai/stable-diffusion)
This is an implementation of the [Diffusers Stable Diffusion v2.1](https://huggingface.co/stabilityai/stable-diffusion-2-1) as a Cog model. [Cog packages machine learning models as standard containers.](https://github.com/replicate/cog)
First, download the pre-trained weights:
cog run script/download-weights
Then, you can run predictions:
cog predict -i prompt="monkey scuba diving"