mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Renames "Threshold" > "Noise Threshold"
This commit is contained in:
parent
500bde5b0e
commit
344cdf0ade
@ -17,7 +17,7 @@ export default function Threshold() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<IAINumberInput
|
<IAINumberInput
|
||||||
label="Threshold"
|
label="Noise Threshold"
|
||||||
min={0}
|
min={0}
|
||||||
max={1000}
|
max={1000}
|
||||||
step={0.1}
|
step={0.1}
|
||||||
|
Loading…
Reference in New Issue
Block a user