Skip to content

Commit

Permalink
Update sampling.py
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
patrickvonplaten authored Jun 26, 2023
1 parent 76e549d commit 376cec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/demo/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def apply_refiner(
sampler2 = init_sampling(
key=2,
img2img_strength=stage2strength,
use_identity_guider=not version_dict["is_guided"],
use_identity_guider=not version_dict2["is_guided"],
get_num_samples=False,
)
st.write("__________________________")
Expand Down

0 comments on commit 376cec3

Please sign in to comment.