Skip to content

A set of ComfyUI nodes for interfacing with the FastSDCPU webserver

Notifications You must be signed in to change notification settings

BetaDoggo/ComfyUI-FastSDCPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-FastSDCPU

A set of nodes for interfacing with the FastSDCPU webserver

Setup

  1. Install the extension with dependencies

  2. Install FastSDCPU (clone the repo, run install.bat/install.sh)

  3. (Recommended) Set the environment variable DEVICE=GPU:

    Bash: export DEVICE=GPU

    Powershell: $env:DEVICE = "GPU"

    CMD: set DEVICE=GPU

  4. Run start-webserver.bat/start-webserver.sh

Converting your own models

Fastsdcpu supports regular diffusers models as well as openvino models. Openvino models are much faster than standard models on intel cpus and igpus but they also require significantly more memory. To convert them you can use the lcm-openvino-converter repo. This repo contains commands to both apply an lcm lora and convert the model to openvino. The lcm conversion isn't required but because fastsdcpu is optimised around LCM models regular models will use inefficient sampling parameters which will require more steps than normal.

Custom models should be placed into comfyui's diffusers folder. Selecting local models only works when the webserver is run on the same system as the comfyui instance. If the server is not local you will have to move the folder to the server and specify the folder path that's on the server.

Previews

preview1 preview2

About

A set of ComfyUI nodes for interfacing with the FastSDCPU webserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages