Skip to content

Commit

Permalink
Revert "Mark Comfy.Workflow.ShowMissingModelsWarning as stable & enab…
Browse files Browse the repository at this point in the history
…led by d…" (#988)

This reverts commit cdaa0bd.
  • Loading branch information
huchenlei committed Sep 26, 2024
1 parent a05df99 commit 66c02d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Workflow.ShowMissingModelsWarning',
name: 'Show missing models warning',
type: 'boolean',
defaultValue: true
defaultValue: false,
experimental: true
},
{
id: 'Comfy.Graph.ZoomSpeed',
Expand Down

0 comments on commit 66c02d1

Please sign in to comment.