Skip to content

Commit

Permalink
upscale by factor of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndBobsYourUncle committed Jan 6, 2023
1 parent 65f0a8a commit abb80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagine_queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func (q *queueImpl) processUpscaleImagine(imagine *QueueItem) {

resp, err := q.stableDiffusionAPI.UpscaleImage(&stable_diffusion_api.UpscaleRequest{
ResizeMode: 0,
UpscalingResize: 3,
UpscalingResize: 2,
Upscaler1: "ESRGAN_4x",
TextToImageRequest: &stable_diffusion_api.TextToImageRequest{
Prompt: generation.Prompt,
Expand Down

0 comments on commit abb80ab

Please sign in to comment.