generated from fofr/cog-comfyui
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.dockerignore
52 lines (46 loc) · 773 Bytes
/
.dockerignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
**/__pycache__
**/.git
**/.github
**/.ci
# Outputs
*.jpg
*.png
*.gif
*.mp4
*.zip
*.tar
*.webp
*.webm
# Models
*.ckpt
*.safetensors
*.pth
*.bin
*.onnx
*.torchscript
*.engine
# .pt files are used by efficiency-nodes-comfyui
# Files
scripts/*
test/*
updated_weights.json
downloaded_user_models/
# Extension files
*.ipynb
*.bat
# ComfyUI
ComfyUI/venv
ComfyUI/temp
ComfyUI/user
ComfyUI/models
ComfyUI/custom_nodes/comfyUI_controlnet_aux/ckpts
ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models
ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora
ComfyUI/custom_nodes/efficiency-nodes-comfyui/images
# ComfyUI bits we just don’t need
ComfyUI/tests
ComfyUI/tests-ui
ComfyUI/tests-unit
ComfyUI/notebooks
ComfyUI/script_examples
ComfyUI/comfyui_screenshot.png