diff --git a/docs/source/en/api/schedulers/unipc.mdx b/docs/source/en/api/schedulers/unipc.mdx index 1ed49b7727fc..134dc1ef3170 100644 --- a/docs/source/en/api/schedulers/unipc.mdx +++ b/docs/source/en/api/schedulers/unipc.mdx @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. UniPC is a training-free framework designed for the fast sampling of diffusion models, which consists of a corrector (UniC) and a predictor (UniP) that share a unified analytical form and support arbitrary orders. -For more details about the method, please refer to the [[paper]](https://arxiv.org/abs/2302.04867) and the [[code]](https://github.com/wl-zhao/UniPC). +For more details about the method, please refer to the [paper](https://arxiv.org/abs/2302.04867) and the [code](https://github.com/wl-zhao/UniPC). Fast Sampling of Diffusion Models with Exponential Integrator.