How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("dereckd/olanmills", dtype=torch.bfloat16, device_map="cuda")

prompt = "olanmills"
image = pipe(prompt).images[0]

olanmills Dreambooth model trained by dereckd with Hugging Face Dreambooth Training Space with the v1-5 base model

You run your new concept via diffusers Colab Notebook for Inference. Don't forget to use the concept prompts!

Sample pictures of:

olanmills (use that on your prompt) olanmills 0olanmills 1olanmills 2olanmills 3olanmills 4olanmills 5olanmills 6olanmills 7olanmills 8olanmills 9olanmills 10olanmills 11olanmills 12olanmills 13olanmills 14olanmills 15olanmills 16olanmills 17

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support