Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains ready-to-use Diffusion application notebooks built with

| No. | Model | Description |
| :-- | :---- | :------------------------------ |
| 1 | [ddpm](./ddpm/train_ddpm_generation.ipynb) | ddpm training and inference application based on MindSpore NLP. |
| 1 | [ddpm](./ddpm/train_ddpm_generation.ipynb) | ddpm training and inference application based on MindSpore NLP. | 2 | [cartoonify](./cartoonify/cartoonify_demo.ipynb) | Photo-to-style portrait generation demo based on MindSpore and MindSpore NLP, supporting cartoonify, ghibli and guohua styles. |

## Contributing New Diffusion Applications

Expand Down
Loading