Spaces:
Running
Running
Commit
•
11809c3
1
Parent(s):
26ef0a6
small clarification
Browse files
src/app/interface/settings-dialog/index.tsx
CHANGED
@@ -123,7 +123,7 @@ export function SettingsDialog() {
|
|
123 |
/>
|
124 |
<span
|
125 |
onClick={() => setRenderingUseTurbo(!renderingUseTurbo)}
|
126 |
-
className={cn("cursor-pointer", { "text-zinc-800": renderingUseTurbo })}>Use a
|
127 |
</div>
|
128 |
</Field>
|
129 |
</>}
|
|
|
123 |
/>
|
124 |
<span
|
125 |
onClick={() => setRenderingUseTurbo(!renderingUseTurbo)}
|
126 |
+
className={cn("cursor-pointer", { "text-zinc-800": renderingUseTurbo })}>Use a fast low-quality model (default) ⬅️ disable this for improved quality!</span>
|
127 |
</div>
|
128 |
</Field>
|
129 |
</>}
|