Skip to content

Commit

Permalink
feat(ui): added line about when denoising str is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Nov 6, 2024
1 parent e64415d commit fd0a523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion invokeai/frontend/web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,9 @@
"paramDenoisingStrength": {
"heading": "Denoising Strength",
"paragraphs": [
"Controls how much the generated image varies from the raster layer(s). Lower strength stays closer to the combined visible raster layers. Higher strength relies more on the global prompt."
"Controls how much the generated image varies from the raster layer(s).",
"Lower strength stays closer to the combined visible raster layers. Higher strength relies more on the global prompt.",
"When there are no raster layers with visible content, this setting is ignored."
]
},
"paramHeight": {
Expand Down

0 comments on commit fd0a523

Please sign in to comment.