Instructions to use CoWork/customsd21512withwine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CoWork/customsd21512withwine with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CoWork/customsd21512withwine", dtype=torch.bfloat16, device_map="cuda") prompt = "w567i678t678h678f456a5678i789t678h" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("CoWork/customsd21512withwine", dtype=torch.bfloat16, device_map="cuda")
prompt = "w567i678t678h678f456a5678i789t678h"
image = pipe(prompt).images[0]customsd21512withwine Dreambooth model trained by faalbane 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:
w567i678t678h678f456a5678i789t678h (use that on your prompt)





















- Downloads last month
- -
# Gated model: Login with a HF token with gated access permission hf auth login