11cafe / comfyui-workspace-manager

A ComfyUI workflows and models management extension to organize and manage all your workflows, models in one place. Seamlessly switch between workflows, as well as import, export workflows, reuse subworkflows, install models, browse your models in a single workspace
GNU General Public License v3.0
1.03k stars 49 forks source link

Have you considered migrating your plugin to the new frontend? Moving workflow management to the sidebar of the new frontend would be a great idea. Do you plan to migrate? The new frontend will be fully launched on August 15th. #467

Open wibur0620 opened 1 month ago

wibur0620 commented 1 month ago

https://github.com/comfyanonymous/ComfyUI/pull/3112#issuecomment-2254253815 image

Weixuanf commented 1 month ago

hi i talked to HCL (the author of frontend comfyui) they plan to come up with built-in ways to manage workflow. So I'll see how that goes before migrating workspace manage in case of duplicate work.

mijuku233 commented 1 month ago

hi i talked to HCL (the author of frontend comfyui) they plan to come up with built-in ways to manage workflow. So I'll see how that goes before migrating workspace manage in case of duplicate work.

更新前端后的工作流管理还是不太好用, 请问 计划内置工作流管理 指的是现在这个还是说会做个新的?

Weixuanf commented 1 month ago

comfy 前端作者hcl好像打算把这个workspace manager迁移过去 我回头再问问他具体计划


From: mijuku233 @.> Sent: Saturday, August 17, 2024 12:53:35 PM To: 11cafe/comfyui-workspace-manager @.> Cc: Weixuan Fu @.>; Comment @.> Subject: Re: [11cafe/comfyui-workspace-manager] Have you considered migrating your plugin to the new frontend? Moving workflow management to the sidebar of the new frontend would be a great idea. Do you plan to migrate? The new frontend will be fully launched o...

hi i talked to HCL (the author of frontend comfyui) they plan to come up with built-in ways to manage workflow. So I'll see how that goes before migrating workspace manage in case of duplicate work.

更新前端后的工作流管理还是不太好用, 请问 计划内置工作流管理 指的是现在这个还是说会做个新的?

― Reply to this email directly, view it on GitHubhttps://github.com/11cafe/comfyui-workspace-manager/issues/467#issuecomment-2294626518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEMEEOLCNGYAMMFKEZJ5JYTZR3JM7AVCNFSM6AAAAABMM3SHECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUGYZDMNJRHA. You are receiving this because you commented.Message ID: @.***>

sansmoraxz commented 1 month ago

As per their README doing something like this should allow it to appear in the sidebar.

  app.extensionManager.registerSidebarTab({
    id: "search",
    icon: "pi pi-search",
    title: "search",
    tooltip: "search",
    type: "custom",
    render: (el) => {
      // this sidebar element will appear when sidebar is opened
      el.innerHTML = "<div>Custom search tab</div>";
    },
  });

As I understand the workspace management is getting redundant. However the model explorer is something I really like. Especially checkpoints and loras with weird names.

Alternative being https://github.com/pythongosssss/ComfyUI-Custom-Scripts which is very slow as I need to lookup models one by one.