Instructions to use Comfy-Org/lotus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/lotus 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
Normalize README metadata and formatting
Browse filesNormalize model-card metadata and README formatting across Comfy-Org: use a consistent key and tag order, add upstream/base-model metadata where applicable, normalize code fences, remove redundant separators, and ensure a final newline.
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
- diffusion-single-file
|
| 5 |
- comfyui
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# lotus
|
|
@@ -11,9 +13,13 @@ Repackaged model files for ComfyUI.
|
|
| 11 |
|
| 12 |
Place the files in the following folders:
|
| 13 |
|
| 14 |
-
```
|
| 15 |
π ComfyUI/
|
| 16 |
βββ π models/
|
| 17 |
β βββ π diffusion_models/
|
| 18 |
β β βββ lotus-depth-d-v1-1.safetensors
|
| 19 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
|
|
|
| 4 |
- comfyui
|
| 5 |
+
- diffusion-single-file
|
| 6 |
+
base_model:
|
| 7 |
+
- jingheya/lotus-depth-d-v1-1
|
| 8 |
---
|
| 9 |
|
| 10 |
# lotus
|
|
|
|
| 13 |
|
| 14 |
Place the files in the following folders:
|
| 15 |
|
| 16 |
+
```
|
| 17 |
π ComfyUI/
|
| 18 |
βββ π models/
|
| 19 |
β βββ π diffusion_models/
|
| 20 |
β β βββ lotus-depth-d-v1-1.safetensors
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Upstream sources
|
| 24 |
+
|
| 25 |
+
- [jingheya/lotus-depth-d-v1-1](https://huggingface.co/jingheya/lotus-depth-d-v1-1)
|