"...composable_kernel_onnx.git" did not exist on "3ce77700b62df4bb17832c048bbbcb965a457833"
Commit fa074265 authored by pythongosssss's avatar pythongosssss
Browse files

Remove random spaces

parent eaab4bf9
...@@ -832,7 +832,7 @@ class LoadImage: ...@@ -832,7 +832,7 @@ class LoadImage:
with open(image_path, 'rb') as f: with open(image_path, 'rb') as f:
m.update(f.read()) m.update(f.read())
return m.digest().hex() return m.digest().hex()
class LoadImageMask: class LoadImageMask:
input_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input") input_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input")
@classmethod @classmethod
...@@ -867,7 +867,7 @@ class LoadImageMask: ...@@ -867,7 +867,7 @@ class LoadImageMask:
with open(image_path, 'rb') as f: with open(image_path, 'rb') as f:
m.update(f.read()) m.update(f.read())
return m.digest().hex() return m.digest().hex()
class ImageScale: class ImageScale:
upscale_methods = ["nearest-exact", "bilinear", "area"] upscale_methods = ["nearest-exact", "bilinear", "area"]
crop_methods = ["disabled", "center"] crop_methods = ["disabled", "center"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment