-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1015 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: diffuseR
Title: Functional Interface to Diffusion Models in R
Version: 0.0.1
Authors@R:
person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"))
Description: A native R implementation of diffusion models providing a functional
interface to state-of-the-art generative AI. Inspired by Hugging Face's Python
'diffusers' library, 'diffuseR' allows users to generate and manipulate images
using text prompts through models like Stable Diffusion without Python dependencies.
The package provides a streamlined, idiomatic R experience with support for multiple
diffusion schedulers and device acceleration.
License: Apache License (>= 2)
URL: https://github.com/cornball-ai/diffuseR
BugReports: https://github.com/cornball-ai/diffuseR/issues
Encoding: UTF-8
LazyData: true
Imports:
torch,
jsonlite,
grid,
png,
jpeg
Suggests:
av,
gpu.ctl,
hfhub,
safetensors,
tinytest
Remotes:
cornball-ai/gpu.ctl
RoxygenNote: 7.3.3