From aa7959a970eb0f89c3c521e9f4a80cc30ac3dc7a Mon Sep 17 00:00:00 2001 From: Jeremi Lorenti <120612878+JeremiLorenti@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:12:42 -0400 Subject: [PATCH] Update DallESettings.tsx Changed the label for the "Hyper-Real" setting from "Relistic" to "Realistic" to correct the spelling mistake and improve clarity in the UI. --- src/modules/t2i/dalle/DallESettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/t2i/dalle/DallESettings.tsx b/src/modules/t2i/dalle/DallESettings.tsx index b7db1d823..2453191c9 100644 --- a/src/modules/t2i/dalle/DallESettings.tsx +++ b/src/modules/t2i/dalle/DallESettings.tsx @@ -57,7 +57,7 @@ export function DallESettings() { {isDallE3 && ; -} \ No newline at end of file +}