mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user