mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
commit
e74fa2c7cf
@ -140,8 +140,8 @@ function LeftPaneImageSteps({
|
||||
onClick={() => setBatchMode((oldValue) => !oldValue)}></input>
|
||||
<p
|
||||
className="mr-1 inline-block cursor-help text-sm"
|
||||
data-tip="This will let you upscale all files in a folder at once">
|
||||
Batch Upscale
|
||||
data-tip="This will let you Upscayl all files in a folder at once">
|
||||
Batch Upscayl
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -158,7 +158,7 @@ function LeftPaneImageSteps({
|
||||
{/* STEP 2 */}
|
||||
<div className="animate-step-in">
|
||||
<p className="step-heading">Step 2</p>
|
||||
<p className="mb-2 text-sm">Select Upscaling Type</p>
|
||||
<p className="mb-2 text-sm">Select Upscayling Type</p>
|
||||
|
||||
<Select
|
||||
options={modelOptions}
|
||||
@ -221,7 +221,7 @@ function LeftPaneImageSteps({
|
||||
<p className="step-heading">Step 4</p>
|
||||
{dimensions.width && dimensions.height && (
|
||||
<p className="mb-2 text-sm">
|
||||
Upscale from{" "}
|
||||
Upscayl from{" "}
|
||||
<span className="font-bold">
|
||||
{dimensions.width}x{dimensions.height}
|
||||
</span>{" "}
|
||||
|
@ -3,13 +3,13 @@ import React from "react";
|
||||
function RightPaneInfo({ version, batchMode, isVideo }) {
|
||||
return isVideo ? (
|
||||
<>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscale</p>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscayl</p>
|
||||
<p className="text-sm">Upscayl v{version}</p>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">
|
||||
Select {batchMode ? "a Folder" : "an Image"} to Upscale
|
||||
Select {batchMode ? "a Folder" : "an Image"} to Upscayl
|
||||
</p>
|
||||
{batchMode && (
|
||||
<p className="w-full pb-5 text-center md:w-96">
|
||||
|
@ -241,7 +241,7 @@ function SettingsTab({
|
||||
<div className="flex flex-col gap-2">
|
||||
{batchMode && (
|
||||
<p className="text-xs text-base-content/70">
|
||||
Only PNG is supported in Batch Upscale
|
||||
Only PNG is supported in Batch Upscayl.
|
||||
</p>
|
||||
)}
|
||||
<div className="flex flex-wrap gap-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user