Skip to content

Commit 321d21d

Browse files
IanNodsaienduri
authored andcommitted
Update punet to 4d4f955
1 parent b10ad8d commit 321d21d

File tree

1 file changed

+1
-1
lines changed
  • models/turbine_models/custom_models/sdxl_inference

1 file changed

+1
-1
lines changed

models/turbine_models/custom_models/sdxl_inference/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_punet_model(hf_model_name, external_weight_path, precision="i8"):
9292
if precision == "i8":
9393
repo_id = "amd-shark/sdxl-quant-models"
9494
subfolder = "unet/int8"
95-
revision = "d30d6ff79abb584bf2addc7866738df5242f315a"
95+
revision = "4d4f95554bb991b95eb8ae4d57b38eb139b3e23f"
9696
elif precision in ["fp16", "fp32"]:
9797
repo_id = hf_model_name
9898
subfolder = "unet"

0 commit comments

Comments
 (0)