Update run_ctrlx.py
Browse files- run_ctrlx.py +3 -0
run_ctrlx.py
CHANGED
@@ -12,6 +12,9 @@ from utils.sdxl import *
|
|
12 |
import yaml
|
13 |
|
14 |
|
|
|
|
|
|
|
15 |
@torch.no_grad()
|
16 |
def inference(
|
17 |
pipe, refiner, device,
|
|
|
12 |
import yaml
|
13 |
|
14 |
|
15 |
+
###
|
16 |
+
# Code from genforce/ctrl-x/run_ctrlx.py
|
17 |
+
|
18 |
@torch.no_grad()
|
19 |
def inference(
|
20 |
pipe, refiner, device,
|