jayparmr commited on
Commit
61309b7
1 Parent(s): 22df957

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. internals/pipelines/commons.py +1 -1
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
- num_return_sequences,
20
  )
21
 
22
 
 
16
  get_base_model_variant,
17
  get_hf_token,
18
  get_is_sdxl,
19
+ get_num_return_sequences,
20
  )
21
 
22