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("bortch89/jsn", dtype=torch.bfloat16, device_map="cuda")

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

jsn Dreambooth model trained by bortch89 with Hugging Face Dreambooth Training Space with the v2-1-768 base model

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

Sample pictures of:

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

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