Skip to content

Commit

Permalink
fix: desc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Aug 15, 2024
1 parent 9d9e563 commit fa73c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function apply(ctx: Context, config: Config) {
.option('noise', '-n <noise:number>', { hidden: some(restricted, thirdParty) })
.option('strength', '-N <strength:number>', { hidden: restricted })
.option('hiresFix', '-H', { hidden: () => config.type !== 'sd-webui' })
.option('hiresFixSteps', { hidden: () => config.type !== 'sd-webui' })
.option('hiresFixSteps', '<step>', { type: step, hidden: () => config.type !== 'sd-webui' })
.option('smea', '-S', { hidden: () => config.model !== 'nai-v3' })
.option('smeaDyn', '-d', { hidden: () => config.model !== 'nai-v3' })
.option('scheduler', '-C <scheduler:string>', {
Expand Down

0 comments on commit fa73c3f

Please sign in to comment.