Skip to content

Commit

Permalink
Switch to picologging, #38
Browse files Browse the repository at this point in the history
  • Loading branch information
AlUlkesh committed Oct 7, 2023
1 parent 66e09ee commit 95dbf34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import launch

if not launch.is_installed("picologging"):
launch.run_pip("install picologging", "picologging requirement for Save intermediate images")
2 changes: 1 addition & 1 deletion scripts/sd_save_intermediate_images.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
import json
import locale
import logging
import picologging as logging
import os
import platform
import re
Expand Down

0 comments on commit 95dbf34

Please sign in to comment.