Commit d133cf4f authored by comfyanonymous's avatar comfyanonymous
Browse files

Added some AMD stuff to readme.

parent 73f60740
...@@ -40,7 +40,7 @@ And install it again with the command above. ...@@ -40,7 +40,7 @@ And install it again with the command above.
### Dependencies ### Dependencies
Install the dependencies: Install the dependencies by opening your terminal inside the ComfyUI folder and:
```pip install -r requirements.txt``` ```pip install -r requirements.txt```
...@@ -50,6 +50,11 @@ Install the dependencies: ...@@ -50,6 +50,11 @@ Install the dependencies:
```python main.py``` ```python main.py```
### For AMD 6700, 6600 and maybe others
Try running it with this command if you have issues:
```HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py```
# Notes # Notes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment