Skip to content

Commit 3a66e94

Browse files
authored
Merge pull request #29 from NVIDIA-AI-Blueprints/merge_branch
Merge branch
2 parents 4be2f75 + a63e869 commit 3a66e94

238 files changed

Lines changed: 6945 additions & 1473 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
11
ComfyUI_windows_portable/**
22
ComfyUI_windows_portable_nvidia.7z
3-
*.log
3+
4+
# Python bytecode
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# Virtual environments
10+
venv/
11+
env/
12+
ENV/
13+
MI_test/
14+
15+
# IDE
16+
.vscode/
17+
.idea/
18+
*.swp
19+
*.swo
20+
*~
21+
22+
# OS
23+
.DS_Store
24+
Thumbs.db
25+
26+
# Logs
27+
*.log
28+
29+
# Temp files
30+
temp_*/
31+
~/
32+
33+
# Folders
34+
build/
35+
dist/

3DAI-Guided-BP-Installer.exe

7.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)