From ee6bc54223e9d833e3a4a946ba6edff9fae70366 Mon Sep 17 00:00:00 2001 From: lookas Date: Fri, 29 Dec 2023 01:22:37 +0800 Subject: [PATCH] Update huggingface link in README.md According to https://github.com/huggingface/diffusers/pull/4205 the original page link was updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b7e4d94..577debed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [maze2d branch](https://github.com/jannerm/diffuser/tree/maze2d) contains go

**Updates** -- 12/09/2022: Diffuser (the RL model) has been integrated into 🤗 Diffusers (the Hugging Face diffusion model library)! See [these docs](https://huggingface.co/docs/diffusers/using-diffusers/rl) for how to run Diffuser using their pipeline. +- 12/09/2022: Diffuser (the RL model) has been integrated into 🤗 Diffusers (the Hugging Face diffusion model library)! See [these docs](https://huggingface.co/docs/diffusers/main/en/api/pipelines/value_guided_sampling) for how to run Diffuser using their pipeline. - 10/17/2022: A bug in the value function scaling has been fixed in [this commit](https://github.com/jannerm/diffuser/commit/3d7361c2d028473b601cc04f5eecd019e14eb4eb). Thanks to [Philemon Brakel](https://scholar.google.com/citations?user=Q6UMpRYAAAAJ&hl=en) for catching it! ## Quickstart