Commit 91d4c75f authored by duanjinfei's avatar duanjinfei

update document

parent 8d869de8
...@@ -44,7 +44,7 @@ const data = { ...@@ -44,7 +44,7 @@ const data = {
"upscale": 2, "upscale": 2,
"face_upsample": true, "face_upsample": true,
"background_enhance": true, "background_enhance": true,
"codeformer_fidelity": "0.1" "codeformer_fidelity": 0.1
} }
}; };
``` ```
......
...@@ -48,7 +48,7 @@ const data = { ...@@ -48,7 +48,7 @@ const data = {
"structure": "seg", "structure": "seg",
"low_threshold": 100, "low_threshold": 100,
"high_threshold": 200, "high_threshold": 200,
"image_resolution": "512" "image_resolution": 512
} }
}; };
``` ```
...@@ -64,7 +64,7 @@ const data = { ...@@ -64,7 +64,7 @@ const data = {
"structure": "canny", "structure": "canny",
"low_threshold": 100, "low_threshold": 100,
"high_threshold": 200, "high_threshold": 200,
"image_resolution": "512" "image_resolution": 512
} }
}; };
``` ```
...@@ -80,7 +80,7 @@ const data = { ...@@ -80,7 +80,7 @@ const data = {
"structure": "scribble", "structure": "scribble",
"low_threshold": 100, "low_threshold": 100,
"high_threshold": 200, "high_threshold": 200,
"image_resolution": "512" "image_resolution": 512
} }
}; };
``` ```
......
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