mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Disable vae --use_tuned version.
This commit is contained in:
@@ -96,7 +96,7 @@ def get_vae():
|
||||
if sys.platform == "darwin":
|
||||
iree_flags.append("-iree-stream-fuse-binding=false")
|
||||
if args.precision in ["fp16", "int8"]:
|
||||
if args.use_tuned:
|
||||
if False:
|
||||
bucket = "gs://shark_tank/vivian"
|
||||
if args.version == "v2.1base":
|
||||
model_name = "vae2base_8dec_fp16_tuned"
|
||||
|
||||
Reference in New Issue
Block a user