LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with a KoboldAI UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.41k stars 319 forks source link

Embedded A1111 config? #730

Closed aolko closed 3 months ago

aolko commented 4 months ago

How do i configure embedded A1111? I'd like to change the image size and the default prompts. Also, will hires fix/upscale be implemented?

LostRuins commented 4 months ago

No upscalers at the moment - the default prompts, cfg scale, step counts can all be changed by clicking the "Style" button. Image size is currently fixed at 512x512 from the UI, but can be set up to 1024x1024 over the API.

image