Skip to content

Commit 5c24e93

Browse files
committed
README: torch install + troubleshoot
1 parent 06b2a3e commit 5c24e93

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@ comfystream is a package for running img2img [Comfy](https://www.comfy.org/) wor
44

55
This repo also includes a WebRTC server and UI that uses comfystream to support streaming from a webcam and processing the stream with a workflow JSON file (API format) created in ComfyUI. If you have an existing ComfyUI installation, the same custom nodes used to create the workflow in ComfyUI will be re-used when processing the video stream.
66

7-
This project has only been tested locally with Linux + Nvidia GPUs.
8-
97
- [comfystream](#comfystream)
108
- [Install package](#install-package)
119
- [Custom Nodes](#custom-nodes)
1210
- [Usage](#usage)
1311
- [Run server](#run-server)
1412
- [Run UI](#run-ui)
1513
- [Limitations](#limitations)
14+
- [Troubleshoot](#troubleshoot)
1615

1716
# Install package
1817

1918
**Prerequisites**
2019

2120
- [Miniconda](https://docs.anaconda.com/miniconda/index.html#latest-miniconda-installer-links)
22-
- [PyTorch](https://pytorch.org/get-started/locally/)
2321

2422
A separate environment can be used to avoid any dependency issues with an existing ComfyUI installation.
2523

@@ -35,6 +33,8 @@ Activate the environment:
3533
conda activate comfystream
3634
```
3735

36+
Make sure you have [PyTorch](https://pytorch.org/get-started/locally/) installed.
37+
3838
Install `comfystream`:
3939

4040
```
@@ -139,4 +139,14 @@ At the moment, a workflow must fufill the following requirements:
139139
- Single input using the LoadImage node
140140
- At runtime, this node is replaced with a LoadTensor node
141141
- Single output using a PreviewImage or SaveImage node
142-
- At runtime, this node is replaced with a SaveTensor node
142+
- At runtime, this node is replaced with a SaveTensor node
143+
144+
# Troubleshoot
145+
146+
This project has been tested locally successfully with the following setup:
147+
148+
- OS: Ubuntu
149+
- GPU: Nvidia RTX 4090
150+
- Driver: 550.127.05
151+
- CUDA: 12.5
152+
- torch: 2.5.1+cu121

0 commit comments

Comments
 (0)