Spaces:
Building
on
A10G
Building
on
A10G
lsss
Browse files- ComfyUI/.gitignore +2 -2
ComfyUI/.gitignore
CHANGED
@@ -6,7 +6,7 @@ __pycache__/
|
|
6 |
/models/
|
7 |
/temp/
|
8 |
/custom_nodes/
|
9 |
-
!custom_nodes/layerdiffuse
|
10 |
!custom_nodes/example_node.py.example
|
11 |
extra_model_paths.yaml
|
12 |
/.vs
|
@@ -17,4 +17,4 @@ venv/
|
|
17 |
!/web/extensions/core/
|
18 |
/tests-ui/data/object_info.json
|
19 |
/user/
|
20 |
-
ComfyUI-to-Python-Extension
|
|
|
6 |
/models/
|
7 |
/temp/
|
8 |
/custom_nodes/
|
9 |
+
!custom_nodes/layerdiffuse/*
|
10 |
!custom_nodes/example_node.py.example
|
11 |
extra_model_paths.yaml
|
12 |
/.vs
|
|
|
17 |
!/web/extensions/core/
|
18 |
/tests-ui/data/object_info.json
|
19 |
/user/
|
20 |
+
ComfyUI-to-Python-Extension
|