Skip to content
Merged
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

# diffuseR
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cornball-ai/diffuseR/main/man/figures/logo-dark.png">
<img src="https://raw.githubusercontent.com/cornball-ai/diffuseR/main/man/figures/logo.png" alt="diffuseR" width="520"/>
</picture>
</p>

[![CRAN status](https://www.r-pkg.org/badges/version/diffuseR)](https://CRAN.R-project.org/package=diffuseR)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
Expand Down Expand Up @@ -326,3 +331,5 @@ This project is licensed under the Apache 2. License - see the LICENSE file for
- Hugging Face for the original diffusers library
- Stability AI for Stable Diffusion
- The R and torch communities for their excellent tooling

The corn kernel in the logo is tiny™, the cornball.ai mascot.
13 changes: 13 additions & 0 deletions inst/COPYRIGHTS
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,18 @@ package are R ports of, or derived from, third-party work:
licenses (CreativeML Open RAIL++-M and similar) and are not part of,
nor redistributed with, this package.

5. The R Foundation
https://www.r-project.org/logo/
The diffuseR logo (man/figures/logo.png and its dark-mode variant
man/figures/logo-dark.png) incorporates the R logo,
(c) 2016 The R Foundation, used under CC-BY-SA 4.0
(https://creativecommons.org/licenses/by-sa/4.0/). The diffuseR logo
image is accordingly licensed CC-BY-SA 4.0; the package code remains
Apache License (>= 2).

tiny, the corn-kernel mascot appearing in the logo, is a trademark
of cornball.ai. The CC-BY-SA license on the logo image does not
grant trademark rights (CC-BY-SA 4.0, sec. 2(b)(2)).

See inst/REFERENCES.md for a technique-by-technique account of where
each implementation idea comes from.
Binary file added man/figures/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading