Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add examples folder plug.
  • Loading branch information
cabralpinto committed Aug 28, 2023
1 parent b0752e5 commit 3725017
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ z = rearrange(z, "t b c h w -> c (b h) (t w)")
save_image((z + 1) / 2, "output.png")
```

Finally, marvel at the results.
Finally, marvel at the results.

<img width="360" alt="Modular Diffusion teaser" src="https://github.com/cabralpinto/modular-diffusion/assets/47889626/2756f798-8037-460e-b827-255812f203b6">
<img width="360" alt="Modular Diffusion teaser" src="https://github.com/cabralpinto/modular-diffusion/assets/47889626/2756f798-8037-460e-b827-255812f203b6">&nbsp;

Check out more examples [here](https://github.com/cabralpinto/modular-diffusion/tree/main/examples).

## Contributing

Expand Down

0 comments on commit 3725017

Please sign in to comment.