1
0
Fork 0

remove invalid imports

This commit is contained in:
Sean Sube 2023-01-16 07:33:22 -06:00
parent 4d6560aaba
commit 7c52743aaa
1 changed files with 0 additions and 2 deletions

View File

@ -35,11 +35,9 @@ from .image import (
noise_source_uniform, noise_source_uniform,
) )
from .pipeline import ( from .pipeline import (
get_model_path,
run_img2img_pipeline, run_img2img_pipeline,
run_inpaint_pipeline, run_inpaint_pipeline,
run_txt2img_pipeline, run_txt2img_pipeline,
set_model_path,
) )
from .utils import ( from .utils import (
get_and_clamp_float, get_and_clamp_float,