-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Legacy Frontend command line is suddenly an invalid argument #5809
Comments
They might want to erase how it says to use that command line on the home page of the ComfyUI repo then - but better still, they should still support it. |
As reported in this announcement: Will the legacy UI be removed?Yes, we plan to eventually remove the legacy UI code to reduce maintenance overhead for both core and extension developers. This will streamline development and allow us to focus on new features without maintaining dual UI support. The exact deprecation timeline will be determined based on user feedback and adoption rates of the new UI. We'll ensure a smooth transition period to accommodate our user community's needs. |
I know it's the default option I just don't want to not have it anymore. It doesn't matter anyway because 'main.py' won't run anything for me now, line 12 errs out with 'Namespace has no attribute 'verbose.'' Messing with this stuff is fine that's what coders do but this doesn't DO anything anymore |
This is still live here on the main page: github.com/comfyanonymous/ComfyUI: Accessing the Legacy Frontend If you need to use the legacy frontend for any reason, you can access it using the following command line argument: --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest |
The command line argument still works fine here. It sounds like your ComfyUI install might have issues so I recommend starting over with a fresh one. |
Expected Behavior
main.py to understand that "main.py --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest" is supposed to be a thing.
Actual Behavior
main.py is like 'what do you think you're talking about?'
Steps to Reproduce
run "main.py --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest" from the ComfyUI directory
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: