diff --git a/docs/src/pages/guides/custom-modules.mdx b/docs/src/pages/guides/custom-modules.mdx index 9d66ad4..4f2c2cd 100644 --- a/docs/src/pages/guides/custom-modules.mdx +++ b/docs/src/pages/guides/custom-modules.mdx @@ -206,4 +206,4 @@ loss = Simple(parameter="epsilon") + 0.001 * VLB() ## Guidance -As of right now, `ClassifierFree` guidance is hardcoded into the diffusion process, and there is no way of extending the base `Guidance` class, unless you create your own custom `Model` class. You can expect this behavior to change in an upcoming release. Please refer to our official [Issue Tracker]() for updates, and learn how you can contribute in our [Contributing Guide](). +As of right now, `ClassifierFree` guidance is hardcoded into the diffusion process, and there is no way of extending the base `Guidance` class, unless you create your own custom `Model` class. You can expect this behavior to change in an upcoming release. Please refer to our official [Issue Tracker](https://github.com/cabralpinto/modular-diffusion/issues) for updates.