clean up unused script_path imports

This commit is contained in:
Max Audron
2023-01-25 18:00:09 +01:00
parent 14c0884fd0
commit 6b3981c068
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import torch
import modules.face_restoration
import modules.shared
from modules import shared, devices, modelloader
from modules.paths import script_path, models_path
from modules.paths import models_path
# codeformer people made a choice to include modified basicsr library to their project which makes
# it utterly impossible to use it alongside with other libraries that also use basicsr, like GFPGAN.