Skip to content

Commit

Permalink
Merge pull request #572 from JeremiLorenti/patch-1
Browse files Browse the repository at this point in the history
Update DallESettings.tsx
  • Loading branch information
enricoros authored Jun 25, 2024
2 parents 5c1a7d4 + aa7959a commit e3fce43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/t2i/dalle/DallESettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function DallESettings() {

{isDallE3 && <FormRadioControl
title='Style'
description={(isDallE3 && dalleStyle === 'vivid') ? 'Hyper-Real' : 'Relistic'}
description={(isDallE3 && dalleStyle === 'vivid') ? 'Hyper-Real' : 'Realistic'}
disabled={!isDallE3}
options={[
{ value: 'natural', label: 'Natural' },
Expand Down Expand Up @@ -121,4 +121,4 @@ export function DallESettings() {
<FormLabelStart title={advanced.on ? 'Hide Advanced' : 'Advanced'} onClick={advanced.toggle} />

</>;
}
}

0 comments on commit e3fce43

Please sign in to comment.