replicate/sd3-with-actions-workfow
forked from replicate/cog-stable-diffusion-3
Captured source
source ↗replicate/sd3-with-actions-workfow
Description: @zeke's test copy of cog-stable-diffusion-3 with an Actions workflow for pushing
Language: Python
Stars: 0
Forks: 0
Open issues: 0
Created: 2024-06-13T19:54:47Z
Pushed: 2024-06-17T22:28:39Z
Default branch: main
Fork: yes
Parent repository: replicate/cog-stable-diffusion-3
Archived: yes
README:
Cog-Stable-Diffusion-3

This is an implementation of Stability AI's Stable Diffusion 3 as a Cog model.
Run Stable Diffusion 3 Yourself
Use this repository with the model pushing guide to push your own fork of Stable Diffusion 3 to Replicate.
To pull a copy of the Stable Diffusion 3 weights from HuggingFace, first get access by filling out the form on the weights page. Then, set your HUGGING_FACE_HUB_TOKEN as an env var and run download_hf_model.py.
Local Usage
For a local prediction, run:
cog predict -i prompt="a photo of a cool dog"
Learn more about how to deploy a cog model here.