Instructions to use anshudaur/chair_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use anshudaur/chair_model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("anshudaur/chair_model", dtype=torch.bfloat16, device_map="cuda") prompt = "photo of a <new1> chair" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 133 Bytes
3c183db | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:92dbfc639918ce7928f06f2466188e914cd18e7c378be49211e032fbeb7fbcb9
size 76691351
|