Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Apr 7, 2023
1 parent 0cdb815 commit 9857725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from extensions.sd_dreambooth_extension.scripts.dreambooth import performance_wizard, training_wizard
from extensions.sd_dreambooth_extension.dreambooth.db_concept import Concept
from modules import paths
elif not cmd_opts.pureui
elif not cmd_opts.pureui:
import requests
cache = dict()
s3_client = boto3.client('s3')
Expand Down

0 comments on commit 9857725

Please sign in to comment.