Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aon-document
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanjinfei
aon-document
Commits
91d4c75f
Commit
91d4c75f
authored
Aug 11, 2024
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update document
parent
8d869de8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Codeformer API Usage Guide.md
docs/publicModelsAPI/Codeformer API Usage Guide.md
+1
-1
Controlnet API Usage Guide.md
docs/publicModelsAPI/Controlnet API Usage Guide.md
+3
-3
No files found.
docs/publicModelsAPI/Codeformer API Usage Guide.md
View file @
91d4c75f
...
@@ -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
}
}
};
};
```
```
...
...
docs/publicModelsAPI/Controlnet API Usage Guide.md
View file @
91d4c75f
...
@@ -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
}
}
};
};
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment