mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Add section to readme explaining how to get better speeds.
This commit is contained in:
parent
3661e10648
commit
da6f56235b
@ -66,6 +66,14 @@ Dragging a generated png on the webpage or loading one will give you the full wo
|
||||
|
||||
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 \\).
|
||||
|
||||
## How to increase generation speed?
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
```--dont-upcast-attention```
|
||||
|
||||
### Colab Notebook
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user