update clip skip and attention normalization

This commit is contained in:
Vladimir Mandic
2023-05-18 22:16:24 -04:00
parent 527dc0eedf
commit df65e8e30a
14 changed files with 35 additions and 39 deletions
-1
View File
@@ -87,7 +87,6 @@ async def main():
'vae': opts.sd_vae,
'hypernetwork': opts.sd_hypernetwork,
'sampler': options.sampler_name,
'clip-stop': opts.CLIP_stop_at_last_layers,
'preview': opts.show_progress_every_n_steps
} })
cpu, gpu = memstats()