hustille / ComfyUI_Fooocus_KSampler

Fooocus KSamplerWithRefiner as a ComfyUI node
GNU General Public License v3.0
60 stars 11 forks source link

Issue with cant open ComfyUI_Fooocus_KSampler #17

Open agapess opened 11 months ago

agapess commented 11 months ago

just go to the folder which node installed , find file patch.py \ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fooocus_KSampler\sampler\Fooocus\patch.py delete lcm from this line from comfy.samplers import model_management, lcm, math

it should be like this from comfy.samplers import model_management, math and save