CoolFace
Modelpublic

nielsgl/dreambooth-keras-pug-ace-sd2.1

sourceHugging Facecreativeml-openrail-mupdated 4y agoView on Hugging Face
0likes7downloads
Model Card

KerasCV Stable Diffusion in Diffusers 🧨🤗

DreamBooth model for the puggieace concept trained by nielsgl on the nielsgl/dreambooth-ace dataset. It can be used by modifying the instance_prompt: a photo of puggieace dog

Description

The pipeline contained in this repository was created using a modified version of this Space for StableDiffusionV2 from KerasCV. The purpose is to convert the KerasCV Stable Diffusion weights in a way that is compatible with Diffusers. This allows users to fine-tune using KerasCV and use the fine-tuned weights in Diffusers taking advantage of its nifty features (like schedulers, fast attention, etc.). This model was created as part of the Keras DreamBooth Sprint 🔥. Visit the organisation page for instructions on how to take part!

Examples

Portrait painting of a cute puggieace dog as a samurai

[image]

Photo of cute puggieace dog as an astronaut, space and planet in background

[image]

A photo of a cute puggieace dog getting a haircut in a barbershop

[image]

Portrait photo of puggieace dog in New York

[image]

Portrait of puggieace dog as a Roman Emperor, city in background

[image]

Usage

python
from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('nielsgl/dreambooth-keras-pug-ace-sd2.1')
image = pipeline().images[0]
image