mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-19 14:24:21 +01:00
Update sampling.py
Correct typo
This commit is contained in:
committed by
GitHub
parent
76e549dd94
commit
376cec3b0f
@@ -283,7 +283,7 @@ if __name__ == "__main__":
|
||||
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("__________________________")
|
||||
|
||||
Reference in New Issue
Block a user