From d133cf4f060d421003ab890b97360517dfc5cb43 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Sat, 28 Jan 2023 04:06:25 -0500 Subject: [PATCH] Added some AMD stuff to readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3591e8c3..e74c897b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ And install it again with the command above. ### Dependencies -Install the dependencies: +Install the dependencies by opening your terminal inside the ComfyUI folder and: ```pip install -r requirements.txt``` @@ -50,6 +50,11 @@ Install the dependencies: ```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