-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Model Downloader Flow #31
Comments
Looking at missingPackagesDialog.js, this might become a bug report. On both Windows and Linux, I don't recall encountering the features therein. |
Thank you i will look into it, I read somewhere that ComfyUI should have their own model downloader directly on the nods like the nodes you presented. If not i plan to add a downloader to the up coming future updates models gallery. If you mean you have not seen this missing nodes dialog, maybe you have all the require nods to run the premade "Flows" are installed. |
Possibly. All I preloaded in the test installs were Impact Pack and Inspire Pack, as well as two UI extensions (Model Manager and Image Browsing). |
Retried today, and the node installer works perfectly. This feature request for a model downloader workflow appears correctly conceived. |
I've done a quick opinionated audit of current workflows and made a start on a file download list: datafiles_draft.csv Notes
|
Please make the workflows for FLUX-es so that they are distributed to the entire folder with models by extra_model_paths.yaml, not just to the diffusion_models folder. |
Is there an existing issue for this?
Summary
At the moment Flow appears to require some manual model downloading and/or work within ComfyUI Manager. This model setup process could be automated with the comfyui-model-downloader extension to create a one-click "Get Started" flow.
Such a feature would allow for easier onboarding with new users who have limited or no data archive, while also providing an in-app model update mechanism for end users.
Description
Additional information
Note 1: If all the files are hosted on Huggingface, this proposed Flow could be radically simplified to eliminate ControlFlowUtils. The CivitiAI downloader blindly overwrites existing files, while the HuggingFace downloader can be told to skip existing files.
Note 2: Performing this task within ComfyUI will make future compatibility with the Desktop Electron app more feasible.
The text was updated successfully, but these errors were encountered: