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 10630ab commit 523e63fCopy full SHA for 523e63f
web/models/stable_diffusion/cache_objects.py
@@ -48,8 +48,10 @@
48
)
49
schedulers["SharkEulerDiscrete"].compile()
50
51
+vulkan_triple_flags = get_vulkan_triple_flag()
52
+
53
# use tuned unet model in case of rdna3 cards.
-if "rdna3" in get_vulkan_triple_flag():
54
+if vulkan_triple_flags and "rdna3" in vulkan_triple_flags:
55
args.use_tuned = True
56
57
# set iree-runtime flags
0 commit comments