zsyOAOA / ResShift

ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting (NeurIPS@2023 Spotlight, TPAMI@2024)
Other
870 stars 47 forks source link

Demo issue #86

Open LT1st opened 1 month ago

LT1st commented 1 month ago

adding

directory_path = "ResShift"
# 切换当前工作目录
os.chdir(directory_path)

# 打印当前工作目录以确认切换成功
print("当前工作目录:", os.getcwd())

before inference