"vscode:/vscode.git/clone" did not exist on "e4f998b997b48bb6bfa447e1fedfb8ef4dbb7d77"
Commit 9ce300ab authored by comfyanonymous's avatar comfyanonymous
Browse files

I confirmed CPU only inference works fine on a pytorch without cuda.

parent 4ed39cf0
...@@ -12,7 +12,8 @@ This ui will let you design and execute advanced stable diffusion pipelines usin ...@@ -12,7 +12,8 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
- Fully supports SD1.x and SD2.x - Fully supports SD1.x and SD2.x
- 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. - Command line option: ```--lowvram``` to make it work on GPUs with less than 3GB vram (enabled automatically on GPUs with low vram)
- Works even if you don't have a GPU with: ```--cpu``` (slow)
- Can load both ckpt and safetensors models/checkpoints. Standalone VAEs and CLIP models. - Can load both ckpt and safetensors models/checkpoints. Standalone VAEs and CLIP models.
- Embeddings/Textual inversion - Embeddings/Textual inversion
- Loras - Loras
......
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