Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.26 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.26 KB

ComfyUI Fooocus Nodes

Installation

  1. Clone the repository: git clone https://github.com/Seedsa/Fooocus_Nodes.git
    to your ComfyUI custom_nodes directory

Update

  1. Navigate to the cloned repo e.g. custom_nodes/Fooocus_Nodes
  2. git pull

Model Cache

For improved model switch performance with RAM > 40GB, you can enable model caching:

Open /py/modules/config.py Set use_model_cache to True:

use_model_cache = True

Comparisons

reproduce the same images generated from Fooocus on ComfyUI

ComfyUIFooocusNodes

Fooocus

Features

  • Fooocus Txt2image&Img2img
  • Fooocus Inpaint&Outpaint
  • Fooocus Upscale
  • Fooocus ImagePrompt&FaceSwap
  • Fooocus Canny&CPDS
  • Fooocus Styles&PromptExpansion
  • Fooocus DeftailerFix
  • Fooocus Describe

Example Workflows

example workflows

basic

Credits

Acknowledgments

This project builds upon and extends the original work found at ComfyUI_Fooocus.