comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
49.46k stars 5.21k forks source link

lite Mode? #2934

Open legendxcheng opened 6 months ago

legendxcheng commented 6 months ago

I only need Comfyui workflow editor, I don't need it to run the workflow. Is there a way to make this happen: A cheap computer with no gpu can launch comfyui, human making workflow, and then saving the workflow, viewing the workflow. That's all.

All I want is comfyui's node based ui.

asagi4 commented 6 months ago

I think you can run comfyui with --cpu to disable the need for a GPU? Or does it still fail to start?

Users can still click generate though, but you could use a proxy to block that API.

marduk191 commented 6 months ago

not a repository issue

ltdrdata commented 6 months ago

If you're a developer, you can make the workflow execution impossible by making slight modifications to the main menu and removing certain routes like /prompt.

legendxcheng commented 6 months ago

But it will still load cuda xformer and other heavy libs. I just want the ui.

On Tue, Mar 5, 2024 at 9:12 AM Dr.Lt.Data @.***> wrote:

If you're a developer, you can make the workflow execution impossible by making slight modifications to the main menu and removing certain routes like /prompt.

— Reply to this email directly, view it on GitHub https://github.com/comfyanonymous/ComfyUI/issues/2934#issuecomment-1977763253, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOS7YYW2LNJPBYWUDZHFILYWULWNAVCNFSM6AAAAABD7N4VLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZXG43DGMRVGM . You are receiving this because you authored the thread.Message ID: @.***>

-- Best regards, The Legend of Xcheng

robinjhuang commented 1 month ago

@legendxcheng Have you tried running it with --cpu flag? What's your core concern here? Startup time is too slow because it's loading heavy libs?