remove load loara for tests
Browse files- handler.py +2 -2
handler.py
CHANGED
@@ -358,8 +358,8 @@ class EndpointHandler:
|
|
358 |
generator = torch.Generator(device="cuda").manual_seed(seed) if seed else None
|
359 |
|
360 |
# Load the provided Lora models
|
361 |
-
if loras_model:
|
362 |
-
|
363 |
|
364 |
try:
|
365 |
# 2. Process
|
|
|
358 |
generator = torch.Generator(device="cuda").manual_seed(seed) if seed else None
|
359 |
|
360 |
# Load the provided Lora models
|
361 |
+
# if loras_model:
|
362 |
+
# self.pipe = self.load_selected_loras(loras_model)
|
363 |
|
364 |
try:
|
365 |
# 2. Process
|