mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update prompt parser
This commit is contained in:
+1
-1
@@ -350,7 +350,7 @@ class SharedSettingsStackHelper(object):
|
||||
self.token_merging_random = shared.opts.token_merging_random
|
||||
self.sd_model_checkpoint = shared.opts.sd_model_checkpoint
|
||||
self.sd_vae_checkpoint = shared.opts.sd_vae
|
||||
self.xyz_fallback_sampler = shared.opts.data["xyz_fallback_sampler"]
|
||||
self.xyz_fallback_sampler = shared.opts.xyz_fallback_sampler
|
||||
|
||||
def __exit__(self, exc_type, exc_value, tb):
|
||||
#Restore overriden settings after plot generation.
|
||||
|
||||
Reference in New Issue
Block a user