remove extra return arg (#1123)

* remove extra return arg

txt2img expects only 3 mlirs

* add venv reqs for stencils
This commit is contained in:
Phaneesh Barwaria
2023-03-02 01:15:24 +05:30
committed by GitHub
parent be3cdec290
commit 7f3f92b9d5
2 changed files with 3 additions and 2 deletions

View File

@@ -445,7 +445,7 @@ class SharkifyStableDiffusionModel:
compiled_vae_encode = self.get_vae_encode()
return compiled_clip, compiled_unet, compiled_vae, compiled_vae_encode
return compiled_clip, compiled_unet, compiled_vae, None
return compiled_clip, compiled_unet, compiled_vae
def __call__(self):
# Step 1: