This is an implementation of the RaCC0ons Diffusion 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="racc0ons, full_body, wearing puffer jacket and sunglasses"
The implementation has been modified to support Dreambooth trained models.