Skip to content

Commit cdf4243

Browse files
Update heterogeneous_stable_diffusion.py (#1844)
1 parent 53ff595 commit cdf4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/image_generation/heterogeneous_stable_diffusion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
#
4848
# Step 3: Compile the pipeline given the specified devices, and properties (like cache dir)
4949
#
50-
properties = {"CACHE_DIR": "cache"}
50+
properties = {"CACHE_DIR": ov_cache_dir}
5151

5252
# Note that if there are device-specific properties that are needed, they can
5353
# be added using a "DEVICE_PROPERTIES" entry, like this:

0 commit comments

Comments
 (0)