remove exact version from scikit-image
parent
c3c0972c0a
commit
8bc0954ac8
|
|
@ -1 +1 @@
|
||||||
scikit-image==0.19.2
|
scikit-image>=0.19.2
|
||||||
|
|
@ -329,6 +329,7 @@ def img2img(args_dict):
|
||||||
#if opts.do_not_show_images:
|
#if opts.do_not_show_images:
|
||||||
# processed.images = []
|
# processed.images = []
|
||||||
|
|
||||||
|
#print(generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments))
|
||||||
return generated_images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments)
|
return generated_images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments)
|
||||||
|
|
||||||
def txt2img(args_dict):
|
def txt2img(args_dict):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue