Skip to content

Commit

Permalink
Docs: update resolution and upscale sections with 1.31 features
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Jan 31, 2025
1 parent 38fcb71 commit a893bcf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file modified docs/src/assets/basics/upscale-workspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/src/content/docs/basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ image as a new layer once it is ready.
Checking the "Refine upscaled image" option will additionally run the selected
diffusion model. Instead of processing the entire image at once, it will be
split into tiles which are generated one after the other. This can significantly
improve quality, but may also introduce unwanted changes. Use the "Image guidance"
option to keep the output closer to the original.
improve quality, but may also introduce unwanted changes.
* Use the "Image guidance" option to keep the output closer to the original.
* If you see tile seams in your image, try increasing "Tile overlap". Images will
take longer to generate, but tile borders become less visible.

<Aside type="note">
Diffusion on large resolutions becomes extremely slow and memory-intensive. By processing
Expand Down
7 changes: 7 additions & 0 deletions docs/src/content/docs/resolutions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ same).
Lower values improve performance at the cost of quality. For example a value
of `0.5` with a `2000 x 2000` canvas will generate images at `1000 x 1000` pixels.

There is also a quick way to adjust this without opening the settings. This will
take precedence over what is set in performance settings. You can eg. override
the resolution for some "draft" generations when using a large canvas.

![Resolution multiplier override](../../assets/resolutions/resolution-multiplier-override.png)


### Maximum pixel count

Caps image generation resolution at a certain number of total pixels. As long as
Expand Down

0 comments on commit a893bcf

Please sign in to comment.