Skip to content

Commit

Permalink
added low-res-fix using tile-- let's see if it fixes or not
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaehsan committed Nov 19, 2023
1 parent ab7f823 commit cd6fb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def predict(
num_inference_steps= low_res_fix_steps,
width=condition_image.size[0],
height=condition_image.size[1],
controlnet_conditioning_scale=1.0,
controlnet_conditioning_scale=2.0,
generator=generator,
# guess_mode= True,
)
Expand Down

0 comments on commit cd6fb97

Please sign in to comment.