DZRobo
commited on
Remove bundled negative LoRA model and update README (#7)
Browse filesDeleted mg_7lambda_negative.safetensors from the repository and updated the README to reference downloading the model from Hugging Face instead. Cleaned up related documentation and directory structure notes to reflect this change.
- README.md +1 -10
- models/LoRA/mg_7lambda_negative.safetensors +0 -3
README.md
CHANGED
|
@@ -80,7 +80,7 @@ p.s.: To work, you definitely need to install `SageAttention v.2.2.0`, `version
|
|
| 80 |
Next:
|
| 81 |
1. Clone or download this repo into `ComfyUI/custom_nodes/`
|
| 82 |
2. Install helpers: `pip install -r requirements.txt`
|
| 83 |
-
3.
|
| 84 |
4. download model `depth_anything_v2_vitl.pth` https://huggingface.co/depth-anything/Depth-Anything-V2-Large/tree/main and place inside in to `depth-anything/` folder.
|
| 85 |
5. Workflows
|
| 86 |
Folder `workflows/` contains ready-to-use graphs:
|
|
@@ -186,10 +186,6 @@ MagicNodes/
|
|
| 186 |
ββ vendor/
|
| 187 |
β ββ depth_anything_v2/ # vendored Depth Anything v2 code (Apache-2.0)
|
| 188 |
β
|
| 189 |
-
ββ models/
|
| 190 |
-
β ββ LoRA/
|
| 191 |
-
β ββ mg_7lambda_negative.safetensors
|
| 192 |
-
β
|
| 193 |
ββ workflows/
|
| 194 |
β ββ mg_SuperSimple-Workflow.json
|
| 195 |
β ββ mg_Easy-Workflow.json
|
|
@@ -197,11 +193,6 @@ MagicNodes/
|
|
| 197 |
ββ requirements.txt
|
| 198 |
```
|
| 199 |
|
| 200 |
-
Models folder
|
| 201 |
-
- The repo includes a sample negative LoRA at `models/LoRA/mg_7lambda_negative.safetensors`.
|
| 202 |
-
- To use it in ComfyUI, copy or move the file to `ComfyUI/models/loras` β it will then appear in LoRA selectors.
|
| 203 |
-
- Keeping a copy under `models/` here is fine as a backup.
|
| 204 |
-
|
| 205 |
Depth models (Depth Anything v2)
|
| 206 |
- Place DA v2 weights (`.pth`) in `depth-anything/`. Recommended: `depth_anything_v2_vitl.pth` (ViT-L). Supported names include:
|
| 207 |
`depth_anything_v2_vits.pth`, `depth_anything_v2_vitb.pth`, `depth_anything_v2_vitl.pth`, `depth_anything_v2_vitg.pth`,
|
|
|
|
| 80 |
Next:
|
| 81 |
1. Clone or download this repo into `ComfyUI/custom_nodes/`
|
| 82 |
2. Install helpers: `pip install -r requirements.txt`
|
| 83 |
+
3. I recomend, take my negative LoRA `mg_7lambda_negative.safetensors` in HF https://huggingface.co/DD32/mg_7lambda_negative/blob/main/mg_7lambda_negative.safetensors and place the file in ComfyUI, to `ComfyUI/models/loras`
|
| 84 |
4. download model `depth_anything_v2_vitl.pth` https://huggingface.co/depth-anything/Depth-Anything-V2-Large/tree/main and place inside in to `depth-anything/` folder.
|
| 85 |
5. Workflows
|
| 86 |
Folder `workflows/` contains ready-to-use graphs:
|
|
|
|
| 186 |
ββ vendor/
|
| 187 |
β ββ depth_anything_v2/ # vendored Depth Anything v2 code (Apache-2.0)
|
| 188 |
β
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
ββ workflows/
|
| 190 |
β ββ mg_SuperSimple-Workflow.json
|
| 191 |
β ββ mg_Easy-Workflow.json
|
|
|
|
| 193 |
ββ requirements.txt
|
| 194 |
```
|
| 195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
Depth models (Depth Anything v2)
|
| 197 |
- Place DA v2 weights (`.pth`) in `depth-anything/`. Recommended: `depth_anything_v2_vitl.pth` (ViT-L). Supported names include:
|
| 198 |
`depth_anything_v2_vits.pth`, `depth_anything_v2_vitb.pth`, `depth_anything_v2_vitl.pth`, `depth_anything_v2_vitg.pth`,
|
models/LoRA/mg_7lambda_negative.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:872ed1f75559f3d8aa8e3e7236625d616368af72d84a297539c011531f1185ab
|
| 3 |
-
size 228464628
|
|
|
|
|
|
|
|
|
|
|
|