profiling

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-18 13:02:22 -05:00
parent 85805f969a
commit a7e0723dcf
9 changed files with 30 additions and 6 deletions
+2
View File
@@ -63,6 +63,8 @@ class PromptEmbedder:
self.positive_schedule = None
self.negative_schedule = None
self.scheduled_prompt = False
if hasattr(p, 'dummy'):
return
earlyout = self.checkcache(p)
if earlyout:
return