Commit 23923e45 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent e2696ece
Pipeline #644 canceled with stages
......@@ -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 $\epsilon_{\theta}(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
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