diff --git a/studio/frontend/src/features/images/images-page.tsx b/studio/frontend/src/features/images/images-page.tsx index 8fcc48184a..92379f1ddb 100644 --- a/studio/frontend/src/features/images/images-page.tsx +++ b/studio/frontend/src/features/images/images-page.tsx @@ -1877,8 +1877,7 @@ export function ImagesPage({ active = true }: { active?: boolean }) { to GGUF (or nothing loaded) and otherwise show why it is unavailable. */} {!status?.loaded || status.model_kind === "gguf" ? ( setTransformerQuant(v as typeof transformerQuant)} @@ -1894,7 +1893,7 @@ export function ImagesPage({ active = true }: { active?: boolean }) { ) : (
- GGUF compute + Dtype GGUF models only
@@ -2605,7 +2604,7 @@ export function ImagesPage({ active = true }: { active?: boolean }) {

{status?.loaded ? "Enter a prompt and hit Generate." - : "Select a model quant to load, then generate."} + : "Select a diffusion model to load"}

)}