Skip to content

Commit

Permalink
Updated script to cache model
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 31, 2023
1 parent 2d4deed commit e085538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a1111/cache-sd-model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from webui import initialize
import modules.interrogate
initialize()
initialize.initialize()
interrogator = modules.interrogate.InterrogateModels("interrogate")
interrogator.load()
interrogator.categories()

0 comments on commit e085538

Please sign in to comment.