Instructions to use tzvc/benjamincode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tzvc/benjamincode with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tzvc/benjamincode", dtype=torch.bfloat16, device_map="cuda") prompt = "sdcid" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
aefdb63 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7470f53fe9011fff439e37918e68a1698cdf99f799d8d131df039c2dc0b6df73
size 492308087
|