Unverified Commit c0c98df9 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

[CLIPGuidedStableDiffusion] remove set_format from pipeline (#653)

remove set_format from pipeline
parent 85494e88
...@@ -60,7 +60,6 @@ class CLIPGuidedStableDiffusion(DiffusionPipeline): ...@@ -60,7 +60,6 @@ class CLIPGuidedStableDiffusion(DiffusionPipeline):
feature_extractor: CLIPFeatureExtractor, feature_extractor: CLIPFeatureExtractor,
): ):
super().__init__() super().__init__()
scheduler = scheduler.set_format("pt")
self.register_modules( self.register_modules(
vae=vae, vae=vae,
text_encoder=text_encoder, text_encoder=text_encoder,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment