Skip to content
Discussion options

You must be logged in to vote

--upscale-model is the standalone CLI upscaling path; it is not automatically applied to every sd-server generation, and the bundled UI currently does not expose that switch.

For server generation, use the high-res/upscaler flow instead:

  1. Put the ESRGAN model directly in an upscaler directory.
  2. Start the server with that directory:
./sd-server \
  --model /path/to/model.gguf \
  --hires-upscalers-dir /path/to/upscalers
  1. Check the name the server discovered:
curl http://127.0.0.1:1234/sdapi/v1/upscalers
  1. Enable it in a txt2img request using the returned model name (normally the filename stem):
{
  "prompt": "a detailed landscape",
  "width": 512,
  "height": 512,
  "steps": 20,
  "enable…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sxales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants