Skip to content

Commit

Permalink
Update punet to 60edc91
Browse files Browse the repository at this point in the history
  • Loading branch information
IanNod authored Jul 20, 2024
1 parent 3c59b25 commit 2e9de46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/turbine_models/custom_models/sdxl_inference/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_punet_model(hf_model_name, external_weight_path, quant_paths, precision=
if precision == "i8":
repo_id = "amd-shark/sdxl-quant-models"
subfolder = "unet/int8"
revision = "defeb489fe2bb17b77d587924db9e58048a8c140"
revision = "60edc91ded9f0f59a6ea37aa18e8ea774d9fd3f0"
elif precision in ["fp16", "fp32"]:
repo_id = hf_model_name
subfolder = "unet"
Expand Down

0 comments on commit 2e9de46

Please sign in to comment.