Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'tiling: True' in non seamless tiling payload #39

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix 'tiling: True' in non seamless tiling payload
  • Loading branch information
pixelprotest committed Jun 19, 2024
commit dd91f3a8acb2cf1f5f2a6f3b55bcac125d6302f5
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