Spaces:
Running
on
Zero
Running
on
Zero
update IOL
Browse files- 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 |
|