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

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

stream_girl Dreambooth model trained by chebao with Hugging Face Dreambooth Training Space with the v2-1-512 base model

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

Sample pictures of:

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

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

Spaces using chebao/stream-girl 2