Commit b4b67612 authored by comfyanonymous's avatar comfyanonymous
Browse files

Readme update.

parent 2e1798c1
...@@ -146,7 +146,7 @@ This will let you use: pip3.10 to install all the dependencies. ...@@ -146,7 +146,7 @@ This will let you use: pip3.10 to install all the dependencies.
## How to increase generation speed? ## How to increase generation speed?
Make sure you use the CheckpointLoaderSimple node to load checkpoints. It will auto pick the right settings depending on your GPU. Make sure you use the regular loaders/Checkpoint Loader node to load checkpoints. It will auto pick the right settings depending on your GPU.
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 doesn't do anything when xformers is enabled and will very likely give you black images on SD2.x models. 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 doesn't do anything when xformers is enabled and will very likely give you black images on SD2.x models.
......
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