Skip to content

Commit

Permalink
Enable missing models dialog by default (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Jan 25, 2025
1 parent 9459f59 commit c5d153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Workflow.ShowMissingModelsWarning',
name: 'Show missing models warning',
type: 'boolean',
defaultValue: false,
defaultValue: true,
experimental: true
},
{
Expand Down

0 comments on commit c5d153c

Please sign in to comment.