replicate-fetch
v0.1.1
Published
[](https://www.npmjs.com/package/replicate-fetch)  
createStableDiffusion
import { createStableDiffusion } from 'replicate-fetch'
createStableDiffusion({ prompt: "a cat" })Example
an astronaut riding a horse on mars, hd, dramatic lighting

Other api
import { createMidjourney } from 'replicate-fetch'
createMidjourney({ prompt: "a cat" })