Skip to content

Commit

Permalink
Merge pull request Stability-AI#14 from patrickvonplaten/patch-1
Browse files Browse the repository at this point in the history
Update sampling.py
  • Loading branch information
timudk authored Jun 29, 2023
2 parents 76e549d + 376cec3 commit 613af10
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 613af10

Please sign in to comment.