Readme
…
Model description
…
Intended use
…
Ethical considerations
…
Caveats and recommendations
…
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run anotherjesse/openjourney-v4-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"anotherjesse/openjourney-v4-lora:3cc5ca7228908db26c66a551246c01c785a4506ece8908603451f1bbcbd28c42",
{
input: {
width: 512,
height: 512,
prompt: "a photo of <1> riding a horse on mars",
lora_urls: "",
scheduler: "DPMSolverMultistep",
lora_scales: "0.5",
num_outputs: 1,
guidance_scale: 7.5,
negative_prompt: "",
prompt_strength: 0.8,
num_inference_steps: 50
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
…
…
…
…
…