Skip to content

Commit

Permalink
Update link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cabralpinto committed Aug 28, 2023
1 parent edbab1c commit 6c1e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/custom-modules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6c1e381

Please sign in to comment.