Instructions to use plasmo/woolitize-768sd1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use plasmo/woolitize-768sd1-5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("plasmo/woolitize-768sd1-5", dtype=torch.bfloat16, device_map="cuda") prompt = "woolitize " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Adding `safetensors` variant of this model
#7 opened 11 months ago
by
SFconvertbot
Nice! When will the XL model be updated
#6 opened over 2 years ago
by
supwang
How to make locally?
3
#3 opened over 3 years ago
by
troyeee