Switch stable diffusion to the new tuned model (#455)

This commit is contained in:
Quinn Dawkins
2022-10-31 18:15:31 -04:00
committed by GitHub
parent a3fdfc81db
commit 3e7efaa048

View File

@@ -22,7 +22,7 @@ UNET_FP32 = "unet_fp32"
IREE_EXTRA_ARGS = []
TUNED_GCLOUD_BUCKET = "gs://shark_tank/quinn"
UNET_FP16_TUNED = "unet_fp16_tuned"
UNET_FP16_TUNED = "unet_fp16_tunedv2"
BATCH_SIZE = len(args.prompts)