You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally, you can also start the [ComfyStream UI](../README.md#run-ui) to view the stream:
99
+
100
+
```sh
101
+
cd /workspace/comfystream/ui
102
+
npm run dev:https
103
+
```
104
+
105
+
### Running Example Workflows
106
+
107
+
To run example workflows, you need to download models and build TensorRT engines. You can do this from within the dev container by running the following command in the terminal:
108
+
109
+
```sh
110
+
prepare_examples
111
+
```
112
+
113
+
Alternatively, you can follow the steps below.
114
+
115
+
#### Download models
70
116
71
117
From within the **dev container**, download models to run the example workflows:
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This repo also includes a WebRTC server and UI that uses comfystream to support
7
7
-[comfystream](#comfystream)
8
8
-[Quick Start](#quick-start)
9
9
-[Docker DevContainer](#docker-devcontainer)
10
+
-[Docker Image](#docker-image)
10
11
-[Download Models](#download-models)
11
12
-[Install package](#install-package)
12
13
-[Custom Nodes](#custom-nodes)
@@ -26,6 +27,16 @@ For other installation options, refer to [Install ComfyUI and ComfyStream](https
26
27
27
28
For additional information, refer to the remaining sections below.
28
29
30
+
### Docker Image
31
+
32
+
You can quickly deploy ComfyStream using the docker image `livepeer/comfystream`
33
+
34
+
Refer to the documentation at [https://pipelines.livepeer.org/docs/technical/getting-started/install-comfystream](https://pipelines.livepeer.org/docs/technical/getting-started/install-comfystream) for instructions to run locally or on a remote server.
35
+
36
+
#### RunPod
37
+
38
+
The RunPod template [livepeer-comfystream](https://runpod.io/console/deploy?template=w01m180vxx&ref=u8tlskew) can be used to deploy to RunPod.
39
+
29
40
## Download Models
30
41
31
42
Refer to [src/comfystream/scripts/README.md](src/comfystream/scripts/README.md) for instructions to download commonly used models.
0 commit comments