mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 17:10:07 +00:00
## Summary Make some settings dynamic based on whether in cloud or localhost 1. Comfy.Memory.AllowManualUnload (line 18-24) - Type: 'hidden' on cloud, 'boolean' on localhost - Default: false on cloud, true on localhost 2. Comfy.Validation.Workflows (line 25-30) - Default: false on cloud, true on localhost 3. Comfy.Workflow.ShowMissingModelsWarning (line 282-288) - Type: 'hidden' on cloud, 'boolean' on localhost - Default: false on cloud, true on localhost 4. Comfy.ModelLibrary.AutoLoadAll (line 387-394) - Type: 'hidden' on cloud, 'boolean' on localhost 5. Comfy.QueueButton.BatchCountLimit (line 595-603) - Default: 4 on cloud, 100 on localhost 6. Comfy.Toast.DisableReconnectingToast (line 943-949) - Default: true on cloud, false on localhost 7. Comfy.Assets.UseAssetAPI (line 1068-1075) - Default: true on cloud, false on localhost ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6302-change-some-settings-for-cloud-specific-behavior-2986d73d365081169be4ebd11823a7fa) by [Unito](https://www.unito.io)