Instructions to use jadechip/x-boonsie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jadechip/x-boonsie with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jadechip/x-boonsie", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("jadechip/x-boonsie", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Dreambooth for people in a hurry - Colab edition
The Stable-Diffusion-v1-5 checkpoint is used as base model, and trained with custom concept.
Concept info
Your full token: x_boonsie woman Example prompt: Professional headshot photo of x_boonsie woman as a magician, Tiffen Digital Diffusion / FX, 100mm
Instance prompt: photo of x_boonsie woman Class prompt: photo of a woman
Model info
Training images: 6 Regularization images: 50 Model type: Diffusers, Checkpoint
training_steps: 1000 lr_scheduler: constant lr_warmup_steps: 0 learning rate: 1e-6 mixed_precision: fp16
- Downloads last month
- 5