Instructions to use Lin231/pose_control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lin231/pose_control with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lin231/pose_control", 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
File size: 135 Bytes
cac7860 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fd1575c11f1b7919af22d6f0418e21c78e5bd2de7d27b0d2b70556222594fb84
size 1445256505
|