Skip to content

Commit

Permalink
Update pod-cloud.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiertier authored Dec 3, 2024
1 parent 63519ba commit 1ee7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod-cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def load_pod_from_json(file_path: str) -> PodConfig:
with open(file_path, 'r') as file:
json_data = json.load(file) # 读取 JSON 文件
return PodConfig(**json_data) # 使用 Pydantic 将字典转换为对象
base_dir = "/poddata"
base_dir = "/poddata/ComfyUI"

if __name__ == "__main__":
"""读取当前pod压缩文件并解压到/poddata"""
Expand Down

0 comments on commit 1ee7234

Please sign in to comment.