prithivMLmods commited on
Commit
16378f4
·
verified ·
1 Parent(s): 47a4a95

update IOL

Browse files
Files changed (1) hide show
  1. pipeline_fill_sd_xl.py +0 -1
pipeline_fill_sd_xl.py CHANGED
@@ -13,7 +13,6 @@ from transformers import CLIPTextModel, CLIPTextModelWithProjection, CLIPTokeniz
13
 
14
  from controlnet_union import ControlNetModel_Union
15
 
16
-
17
  def latents_to_rgb(latents):
18
  weights = ((60, -60, 25, -70), (60, -5, 15, -50), (60, 10, -5, -35))
19
 
 
13
 
14
  from controlnet_union import ControlNetModel_Union
15
 
 
16
  def latents_to_rgb(latents):
17
  weights = ((60, -60, 25, -70), (60, -5, 15, -50), (60, 10, -5, -35))
18