remove duplicate imports

This commit is contained in:
Stephan Auerhahn
2023-08-10 03:20:56 -07:00
parent 8011d54ca1
commit fc498bfaef

View File

@@ -19,12 +19,10 @@ from sgm.inference.helpers import (
)
from scripts.demo.streamlit_helpers import (
get_interactive_image,
get_unique_embedder_keys_from_conditioner,
init_embedder_options,
init_sampling,
init_save_locally,
init_st,
perform_save_locally,
set_lowvram_mode,
show_samples,
)