Skip to content

Commit

Permalink
Update to v1.14.6 (Hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlafKing committed Oct 13, 2023
1 parent 6efd9e7 commit 2b64e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/civitai_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def contenttype_folder(content_type, desc=None, fromCheck=False):
folder = None
if desc:
desc = desc.upper()
else:
desc = "PLACEHOLDER"

if content_type == "modelFolder":
folder = os.path.join(models_path)
Expand Down

0 comments on commit 2b64e96

Please sign in to comment.