mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
[SD][web] Set default tuned unet to v2 (#663)
This commit is contained in:
@@ -29,7 +29,7 @@ def get_unet():
|
||||
if args.version == "v1.4":
|
||||
model_name = "unet_1dec_fp16_tuned"
|
||||
if args.version == "v2.1base":
|
||||
model_name = "unet2base_8dec_fp16_tuned"
|
||||
model_name = "unet2base_8dec_fp16_tuned_v2"
|
||||
return get_shark_model(bucket, model_name, iree_flags)
|
||||
else:
|
||||
bucket = "gs://shark_tank/stable_diffusion"
|
||||
|
||||
Reference in New Issue
Block a user