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

This commit is contained in:
AUTOMATIC 2022-10-06 13:21:32 +03:00
parent 2d3ea42a2d
commit 2a53280495
1 changed files with 3 additions and 2 deletions

View File

@ -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