List of URLs to process.
Default: ["https://github.com/deepfates/concat"]
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
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 deepfates/bookwyrm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepfates/bookwyrm:a6c4b8fe9ffe48eb654bd21631a565ff206df612f53f6211e27dc2ec3fb224b1", { input: { urls: ["https://github.com/deepfates/concat"] } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
import replicate
output = replicate.run( "deepfates/bookwyrm:a6c4b8fe9ffe48eb654bd21631a565ff206df612f53f6211e27dc2ec3fb224b1", input={ "urls": ["https://github.com/deepfates/concat"] } ) print(output)
To learn more, take a look at the guide on getting started with Python.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "deepfates/bookwyrm:a6c4b8fe9ffe48eb654bd21631a565ff206df612f53f6211e27dc2ec3fb224b1", "input": { "urls": ["https://github.com/deepfates/concat"] } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on CPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
A fashion model
FLUX lora based on the game Baldur's Gate 3
A FLUX model fine-tuned on fallenchungus comics
A fine-tuned FLUX.1 model. Use trigger word "ZUCK". Created with ReFlux (https://reflux.replicate.dev).
A FLUX model fine-tuned on images of the Utopian Scholastic aesthetic. Good at text too
Hunyuan-Video model finetuned on Arcane (2021). Trigger word is "RCN". Use "A video in the style of RCN, RCN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Blade Runner (1982). Trigger word is "BLDRN". Use "A video in the style of BLDRN, BLDRN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Blade Runner 2049 (2017). Trigger word is "BLDRN". Use "A video in the style of BLDRN, BLDRN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Cowboy Bebop (1998). Trigger word is "CWBYB". Use "A video in the style of CWBYB, CWBYB" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Dune (2021). Trigger word is "DN". Use "A video in the style of DN, DN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Game of Thrones (2011). Trigger word is "GMFTH". Use "A video in the style of GMFTH, GMFTH" at the beginning of your prompt for best results
Hunyuan-Video model finetuned on Her (2013). Trigger word is "HR". Use "A video in the style of HR, HR" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Inception (2010). Trigger word is "NCPTN". Use "A video in the style of NCPTN, NCPTN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Indiana Jones Series (1981). Trigger word is "NDNJN". Use "A video in the style of NDNJN, NDNJN" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Joker (2019). Trigger word is "JKR". Use "A video in the style of JKR, JKR" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on La La Land (2016). Trigger word is "LLLND". Use "A video in the style of LLLND, LLLND" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Once Upon a Time in Hollywood (2019). Trigger word is "NCPNT". Use "A video in the style of NCPNT, NCPNT" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Pixar Films (1995). Trigger word is "PXR". Use "A video in the style of PXR, PXR" at the beginning of your prompt for best results.
Hunyuan-Video model finetuned on Pulp Fiction (1994). Trigger word is "PLPFC". Use "A video in the style of PLPFC, PLPFC" at the beginning of your prompt for best results.
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.