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

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

samik_test Dreambooth model trained by sokobanni 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:

samik (use that on your prompt) samik 0samik 1samik 2samik 3samik 4samik 5samik 6samik 7samik 8samik 9samik 10samik 11

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