Commit 2a532804 authored by AUTOMATIC's avatar AUTOMATIC

reorder imports to fix the bug with k-diffusion on some version

parent 2d3ea42a
......@@ -2,11 +2,12 @@ import os
import threading
import time
import importlib
from modules import devices, sd_samplers
from modules.paths import script_path
import signal
import threading
from modules.paths import script_path
from modules import devices, sd_samplers
import modules.codeformer_model as codeformer
import modules.extras
import modules.face_restoration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment