Skip to content

Offshoot from the great Prodia//Anything goes Diffusion from Satanic S'mores @SoftDisquiet tech

Notifications You must be signed in to change notification settings

LV6RL5Parrty/prodia-js

 
 

Repository files navigation

Prodia

npm version Validate Formatting & Types

Official TypeScript library for Prodia's AI inference API.

Usage

npm install prodia --save
import { createProdia } from "prodia";

const prodia = createProdia({
	apiKey: "..."
});

(async () => {
	const job = await prodia.generate({
		prompt: "puppies in a cloud, 4k"
	});

	const { imageUrl, status } = await prodia.wait(job);

	// check status and view your image :)
})();

About

Offshoot from the great Prodia//Anything goes Diffusion from Satanic S'mores @SoftDisquiet tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%