Cleanup SD pipeline utils (#1466)

This commit is contained in:
Ean Garvey
2023-05-25 12:50:11 -05:00
committed by GitHub
parent 54e57f7771
commit 19c0ae3702

View File

@@ -86,7 +86,6 @@ class StableDiffusionPipeline:
self.text_encoder = self.sd_model.clip()
else:
try:
breakpoint()
self.text_encoder = get_clip()
except Exception as e:
print(e)