Skip to content

Commit

Permalink
sd2 dedicated popef folder (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahult-graphcore authored Dec 7, 2022
1 parent 85d4471 commit 13f47c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/stable_diffusion/text_to_image_sd2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"import os\n",
"\n",
"pod_type = os.getenv(\"GRAPHCORE_POD_TYPE\", \"pod16\")\n",
"executable_cache_dir = os.getenv(\"POPLAR_EXECUTABLE_CACHE_DIR\", \"/tmp/exe_cache/\")"
"executable_cache_dir = os.getenv(\"POPLAR_EXECUTABLE_CACHE_DIR\", \"/tmp/exe_cache/\") + \"/stablediffusion2_text2img\""
]
},
{
Expand Down

0 comments on commit 13f47c9

Please sign in to comment.