TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.51k stars 1.31k forks source link

ComfyUI PPS UpscaleModelLoader, ImageUpscaleWithModel error? #2848

Open jayceftg opened 4 months ago

jayceftg commented 4 months ago

If I ran the ComfyUI PPS script, and use an upscaling workflow, it gives an error:

When loading the graph, the following node types were not found: 

    ImageUpscaleWithModel
    UpscaleModelLoader

Nodes that have failed to load will show as red on the graph.

However, if I first use this file 'https://github.com/comfyanonymous/ComfyUI/blob/master/notebooks/comfyui_colab.ipynb', which uses Cloudflare, then I close the notebook, and use the ComfyUI PPS script, then there would be no problem using the same upscaling workflow.

Why? Also, ImageUpscaleWithModel, UpscaleModelLoader are in nodes_upscale_model.py, ComfyUI PPS is not using the file correctly or something?

tiago-falves commented 3 months ago

Hey did you fix this problem? These two nodes also stopped working for me