diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/scripts/StylePile.py b/scripts/StylePile.py index 0b4c840..5c93f6c 100644 --- a/scripts/StylePile.py +++ b/scripts/StylePile.py @@ -367,7 +367,7 @@ class Script(scripts.Script): def ui(self,is_img2img,title="StylePile"): file_dir = os.path.dirname(os.path.realpath("__file__")) - ResourceDir = os.path.join(file_dir,f"scripts/StylePile/") + ResourceDir = os.path.join(file_dir,f"extensions/StylePile/StylePile/") with gr.Column(): with gr.Row():