Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
downlifted /justspooky-halloween-flux-bewiz:f44d81aa
Input
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 downlifted/justspooky-halloween-flux-bewiz using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"downlifted/justspooky-halloween-flux-bewiz:f44d81aa9401c7ec7609a0205e5528fd80b08cefd788e2579154b929019a1536",
{
input: {
model: "dev",
prompt: "JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they're murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.\n\n\n\n\n\n\n",
go_fast: false,
lora_scale: 0.95,
megapixels: "1",
num_outputs: 2,
aspect_ratio: "1:1",
output_format: "png",
guidance_scale: 2.01,
output_quality: 100,
prompt_strength: 0.8,
extra_lora_scale: 1,
num_inference_steps: 45
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip 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
Run downlifted/justspooky-halloween-flux-bewiz using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"downlifted/justspooky-halloween-flux-bewiz:f44d81aa9401c7ec7609a0205e5528fd80b08cefd788e2579154b929019a1536",
input={
"model": "dev",
"prompt": "JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they're murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.\n\n\n\n\n\n\n",
"go_fast": False,
"lora_scale": 0.95,
"megapixels": "1",
"num_outputs": 2,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 2.01,
"output_quality": 100,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 45
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run downlifted/justspooky-halloween-flux-bewiz using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "f44d81aa9401c7ec7609a0205e5528fd80b08cefd788e2579154b929019a1536",
"input": {
"model": "dev",
"prompt": "JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they\'re murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.\\n\\n\\n\\n\\n\\n\\n",
"go_fast": false,
"lora_scale": 0.95,
"megapixels": "1",
"num_outputs": 2,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 2.01,
"output_quality": 100,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 45
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-09-24T11:10:33.468176Z",
"created_at": "2024-09-24T11:09:01.819000Z",
"data_removed": false,
"error": null,
"id": "k8k1pmvbzdrm60cj4ew8qpa95m",
"input": {
"model": "dev",
"prompt": "JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they're murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.\n\n\n\n\n\n\n",
"lora_scale": 0.95,
"num_outputs": 2,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 2.01,
"output_quality": 100,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 45
},
"logs": "Using seed: 34055\nPrompt: JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they're murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.\n[!] txt2img mode\nUsing dev model\nfree=6493280063488\nDownloading weights\n2024-09-24T11:09:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpki32aikw/weights url=https://replicate.delivery/yhqm/q8VvkoFqck6DDRIvoRg4TElTLjg6GflNfp86fwbe4n4Sy4fbC/trained_model.tar\n2024-09-24T11:09:59Z | INFO | [ Complete ] dest=/tmp/tmpki32aikw/weights size=\"215 MB\" total_elapsed=1.488s url=https://replicate.delivery/yhqm/q8VvkoFqck6DDRIvoRg4TElTLjg6GflNfp86fwbe4n4Sy4fbC/trained_model.tar\nDownloaded weights in 1.52s\nLoaded LoRAs in 9.36s\n 0%| | 0/45 [00:00<?, ?it/s]\n 2%|▏ | 1/45 [00:00<00:24, 1.78it/s]\n 4%|▍ | 2/45 [00:01<00:21, 1.99it/s]\n 7%|▋ | 3/45 [00:01<00:22, 1.90it/s]\n 9%|▉ | 4/45 [00:02<00:22, 1.86it/s]\n 11%|█ | 5/45 [00:02<00:21, 1.84it/s]\n 13%|█▎ | 6/45 [00:03<00:21, 1.83it/s]\n 16%|█▌ | 7/45 [00:03<00:20, 1.82it/s]\n 18%|█▊ | 8/45 [00:04<00:20, 1.82it/s]\n 20%|██ | 9/45 [00:04<00:19, 1.82it/s]\n 22%|██▏ | 10/45 [00:05<00:19, 1.81it/s]\n 24%|██▍ | 11/45 [00:06<00:18, 1.81it/s]\n 27%|██▋ | 12/45 [00:06<00:18, 1.81it/s]\n 29%|██▉ | 13/45 [00:07<00:17, 1.81it/s]\n 31%|███ | 14/45 [00:07<00:17, 1.81it/s]\n 33%|███▎ | 15/45 [00:08<00:16, 1.81it/s]\n 36%|███▌ | 16/45 [00:08<00:16, 1.81it/s]\n 38%|███▊ | 17/45 [00:09<00:15, 1.80it/s]\n 40%|████ | 18/45 [00:09<00:14, 1.81it/s]\n 42%|████▏ | 19/45 [00:10<00:14, 1.80it/s]\n 44%|████▍ | 20/45 [00:10<00:13, 1.81it/s]\n 47%|████▋ | 21/45 [00:11<00:13, 1.81it/s]\n 49%|████▉ | 22/45 [00:12<00:12, 1.80it/s]\n 51%|█████ | 23/45 [00:12<00:12, 1.80it/s]\n 53%|█████▎ | 24/45 [00:13<00:11, 1.80it/s]\n 56%|█████▌ | 25/45 [00:13<00:11, 1.80it/s]\n 58%|█████▊ | 26/45 [00:14<00:10, 1.80it/s]\n 60%|██████ | 27/45 [00:14<00:09, 1.80it/s]\n 62%|██████▏ | 28/45 [00:15<00:09, 1.80it/s]\n 64%|██████▍ | 29/45 [00:15<00:08, 1.80it/s]\n 67%|██████▋ | 30/45 [00:16<00:08, 1.80it/s]\n 69%|██████▉ | 31/45 [00:17<00:07, 1.80it/s]\n 71%|███████ | 32/45 [00:17<00:07, 1.80it/s]\n 73%|███████▎ | 33/45 [00:18<00:06, 1.80it/s]\n 76%|███████▌ | 34/45 [00:18<00:06, 1.80it/s]\n 78%|███████▊ | 35/45 [00:19<00:05, 1.80it/s]\n 80%|████████ | 36/45 [00:19<00:04, 1.80it/s]\n 82%|████████▏ | 37/45 [00:20<00:04, 1.80it/s]\n 84%|████████▍ | 38/45 [00:20<00:03, 1.80it/s]\n 87%|████████▋ | 39/45 [00:21<00:03, 1.80it/s]\n 89%|████████▉ | 40/45 [00:22<00:02, 1.80it/s]\n 91%|█████████ | 41/45 [00:22<00:02, 1.80it/s]\n 93%|█████████▎| 42/45 [00:23<00:01, 1.80it/s]\n 96%|█████████▌| 43/45 [00:23<00:01, 1.80it/s]\n 98%|█████████▊| 44/45 [00:24<00:00, 1.80it/s]\n100%|██████████| 45/45 [00:24<00:00, 1.80it/s]\n100%|██████████| 45/45 [00:24<00:00, 1.81it/s]",
"metrics": {
"predict_time": 35.959602092,
"total_time": 91.649176
},
"output": [
"https://replicate.delivery/yhqm/Ta3azyTkoPY8FlekGdOOqpebYauGDzMymnCPhmZiZdBpAFgTA/out-0.png",
"https://replicate.delivery/yhqm/uJ1hIh6l1Cr4Atec0g6zHOJehKqPbeR5oj1clgvhLJ3SBKAnA/out-1.png"
],
"started_at": "2024-09-24T11:09:57.508574Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/k8k1pmvbzdrm60cj4ew8qpa95m",
"cancel": "https://api.replicate.com/v1/predictions/k8k1pmvbzdrm60cj4ew8qpa95m/cancel"
},
"version": "f44d81aa9401c7ec7609a0205e5528fd80b08cefd788e2579154b929019a1536"
}
Using seed: 34055
Prompt: JUSTSPOOKY: A grotesque carnival where the clowns are not just creepy—they're murderous. Their grinning faces are smeared with blood, and they carry rusted knives dripping with gore. The funhouse is a maze of mirrors, each reflecting a more horrifying version of yourself, while the Ferris wheel is made of bones and sinew.
[!] txt2img mode
Using dev model
free=6493280063488
Downloading weights
2024-09-24T11:09:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpki32aikw/weights url=https://replicate.delivery/yhqm/q8VvkoFqck6DDRIvoRg4TElTLjg6GflNfp86fwbe4n4Sy4fbC/trained_model.tar
2024-09-24T11:09:59Z | INFO | [ Complete ] dest=/tmp/tmpki32aikw/weights size="215 MB" total_elapsed=1.488s url=https://replicate.delivery/yhqm/q8VvkoFqck6DDRIvoRg4TElTLjg6GflNfp86fwbe4n4Sy4fbC/trained_model.tar
Downloaded weights in 1.52s
Loaded LoRAs in 9.36s
0%| | 0/45 [00:00<?, ?it/s]
2%|▏ | 1/45 [00:00<00:24, 1.78it/s]
4%|▍ | 2/45 [00:01<00:21, 1.99it/s]
7%|▋ | 3/45 [00:01<00:22, 1.90it/s]
9%|▉ | 4/45 [00:02<00:22, 1.86it/s]
11%|█ | 5/45 [00:02<00:21, 1.84it/s]
13%|█▎ | 6/45 [00:03<00:21, 1.83it/s]
16%|█▌ | 7/45 [00:03<00:20, 1.82it/s]
18%|█▊ | 8/45 [00:04<00:20, 1.82it/s]
20%|██ | 9/45 [00:04<00:19, 1.82it/s]
22%|██▏ | 10/45 [00:05<00:19, 1.81it/s]
24%|██▍ | 11/45 [00:06<00:18, 1.81it/s]
27%|██▋ | 12/45 [00:06<00:18, 1.81it/s]
29%|██▉ | 13/45 [00:07<00:17, 1.81it/s]
31%|███ | 14/45 [00:07<00:17, 1.81it/s]
33%|███▎ | 15/45 [00:08<00:16, 1.81it/s]
36%|███▌ | 16/45 [00:08<00:16, 1.81it/s]
38%|███▊ | 17/45 [00:09<00:15, 1.80it/s]
40%|████ | 18/45 [00:09<00:14, 1.81it/s]
42%|████▏ | 19/45 [00:10<00:14, 1.80it/s]
44%|████▍ | 20/45 [00:10<00:13, 1.81it/s]
47%|████▋ | 21/45 [00:11<00:13, 1.81it/s]
49%|████▉ | 22/45 [00:12<00:12, 1.80it/s]
51%|█████ | 23/45 [00:12<00:12, 1.80it/s]
53%|█████▎ | 24/45 [00:13<00:11, 1.80it/s]
56%|█████▌ | 25/45 [00:13<00:11, 1.80it/s]
58%|█████▊ | 26/45 [00:14<00:10, 1.80it/s]
60%|██████ | 27/45 [00:14<00:09, 1.80it/s]
62%|██████▏ | 28/45 [00:15<00:09, 1.80it/s]
64%|██████▍ | 29/45 [00:15<00:08, 1.80it/s]
67%|██████▋ | 30/45 [00:16<00:08, 1.80it/s]
69%|██████▉ | 31/45 [00:17<00:07, 1.80it/s]
71%|███████ | 32/45 [00:17<00:07, 1.80it/s]
73%|███████▎ | 33/45 [00:18<00:06, 1.80it/s]
76%|███████▌ | 34/45 [00:18<00:06, 1.80it/s]
78%|███████▊ | 35/45 [00:19<00:05, 1.80it/s]
80%|████████ | 36/45 [00:19<00:04, 1.80it/s]
82%|████████▏ | 37/45 [00:20<00:04, 1.80it/s]
84%|████████▍ | 38/45 [00:20<00:03, 1.80it/s]
87%|████████▋ | 39/45 [00:21<00:03, 1.80it/s]
89%|████████▉ | 40/45 [00:22<00:02, 1.80it/s]
91%|█████████ | 41/45 [00:22<00:02, 1.80it/s]
93%|█████████▎| 42/45 [00:23<00:01, 1.80it/s]
96%|█████████▌| 43/45 [00:23<00:01, 1.80it/s]
98%|█████████▊| 44/45 [00:24<00:00, 1.80it/s]
100%|██████████| 45/45 [00:24<00:00, 1.80it/s]
100%|██████████| 45/45 [00:24<00:00, 1.81it/s]