Commit bb8b48a2 authored by comfyanonymous's avatar comfyanonymous
Browse files

Update Readme.

parent eecd69b5
...@@ -197,9 +197,7 @@ To use a textual inversion concepts/embeddings in a text prompt put them in the ...@@ -197,9 +197,7 @@ To use a textual inversion concepts/embeddings in a text prompt put them in the
## How to increase generation speed? ## How to increase generation speed?
Make sure you use the regular loaders/Load Checkpoint node to load checkpoints. It will auto pick the right settings depending on your GPU. On non Nvidia hardware you can 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. If you use xformers or pytorch attention this option does not do anything.
You can 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. If you use xformers or pytorch attention this option does not do anything.
```--dont-upcast-attention``` ```--dont-upcast-attention```
......
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