Instructions to use arsity/UDAPose-model-weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use arsity/UDAPose-model-weights with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("arsity/UDAPose-model-weights", 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
Upload swin_tiny_patch4_window7_224_22k.pth with huggingface_hub
Browse files
swin_tiny_patch4_window7_224_22k.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:108a66d1241f874f8328dbb2876b320e8f541618a7ad9ebe8102f7f18dd4396e
|
| 3 |
+
size 178441413
|