秀人图片目录修改

This commit is contained in:
liuwei
2025-03-19 15:10:51 +08:00
parent 77fea1c9e4
commit 867007a3b1

View File

@@ -40,7 +40,7 @@ class XiurenImagePlugin(MessagePluginInterface):
def __init__(self):
super().__init__()
self.image_folder = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), "xiuren", "pics")
self.image_folder = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), "xiuren")
def initialize(self, context: Dict[str, Any]) -> bool:
"""初始化插件"""