Skip to content

Commit 702ac43

Browse files
Readme formatting.
1 parent da6f562 commit 702ac43

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ Dragging a generated png on the webpage or loading one will give you the full wo
6666

6767
You can use () to change emphasis of a word or phrase like: (good code:1.2) or (bad code:0.8). The default emphasis for () is 1.1. To use () characters in your actual prompt escape them like \\( or \\).
6868

69-
## How to increase generation speed?
70-
71-
The fp16 model configs in the CheckpointLoader can be used to load them in fp16 mode, depending on your GPU this will increase your gen speed by a significant amount.
72-
73-
You can also set this command line setting to disable the upcasting to fp32 in some cross attention operations which will increase your speed. Note that this will very likely give you black images on SD2.x models.
74-
75-
```--dont-upcast-attention```
76-
7769
### Colab Notebook
7870

7971
To run it on colab you can use my [Colab Notebook](notebooks/comfyui_colab.ipynb) here: [Link to open with google colab](https://colab.research.google.com/github/comfyanonymous/ComfyUI/blob/master/notebooks/comfyui_colab.ipynb)
@@ -89,6 +81,14 @@ Then you can:
8981

9082
This will let you use: pip3.10 to install all the dependencies.
9183

84+
## How to increase generation speed?
85+
86+
The fp16 model configs in the CheckpointLoader can be used to load them in fp16 mode, depending on your GPU this will increase your gen speed by a significant amount.
87+
88+
You can also set this command line setting to disable the upcasting to fp32 in some cross attention operations which will increase your speed. Note that this will very likely give you black images on SD2.x models.
89+
90+
```--dont-upcast-attention```
91+
9292
## Support and dev channel
9393

9494
[Matrix room: #comfyui:matrix.org](https://app.element.io/#/room/%23comfyui%3Amatrix.org) (it's like discord but open source).

0 commit comments

Comments
 (0)