Instructions to use anr2me/bytedance_lance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use anr2me/bytedance_lance with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Based on https://huggingface.co/bytedance-research/Lance
|
| 2 |
|
| 3 |
ComfyUI custom nodes: https://github.com/anr2me/comfyui-lance-nodes
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- bytedance-research/Lance
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
license_name: apache-2.0
|
| 6 |
+
license_link: https://github.com/bytedance/Lance/blob/main/LICENSE
|
| 7 |
+
tags:
|
| 8 |
+
- comfyui
|
| 9 |
+
- diffusion-single-file
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
Based on https://huggingface.co/bytedance-research/Lance
|
| 13 |
|
| 14 |
ComfyUI custom nodes: https://github.com/anr2me/comfyui-lance-nodes
|