-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
def get_civitai_base_paths():
"""Returns common paths for CivitAI integration"""
custom_nodes_dir = Path(__file__).parent.parent.parent.parent
civitai_base_path = custom_nodes_dir / "ComfyUI" / "custom_nodes" / "Bjornulf_custom_nodes" / "civitai"
return custom_nodes_dir, civitai_base_path, civitai_base_path # Last one is parsed_models_paththis func, if my comfyui folder name is "comfyui_xxx", or "comfyui_yyy" , it will missing the path, I think civitai_base_path variable should be more brilliant or flexible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels