Merge pull request #390 from YunhongLu-ZJU/main

revised image quality metric
This commit is contained in:
Zhongjie Duan
2025-03-03 13:36:34 +08:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ dataset_snapshot_download(
# Parameters
prompt = "an orange cat"
image = Image.open("data\examples\ImageQualityMetric\image.jpg")
image = Image.open("data/examples/ImageQualityMetric/image.jpg")
device = "cuda"
cache_dir = "./models"