We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85494e8 commit c0c98dfCopy full SHA for c0c98df
examples/community/clip_guided_stable_diffusion.py
@@ -60,7 +60,6 @@ def __init__(
60
feature_extractor: CLIPFeatureExtractor,
61
):
62
super().__init__()
63
- scheduler = scheduler.set_format("pt")
64
self.register_modules(
65
vae=vae,
66
text_encoder=text_encoder,
0 commit comments