Skip to content

Commit

Permalink
Merge pull request #39 from pixelprotest/main
Browse files Browse the repository at this point in the history
Fix 'tiling: True' in non seamless tiling payload
  • Loading branch information
philz1337x committed Jun 19, 2024
2 parents e7848b9 + dd91f3a commit c14b5f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ def get_clarity_upscaler_payload(sd_model,
"steps": num_inference_steps,
"cfg_scale": dynamic,
"seed": seed,
"tiling": True,
"do_not_save_samples": True,
"sampler_name": scheduler,
"denoising_strength": creativity,
Expand Down Expand Up @@ -715,4 +714,4 @@ def get_controlnet_args(base64_image, resemblance):
}
arg_list = [arg_dict]

return arg_list
return arg_list

0 comments on commit c14b5f0

Please sign in to comment.