jetson-examples 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/LICENSE +21 -21
- {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/METADATA +8 -8
- jetson_examples-0.1.8.dist-info/RECORD +107 -0
- {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/WHEEL +1 -1
- reComputer/__init__.py +1 -1
- reComputer/main.py +60 -60
- reComputer/scripts/MoveNet-Lightning/clean.sh +8 -8
- reComputer/scripts/MoveNet-Lightning/getVersion.sh +59 -59
- reComputer/scripts/MoveNet-Lightning/init.sh +6 -6
- reComputer/scripts/MoveNet-Lightning/readme.md +30 -30
- reComputer/scripts/MoveNet-Lightning/run.sh +19 -19
- reComputer/scripts/MoveNet-Thunder/clean.sh +7 -7
- reComputer/scripts/MoveNet-Thunder/getVersion.sh +59 -59
- reComputer/scripts/MoveNet-Thunder/init.sh +6 -6
- reComputer/scripts/MoveNet-Thunder/readme.md +31 -31
- reComputer/scripts/MoveNet-Thunder/run.sh +18 -18
- reComputer/scripts/MoveNetJS/clean.sh +4 -4
- reComputer/scripts/MoveNetJS/readme.md +56 -56
- reComputer/scripts/MoveNetJS/run.sh +13 -13
- reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +16 -16
- reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +8 -8
- reComputer/scripts/audiocraft/README.md +35 -35
- reComputer/scripts/audiocraft/clean.sh +5 -5
- reComputer/scripts/audiocraft/init.sh +16 -16
- reComputer/scripts/audiocraft/run.sh +7 -7
- reComputer/scripts/check.sh +4 -4
- reComputer/scripts/clean.sh +33 -33
- reComputer/scripts/comfyui/LICENSE +21 -21
- reComputer/scripts/comfyui/README.md +127 -127
- reComputer/scripts/comfyui/clean.sh +6 -6
- reComputer/scripts/comfyui/config.yaml +29 -29
- reComputer/scripts/comfyui/init.sh +163 -163
- reComputer/scripts/comfyui/run.sh +30 -30
- reComputer/scripts/depth-anything/Dockerfile +5 -5
- reComputer/scripts/depth-anything/LICENSE +21 -21
- reComputer/scripts/depth-anything/README.md +135 -135
- reComputer/scripts/depth-anything/clean.sh +7 -7
- reComputer/scripts/depth-anything/config.yaml +31 -31
- reComputer/scripts/depth-anything/init.sh +164 -164
- reComputer/scripts/depth-anything/run.sh +22 -22
- reComputer/scripts/depth-anything-v2/Dockerfile +5 -5
- reComputer/scripts/depth-anything-v2/LICENSE +21 -21
- reComputer/scripts/depth-anything-v2/README.md +135 -135
- reComputer/scripts/depth-anything-v2/clean.sh +7 -7
- reComputer/scripts/depth-anything-v2/config.yaml +31 -31
- reComputer/scripts/depth-anything-v2/init.sh +164 -164
- reComputer/scripts/depth-anything-v2/run.sh +22 -22
- reComputer/scripts/live-llava/init.sh +16 -16
- reComputer/scripts/live-llava/run.sh +278 -278
- reComputer/scripts/llama-factory/README.md +68 -68
- reComputer/scripts/llama-factory/clean.sh +4 -4
- reComputer/scripts/llama-factory/init.sh +52 -52
- reComputer/scripts/llama-factory/run.sh +10 -10
- reComputer/scripts/llama3/clean.sh +22 -22
- reComputer/scripts/llama3/init.sh +16 -16
- reComputer/scripts/llama3/run.sh +13 -13
- reComputer/scripts/llava/clean.sh +3 -3
- reComputer/scripts/llava/init.sh +16 -16
- reComputer/scripts/llava/run.sh +9 -9
- reComputer/scripts/llava-v1.5-7b/init.sh +16 -16
- reComputer/scripts/llava-v1.5-7b/run.sh +9 -9
- reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +16 -16
- reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +10 -10
- reComputer/scripts/nanodb/init.sh +16 -16
- reComputer/scripts/nanodb/readme.md +10 -10
- reComputer/scripts/nanodb/run.sh +90 -90
- reComputer/scripts/nanoowl/init.sh +16 -16
- reComputer/scripts/nanoowl/run.sh +7 -7
- reComputer/scripts/ollama/clean.sh +22 -22
- reComputer/scripts/ollama/init.sh +16 -16
- reComputer/scripts/ollama/run.sh +10 -10
- reComputer/scripts/parler-tts/clean.sh +7 -7
- reComputer/scripts/parler-tts/getVersion.sh +59 -59
- reComputer/scripts/parler-tts/init.sh +8 -8
- reComputer/scripts/parler-tts/readme.md +63 -63
- reComputer/scripts/parler-tts/run.sh +17 -17
- reComputer/scripts/run.sh +48 -48
- reComputer/scripts/stable-diffusion-webui/init.sh +16 -16
- reComputer/scripts/stable-diffusion-webui/run.sh +6 -6
- reComputer/scripts/text-generation-webui/init.sh +16 -16
- reComputer/scripts/text-generation-webui/run.sh +11 -11
- reComputer/scripts/ultralytics-yolo/LICENSE +21 -21
- reComputer/scripts/ultralytics-yolo/README.md +124 -124
- reComputer/scripts/ultralytics-yolo/clean.sh +6 -6
- reComputer/scripts/ultralytics-yolo/config.yaml +31 -32
- reComputer/scripts/ultralytics-yolo/init.sh +4 -176
- reComputer/scripts/ultralytics-yolo/run.sh +26 -25
- reComputer/scripts/update.sh +26 -26
- reComputer/scripts/utils.sh +166 -0
- reComputer/scripts/whisper/init.sh +16 -16
- reComputer/scripts/whisper/run.sh +7 -7
- reComputer/scripts/yolov10/Dockerfile +13 -13
- reComputer/scripts/yolov10/README.md +71 -71
- reComputer/scripts/yolov10/clean.sh +4 -4
- reComputer/scripts/yolov10/config.yaml +31 -0
- reComputer/scripts/yolov10/init.sh +20 -52
- reComputer/scripts/yolov10/run.sh +7 -7
- reComputer/scripts/yolov8-rail-inspection/config.yaml +31 -0
- reComputer/scripts/yolov8-rail-inspection/init.sh +5 -0
- reComputer/scripts/yolov8-rail-inspection/readme.md +35 -35
- reComputer/scripts/yolov8-rail-inspection/run.sh +21 -21
- jetson_examples-0.1.7.dist-info/RECORD +0 -103
- {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/entry_points.txt +0 -0
- {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/top_level.txt +0 -0
@@ -1,21 +1,21 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) [2024] [Seeed Studio]
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) [2024] [Seeed Studio]
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -1,127 +1,127 @@
|
|
1
|
-
# Jetson-Example: Run ComfyUI (Stable Diffusion GUI) on NVIDIA Jetson Orin 🚀
|
2
|
-
|
3
|
-
## One-Click Quick Deployment of Plug-and-Play Stable Diffusion GUI
|
4
|
-
<p align="center">
|
5
|
-
<img src="images/comfyui.png" alt="comfyui">
|
6
|
-
</p>
|
7
|
-
|
8
|
-
## **Introduction** 📘
|
9
|
-
[ComfyUI](https://github.com/comfyanonymous/ComfyUI) will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface.
|
10
|
-
In this project, you can quickly deploy ComfyUI on Nvidia Jetson Orin devices with one click.
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## **Key Features**:
|
15
|
-
- **One-click installation and configuration support for Nvidia Jetson Orin devices.**
|
16
|
-
- **GPU acceleration to optimize the performance of stable diffusion pipelines.**
|
17
|
-
- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
|
18
|
-
- Fully supports SD1.x, SD2.x, [SDXL](https://comfyanonymous.github.io/ComfyUI_examples/sdxl/), [Stable Video Diffusion](https://comfyanonymous.github.io/ComfyUI_examples/video/), [Stable Cascade](https://comfyanonymous.github.io/ComfyUI_examples/stable_cascade/), [SD3](https://comfyanonymous.github.io/ComfyUI_examples/sd3/) and [Stable Audio](https://comfyanonymous.github.io/ComfyUI_examples/audio/)
|
19
|
-
- [Flux](https://comfyanonymous.github.io/ComfyUI_examples/flux/)
|
20
|
-
- Asynchronous Queue system
|
21
|
-
- Many optimizations: Only re-executes the parts of the workflow that changes between executions.
|
22
|
-
- Smart memory management: can automatically run models on GPUs with as low as 1GB vram.
|
23
|
-
|
24
|
-
For other features, please refer to the original project [ComfyUI](https://github.com/comfyanonymous/ComfyUI).
|
25
|
-
|
26
|
-
Workflow examples can be found on the [Examples page](https://comfyanonymous.github.io/ComfyUI_examples/)
|
27
|
-
|
28
|
-
|
29
|
-
### Get a Jetson Orin Device 🛒
|
30
|
-
| Device Model | Description | Link |
|
31
|
-
|--------------|-------------|------|
|
32
|
-
| Jetson Orin Nano Dev Kit, Orin Nano 8GB, 40TOPS | Developer kit for NVIDIA Jetson Orin Nano | [Buy Here](https://www.seeedstudio.com/NVIDIAr-Jetson-Orintm-Nano-Developer-Kit-p-5617.html) |
|
33
|
-
| reComputer J4012, powered by Orin NX 16GB, 100 TOPS | Embedded computer powered by Orin NX | [Buy Here](https://www.seeedstudio.com/reComputer-J4012-p-5586.html) |
|
34
|
-
|
35
|
-
## **Quickstart** ⚡
|
36
|
-
|
37
|
-
### Modify Docker Daemon Configuration (Optional)
|
38
|
-
To enhance the experience of quickly loading models in Docker, you need to add the following content to the `/etc/docker/daemon.json` file:
|
39
|
-
|
40
|
-
```json
|
41
|
-
{
|
42
|
-
"default-runtime": "nvidia",
|
43
|
-
"runtimes": {
|
44
|
-
"nvidia": {
|
45
|
-
"path": "nvidia-container-runtime",
|
46
|
-
"runtimeArgs": []
|
47
|
-
}
|
48
|
-
},
|
49
|
-
"storage-driver": "overlay2",
|
50
|
-
"data-root": "/var/lib/docker",
|
51
|
-
"log-driver": "json-file",
|
52
|
-
"log-opts": {
|
53
|
-
"max-size": "100m",
|
54
|
-
"max-file": "3"
|
55
|
-
},
|
56
|
-
"no-new-privileges": true,
|
57
|
-
"experimental": false
|
58
|
-
}
|
59
|
-
```
|
60
|
-
|
61
|
-
After modifying the `daemon.json` file, you need to restart the Docker service to apply the configuration:
|
62
|
-
|
63
|
-
```sh
|
64
|
-
sudo systemctl restart docker
|
65
|
-
```
|
66
|
-
|
67
|
-
### **Installation via PyPI (Recommended)** 🐍
|
68
|
-
1. Install the package:
|
69
|
-
```sh
|
70
|
-
pip install jetson-examples
|
71
|
-
```
|
72
|
-
|
73
|
-
2. Restart your reComputer:
|
74
|
-
```sh
|
75
|
-
sudo reboot
|
76
|
-
```
|
77
|
-
|
78
|
-
3. Run ComfyUI with one command:
|
79
|
-
```sh
|
80
|
-
reComputer run comfyui
|
81
|
-
```
|
82
|
-
- **Input Dir**: Mount the input directory in Docker to the host directory `~/ComfyUI/input`.
|
83
|
-
- **Output Dir**: Mount the output directory in Docker to the host directory `~/ComfyUI/output`.
|
84
|
-
|
85
|
-
- **Models Dir**: Mount the models directory in Docker to the host directory `~/ComfyUI/models`.
|
86
|
-
|
87
|
-
|
88
|
-
## **For more tutorials** 🔧
|
89
|
-
- [ComfyUI Basic Tutorial VN](https://comfyanonymous.github.io/ComfyUI_tutorial_vn/)
|
90
|
-
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
91
|
-
- [ComfyUI Examples](https://comfyanonymous.github.io/ComfyUI_examples/)
|
92
|
-
- [Comfy Org](https://www.comfy.org/)
|
93
|
-
|
94
|
-
|
95
|
-
## **Shortcuts**
|
96
|
-
|
97
|
-
| Keybind | Explanation |
|
98
|
-
|------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
99
|
-
| Ctrl + Enter | Queue up current graph for generation |
|
100
|
-
| Ctrl + Shift + Enter | Queue up current graph as first for generation |
|
101
|
-
| Ctrl + Z/Ctrl + Y | Undo/Redo |
|
102
|
-
| Ctrl + S | Save workflow |
|
103
|
-
| Ctrl + O | Load workflow |
|
104
|
-
| Ctrl + A | Select all nodes |
|
105
|
-
| Alt + C | Collapse/uncollapse selected nodes |
|
106
|
-
| Ctrl + M | Mute/unmute selected nodes |
|
107
|
-
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
|
108
|
-
| Delete/Backspace | Delete selected nodes |
|
109
|
-
| Ctrl + Backspace | Delete the current graph |
|
110
|
-
| Space | Move the canvas around when held and moving the cursor |
|
111
|
-
| Ctrl/Shift + Click | Add clicked node to selection |
|
112
|
-
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
|
113
|
-
| Ctrl + C/Ctrl + Shift + V | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
|
114
|
-
| Shift + Drag | Move multiple selected nodes at the same time |
|
115
|
-
| Ctrl + D | Load default graph |
|
116
|
-
| Alt + `+` | Canvas Zoom in |
|
117
|
-
| Alt + `-` | Canvas Zoom out |
|
118
|
-
| Ctrl + Shift + LMB + Vertical drag | Canvas Zoom in/out |
|
119
|
-
| Q | Toggle visibility of the queue |
|
120
|
-
| H | Toggle visibility of history |
|
121
|
-
| R | Refresh graph |
|
122
|
-
| Double-Click LMB | Open node quick search palette |
|
123
|
-
|
124
|
-
|
125
|
-
## License
|
126
|
-
|
127
|
-
This project is licensed under the GNU General Public License v3.0
|
1
|
+
# Jetson-Example: Run ComfyUI (Stable Diffusion GUI) on NVIDIA Jetson Orin 🚀
|
2
|
+
|
3
|
+
## One-Click Quick Deployment of Plug-and-Play Stable Diffusion GUI
|
4
|
+
<p align="center">
|
5
|
+
<img src="images/comfyui.png" alt="comfyui">
|
6
|
+
</p>
|
7
|
+
|
8
|
+
## **Introduction** 📘
|
9
|
+
[ComfyUI](https://github.com/comfyanonymous/ComfyUI) will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface.
|
10
|
+
In this project, you can quickly deploy ComfyUI on Nvidia Jetson Orin devices with one click.
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## **Key Features**:
|
15
|
+
- **One-click installation and configuration support for Nvidia Jetson Orin devices.**
|
16
|
+
- **GPU acceleration to optimize the performance of stable diffusion pipelines.**
|
17
|
+
- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
|
18
|
+
- Fully supports SD1.x, SD2.x, [SDXL](https://comfyanonymous.github.io/ComfyUI_examples/sdxl/), [Stable Video Diffusion](https://comfyanonymous.github.io/ComfyUI_examples/video/), [Stable Cascade](https://comfyanonymous.github.io/ComfyUI_examples/stable_cascade/), [SD3](https://comfyanonymous.github.io/ComfyUI_examples/sd3/) and [Stable Audio](https://comfyanonymous.github.io/ComfyUI_examples/audio/)
|
19
|
+
- [Flux](https://comfyanonymous.github.io/ComfyUI_examples/flux/)
|
20
|
+
- Asynchronous Queue system
|
21
|
+
- Many optimizations: Only re-executes the parts of the workflow that changes between executions.
|
22
|
+
- Smart memory management: can automatically run models on GPUs with as low as 1GB vram.
|
23
|
+
|
24
|
+
For other features, please refer to the original project [ComfyUI](https://github.com/comfyanonymous/ComfyUI).
|
25
|
+
|
26
|
+
Workflow examples can be found on the [Examples page](https://comfyanonymous.github.io/ComfyUI_examples/)
|
27
|
+
|
28
|
+
|
29
|
+
### Get a Jetson Orin Device 🛒
|
30
|
+
| Device Model | Description | Link |
|
31
|
+
|--------------|-------------|------|
|
32
|
+
| Jetson Orin Nano Dev Kit, Orin Nano 8GB, 40TOPS | Developer kit for NVIDIA Jetson Orin Nano | [Buy Here](https://www.seeedstudio.com/NVIDIAr-Jetson-Orintm-Nano-Developer-Kit-p-5617.html) |
|
33
|
+
| reComputer J4012, powered by Orin NX 16GB, 100 TOPS | Embedded computer powered by Orin NX | [Buy Here](https://www.seeedstudio.com/reComputer-J4012-p-5586.html) |
|
34
|
+
|
35
|
+
## **Quickstart** ⚡
|
36
|
+
|
37
|
+
### Modify Docker Daemon Configuration (Optional)
|
38
|
+
To enhance the experience of quickly loading models in Docker, you need to add the following content to the `/etc/docker/daemon.json` file:
|
39
|
+
|
40
|
+
```json
|
41
|
+
{
|
42
|
+
"default-runtime": "nvidia",
|
43
|
+
"runtimes": {
|
44
|
+
"nvidia": {
|
45
|
+
"path": "nvidia-container-runtime",
|
46
|
+
"runtimeArgs": []
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"storage-driver": "overlay2",
|
50
|
+
"data-root": "/var/lib/docker",
|
51
|
+
"log-driver": "json-file",
|
52
|
+
"log-opts": {
|
53
|
+
"max-size": "100m",
|
54
|
+
"max-file": "3"
|
55
|
+
},
|
56
|
+
"no-new-privileges": true,
|
57
|
+
"experimental": false
|
58
|
+
}
|
59
|
+
```
|
60
|
+
|
61
|
+
After modifying the `daemon.json` file, you need to restart the Docker service to apply the configuration:
|
62
|
+
|
63
|
+
```sh
|
64
|
+
sudo systemctl restart docker
|
65
|
+
```
|
66
|
+
|
67
|
+
### **Installation via PyPI (Recommended)** 🐍
|
68
|
+
1. Install the package:
|
69
|
+
```sh
|
70
|
+
pip install jetson-examples
|
71
|
+
```
|
72
|
+
|
73
|
+
2. Restart your reComputer:
|
74
|
+
```sh
|
75
|
+
sudo reboot
|
76
|
+
```
|
77
|
+
|
78
|
+
3. Run ComfyUI with one command:
|
79
|
+
```sh
|
80
|
+
reComputer run comfyui
|
81
|
+
```
|
82
|
+
- **Input Dir**: Mount the input directory in Docker to the host directory `~/ComfyUI/input`.
|
83
|
+
- **Output Dir**: Mount the output directory in Docker to the host directory `~/ComfyUI/output`.
|
84
|
+
|
85
|
+
- **Models Dir**: Mount the models directory in Docker to the host directory `~/ComfyUI/models`.
|
86
|
+
|
87
|
+
|
88
|
+
## **For more tutorials** 🔧
|
89
|
+
- [ComfyUI Basic Tutorial VN](https://comfyanonymous.github.io/ComfyUI_tutorial_vn/)
|
90
|
+
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
91
|
+
- [ComfyUI Examples](https://comfyanonymous.github.io/ComfyUI_examples/)
|
92
|
+
- [Comfy Org](https://www.comfy.org/)
|
93
|
+
|
94
|
+
|
95
|
+
## **Shortcuts**
|
96
|
+
|
97
|
+
| Keybind | Explanation |
|
98
|
+
|------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
99
|
+
| Ctrl + Enter | Queue up current graph for generation |
|
100
|
+
| Ctrl + Shift + Enter | Queue up current graph as first for generation |
|
101
|
+
| Ctrl + Z/Ctrl + Y | Undo/Redo |
|
102
|
+
| Ctrl + S | Save workflow |
|
103
|
+
| Ctrl + O | Load workflow |
|
104
|
+
| Ctrl + A | Select all nodes |
|
105
|
+
| Alt + C | Collapse/uncollapse selected nodes |
|
106
|
+
| Ctrl + M | Mute/unmute selected nodes |
|
107
|
+
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
|
108
|
+
| Delete/Backspace | Delete selected nodes |
|
109
|
+
| Ctrl + Backspace | Delete the current graph |
|
110
|
+
| Space | Move the canvas around when held and moving the cursor |
|
111
|
+
| Ctrl/Shift + Click | Add clicked node to selection |
|
112
|
+
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
|
113
|
+
| Ctrl + C/Ctrl + Shift + V | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
|
114
|
+
| Shift + Drag | Move multiple selected nodes at the same time |
|
115
|
+
| Ctrl + D | Load default graph |
|
116
|
+
| Alt + `+` | Canvas Zoom in |
|
117
|
+
| Alt + `-` | Canvas Zoom out |
|
118
|
+
| Ctrl + Shift + LMB + Vertical drag | Canvas Zoom in/out |
|
119
|
+
| Q | Toggle visibility of the queue |
|
120
|
+
| H | Toggle visibility of history |
|
121
|
+
| R | Refresh graph |
|
122
|
+
| Double-Click LMB | Open node quick search palette |
|
123
|
+
|
124
|
+
|
125
|
+
## License
|
126
|
+
|
127
|
+
This project is licensed under the GNU General Public License v3.0
|
@@ -1,7 +1,7 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
CONTAINER_NAME="comfyui"
|
3
|
-
IMAGE_NAME="yaohui1998/comfyui"
|
4
|
-
|
5
|
-
sudo docker stop $CONTAINER_NAME
|
6
|
-
sudo docker rm $CONTAINER_NAME
|
1
|
+
#!/bin/bash
|
2
|
+
CONTAINER_NAME="comfyui"
|
3
|
+
IMAGE_NAME="yaohui1998/comfyui"
|
4
|
+
|
5
|
+
sudo docker stop $CONTAINER_NAME
|
6
|
+
sudo docker rm $CONTAINER_NAME
|
7
7
|
sudo docker rmi $IMAGE_NAME
|
@@ -1,29 +1,29 @@
|
|
1
|
-
allowed_l4t_versions:
|
2
|
-
- 35.3.1 # Add your version here
|
3
|
-
required_disk_space: 30 # in GB
|
4
|
-
min_mem_gb: 15
|
5
|
-
min_swap_gb: 6
|
6
|
-
nvidia_jetson_package: "nvidia-jetpack"
|
7
|
-
packages:
|
8
|
-
#- "ros-noetic-ros-base"
|
9
|
-
#- "flask"
|
10
|
-
docker:
|
11
|
-
desired_daemon_json: |
|
12
|
-
{
|
13
|
-
"default-runtime": "nvidia",
|
14
|
-
"runtimes": {
|
15
|
-
"nvidia": {
|
16
|
-
"path": "nvidia-container-runtime",
|
17
|
-
"runtimeArgs": []
|
18
|
-
}
|
19
|
-
},
|
20
|
-
"storage-driver": "overlay2",
|
21
|
-
"data-root": "/var/lib/docker",
|
22
|
-
"log-driver": "json-file",
|
23
|
-
"log-opts": {
|
24
|
-
"max-size": "100m",
|
25
|
-
"max-file": "3"
|
26
|
-
},
|
27
|
-
"no-new-privileges": true,
|
28
|
-
"experimental": false
|
29
|
-
}
|
1
|
+
allowed_l4t_versions:
|
2
|
+
- 35.3.1 # Add your version here
|
3
|
+
required_disk_space: 30 # in GB
|
4
|
+
min_mem_gb: 15
|
5
|
+
min_swap_gb: 6
|
6
|
+
nvidia_jetson_package: "nvidia-jetpack"
|
7
|
+
packages:
|
8
|
+
#- "ros-noetic-ros-base"
|
9
|
+
#- "flask"
|
10
|
+
docker:
|
11
|
+
desired_daemon_json: |
|
12
|
+
{
|
13
|
+
"default-runtime": "nvidia",
|
14
|
+
"runtimes": {
|
15
|
+
"nvidia": {
|
16
|
+
"path": "nvidia-container-runtime",
|
17
|
+
"runtimeArgs": []
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"storage-driver": "overlay2",
|
21
|
+
"data-root": "/var/lib/docker",
|
22
|
+
"log-driver": "json-file",
|
23
|
+
"log-opts": {
|
24
|
+
"max-size": "100m",
|
25
|
+
"max-file": "3"
|
26
|
+
},
|
27
|
+
"no-new-privileges": true,
|
28
|
+
"experimental": false
|
29
|
+
}
|