Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ControlNet_pytorch
Commits
23923e45
Commit
23923e45
authored
Nov 22, 2023
by
mashun1
Browse files
Update README.md
parent
e2696ece
Pipeline
#644
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
23923e45
...
...
@@ -11,15 +11,15 @@
左图为stable diffusion模型,右图为controlne模型。
Prompt $c_t$ :输入的文本提示词;
Prompt $
`
c_t
`
$ :输入的文本提示词;
Time $
t
$ :时间步;
Time $
`t`
$ :时间步;
Input $z_t$:t时刻的采样值;
Input $
`
z_t
`
$:t时刻的采样值;
Output $
\e
psilon_{
\t
heta}(z_t, t, c_t, c_f)$ :模型输出;
Output $
`
\epsilon_{\theta}(z_t, t, c_t, c_f)
`
$ :模型输出;
Condition $c_f$ :控制条件(控制图像生成的图像);
Condition $
`
c_f
`
$ :控制条件(控制图像生成的图像);
zero convolution:初始权重为零的卷积层;
...
...
@@ -235,4 +235,4 @@ Tips: 使用阿里的pip源
## 参考资料
*
https://github.com/lllyasviel/ControlNet/tree/main
*
https://github.com/lllyasviel/ControlNet/issues/555
\ No newline at end of file
*
https://github.com/lllyasviel/ControlNet/issues/555
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