mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
remove extra return arg (#1123)
* remove extra return arg txt2img expects only 3 mlirs * add venv reqs for stencils
This commit is contained in:
committed by
GitHub
parent
be3cdec290
commit
7f3f92b9d5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user