You're looking at a specific version of this model. Jump to the model overview.
m1guelpf /emoji-diffusion:ba30355c
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 m1guelpf/emoji-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"m1guelpf/emoji-diffusion:ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d",
{
input: {
width: 512,
height: 512,
prompt: "emoji pokemon",
scheduler: "DDIM",
num_outputs: 1,
guidance_scale: 7.5,
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.
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 m1guelpf/emoji-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"m1guelpf/emoji-diffusion:ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d",
input={
"width": 512,
"height": 512,
"prompt": "emoji pokemon",
"scheduler": "DDIM",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"num_inference_steps": 50
}
)
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 m1guelpf/emoji-diffusion 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": "ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d",
"input": {
"width": 512,
"height": 512,
"prompt": "emoji pokemon",
"scheduler": "DDIM",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"num_inference_steps": 50
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/m1guelpf/emoji-diffusion@sha256:ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d \
-i 'width=512' \
-i 'height=512' \
-i 'prompt="emoji pokemon"' \
-i 'scheduler="DDIM"' \
-i 'num_outputs=1' \
-i 'guidance_scale=7.5' \
-i 'prompt_strength=0.8' \
-i 'num_inference_steps=50'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/m1guelpf/emoji-diffusion@sha256:ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "width": 512, "height": 512, "prompt": "emoji pokemon", "scheduler": "DDIM", "num_outputs": 1, "guidance_scale": 7.5, "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.0060. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2022-11-22T12:35:46.560668Z",
"created_at": "2022-11-22T12:35:42.650560Z",
"data_removed": false,
"error": null,
"id": "n6oanlt4pvfyjirb4lwowajjhm",
"input": {
"width": 512,
"height": 512,
"prompt": "emoji pokemon",
"scheduler": "DDIM",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"num_inference_steps": 50
},
"logs": "Using seed: 23138\n 0%| | 0/50 [00:00<?, ?it/s]\n 4%|▍ | 2/50 [00:00<00:03, 13.43it/s]\n 8%|▊ | 4/50 [00:00<00:03, 13.82it/s]\n 12%|█▏ | 6/50 [00:00<00:03, 13.90it/s]\n 16%|█▌ | 8/50 [00:00<00:02, 14.24it/s]\n 20%|██ | 10/50 [00:00<00:02, 14.42it/s]\n 24%|██▍ | 12/50 [00:00<00:02, 14.49it/s]\n 28%|██▊ | 14/50 [00:00<00:02, 14.26it/s]\n 32%|███▏ | 16/50 [00:01<00:02, 14.43it/s]\n 36%|███▌ | 18/50 [00:01<00:02, 14.58it/s]\n 40%|████ | 20/50 [00:01<00:02, 14.68it/s]\n 44%|████▍ | 22/50 [00:01<00:01, 14.73it/s]\n 48%|████▊ | 24/50 [00:01<00:01, 14.70it/s]\n 52%|█████▏ | 26/50 [00:01<00:01, 14.65it/s]\n 56%|█████▌ | 28/50 [00:01<00:01, 14.68it/s]\n 60%|██████ | 30/50 [00:02<00:01, 14.77it/s]\n 64%|██████▍ | 32/50 [00:02<00:01, 14.85it/s]\n 68%|██████▊ | 34/50 [00:02<00:01, 14.94it/s]\n 72%|███████▏ | 36/50 [00:02<00:00, 15.00it/s]\n 76%|███████▌ | 38/50 [00:02<00:00, 15.03it/s]\n 80%|████████ | 40/50 [00:02<00:00, 15.04it/s]\n 84%|████████▍ | 42/50 [00:02<00:00, 14.83it/s]\n 88%|████████▊ | 44/50 [00:03<00:00, 14.81it/s]\n 92%|█████████▏| 46/50 [00:03<00:00, 14.83it/s]\n 96%|█████████▌| 48/50 [00:03<00:00, 14.87it/s]\n100%|██████████| 50/50 [00:03<00:00, 14.90it/s]\n100%|██████████| 50/50 [00:03<00:00, 14.68it/s]",
"metrics": {
"predict_time": 3.876598,
"total_time": 3.910108
},
"output": [
"https://replicate.delivery/pbxt/zyIyrY4HnPq5LZRzp4kATseqZhhVKflsrRcptHxnIuOiQnCQA/out-0.png"
],
"started_at": "2022-11-22T12:35:42.684070Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/n6oanlt4pvfyjirb4lwowajjhm",
"cancel": "https://api.replicate.com/v1/predictions/n6oanlt4pvfyjirb4lwowajjhm/cancel"
},
"version": "ba30355ce02ca4755d60f7f083e3c0e2593fd3ee687a0dc1fca236deb6046e4d"
}
Using seed: 23138
0%| | 0/50 [00:00<?, ?it/s]
4%|▍ | 2/50 [00:00<00:03, 13.43it/s]
8%|▊ | 4/50 [00:00<00:03, 13.82it/s]
12%|█▏ | 6/50 [00:00<00:03, 13.90it/s]
16%|█▌ | 8/50 [00:00<00:02, 14.24it/s]
20%|██ | 10/50 [00:00<00:02, 14.42it/s]
24%|██▍ | 12/50 [00:00<00:02, 14.49it/s]
28%|██▊ | 14/50 [00:00<00:02, 14.26it/s]
32%|███▏ | 16/50 [00:01<00:02, 14.43it/s]
36%|███▌ | 18/50 [00:01<00:02, 14.58it/s]
40%|████ | 20/50 [00:01<00:02, 14.68it/s]
44%|████▍ | 22/50 [00:01<00:01, 14.73it/s]
48%|████▊ | 24/50 [00:01<00:01, 14.70it/s]
52%|█████▏ | 26/50 [00:01<00:01, 14.65it/s]
56%|█████▌ | 28/50 [00:01<00:01, 14.68it/s]
60%|██████ | 30/50 [00:02<00:01, 14.77it/s]
64%|██████▍ | 32/50 [00:02<00:01, 14.85it/s]
68%|██████▊ | 34/50 [00:02<00:01, 14.94it/s]
72%|███████▏ | 36/50 [00:02<00:00, 15.00it/s]
76%|███████▌ | 38/50 [00:02<00:00, 15.03it/s]
80%|████████ | 40/50 [00:02<00:00, 15.04it/s]
84%|████████▍ | 42/50 [00:02<00:00, 14.83it/s]
88%|████████▊ | 44/50 [00:03<00:00, 14.81it/s]
92%|█████████▏| 46/50 [00:03<00:00, 14.83it/s]
96%|█████████▌| 48/50 [00:03<00:00, 14.87it/s]
100%|██████████| 50/50 [00:03<00:00, 14.90it/s]
100%|██████████| 50/50 [00:03<00:00, 14.68it/s]