Instructions to use KirkOfficial/DanceGLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KirkOfficial/DanceGLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="KirkOfficial/DanceGLM", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KirkOfficial/DanceGLM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,9 @@ vue依赖:
|
|
| 38 |
SWAY.checkpoint依赖:
|
| 39 |
下载链接:https://pan.baidu.com/s/1t5hRfg60sns0RfCaGmH7AQ?pwd=cy8z
|
| 40 |
使用方法:下载后放到SWAY文件夹下
|
|
|
|
|
|
|
|
|
|
| 41 |
```
|
| 42 |
|
| 43 |
## 引用
|
|
|
|
| 38 |
SWAY.checkpoint依赖:
|
| 39 |
下载链接:https://pan.baidu.com/s/1t5hRfg60sns0RfCaGmH7AQ?pwd=cy8z
|
| 40 |
使用方法:下载后放到SWAY文件夹下
|
| 41 |
+
|
| 42 |
+
github相关依赖:
|
| 43 |
+
下载链接:https://github.com/sunny-horse-id/DanceGLM
|
| 44 |
```
|
| 45 |
|
| 46 |
## 引用
|