Remove an unnecessary import.
This commit is contained in:
parent
d28959cf3c
commit
e70615e2da
@ -1,7 +1,7 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from setup import stub
|
from setup import stub
|
||||||
from txt2img import StableDiffusion, StableDiffusionInterface
|
from txt2img import StableDiffusion
|
||||||
|
|
||||||
|
|
||||||
def new_stable_diffusion() -> StableDiffusion:
|
def new_stable_diffusion() -> StableDiffusion:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user