-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Open WebUI config resets on restart #93
Comments
Hey 👋 Thanks for trying out Harbor. The overwrite is applicable only to portions that are pre-configured by Harbor (Web RAG, TTS, Image Generation, embeddings), in such cases using an override config is a current workaround. For API connections - see You can find the final config created by Harbor in the webui workspace for reference (webui started renaming it to Ideally, we want to have a bidirectional config bindings, but that'd require a pretty deep involvement with WebUI internals, which is hard to justify at this stage. |
What format should be used for the override.env file to persist ComfyUI running on a remote host? I tried this, but it doesn't seem to show up in webui:
I also tried editing
|
From the wiki:
Is this really how it should be or maybe there's something I don't understand (wchich absolutely may be the case 😉). If I want to make the changes made via UI persist after restart, I should make a copy of my settings first? If so, that's really inconvenient as I'd like to be able to regularly change some settings in the UI and I can't be trusted with remembering to merge the files 😉 Is there a reason it's designed this way in Harbor?
Besides, I thing the path changed as there isn't a
webui/config.json
file.The text was updated successfully, but these errors were encountered: