diff options
author | Grafting Rayman <156515434+GraftingRayman@users.noreply.github.com> | 2025-01-17 10:59:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 10:59:45 +0000 |
commit | febd45814cd41560c5247aacb111d8d013f3a303 (patch) | |
tree | 6462946b4b354073060d7d7df5c2d14bccd69aec /modules/scripts.py | |
download | Comfyui-reactor-node-febd45814cd41560c5247aacb111d8d013f3a303.tar.gz |
Add files via upload
Diffstat (limited to 'modules/scripts.py')
-rw-r--r-- | modules/scripts.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/scripts.py b/modules/scripts.py new file mode 100644 index 0000000..276dfb4 --- /dev/null +++ b/modules/scripts.py @@ -0,0 +1,13 @@ +import os
+
+
+class Script:
+ pass
+
+
+def basedir():
+ return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+
+
+class PostprocessImageArgs:
+ pass
|