Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
3e0686ce
"...experiment/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "79a51d41f20dc890f063d44a24913e96c4cb40eb"
Commit
3e0686ce
authored
Jun 22, 2023
by
comfyanonymous
Browse files
Add SDXL support to readme and improve the Running section.
parent
7573897a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
README.md
README.md
+4
-6
No files found.
README.md
View file @
3e0686ce
...
@@ -11,7 +11,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
...
@@ -11,7 +11,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
## Features
## Features
-
Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
-
Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
-
Fully supports SD1.x and SD
2.x
-
Fully supports SD1.x
, SD2.x
and SD
XL
-
Asynchronous Queue system
-
Asynchronous Queue system
-
Many optimizations: Only re-executes the parts of the workflow that changes between executions.
-
Many optimizations: Only re-executes the parts of the workflow that changes between executions.
-
Command line option:
```--lowvram```
to make it work on GPUs with less than 3GB vram (enabled automatically on GPUs with low vram)
-
Command line option:
```--lowvram```
to make it work on GPUs with less than 3GB vram (enabled automatically on GPUs with low vram)
...
@@ -154,15 +154,13 @@ And then you can use that terminal to run ComfyUI without installing any depende
...
@@ -154,15 +154,13 @@ And then you can use that terminal to run ComfyUI without installing any depende
```
python main.py
```
```
python main.py
```
### For AMD
6700, 6600 and maybe others
### For AMD
cards not officially supported by ROCm
Try running it with this command if you have issues:
Try running it with this command if you have issues:
```
HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py
```
For 6700, 6600 and maybe other RDNA2 or older:
```
HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py
```
### For AMD 7600 and meybe others with RDNA3
For AMD 7600 and maybe other RDNA3 cards: ```
HSA_OVERRIDE_GFX_VERSION=11.0.0 python main.py
```
```
HSA_OVERRIDE_GFX_VERSION=11.0.0 python main.py
```
# Notes
# Notes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment