Upload folder using huggingface_hub
Browse files
internals/pipelines/commons.py
CHANGED
@@ -16,7 +16,7 @@ from internals.util.config import (
|
|
16 |
get_base_model_variant,
|
17 |
get_hf_token,
|
18 |
get_is_sdxl,
|
19 |
-
|
20 |
)
|
21 |
|
22 |
|
|
|
16 |
get_base_model_variant,
|
17 |
get_hf_token,
|
18 |
get_is_sdxl,
|
19 |
+
get_num_return_sequences,
|
20 |
)
|
21 |
|
22 |
|