lllyasviel commited on
Commit
bf0bc7d
·
1 Parent(s): 435d6d2
Files changed (1) hide show
  1. webui.py +0 -1
webui.py CHANGED
@@ -27,7 +27,6 @@ opVAEDecode = VAEDecode()
27
 
28
  positive_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='a handsome man in forest')[0]
29
  negative_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='bad, ugly')[0]
30
- unload_model()
31
 
32
  initial_latent_image = opEmptyLatentImage.generate(width=1024, height=1024, batch_size=1)[0]
33
 
 
27
 
28
  positive_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='a handsome man in forest')[0]
29
  negative_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='bad, ugly')[0]
 
30
 
31
  initial_latent_image = opEmptyLatentImage.generate(width=1024, height=1024, batch_size=1)[0]
32