vivalapanda / conceptual-image-to-image
Conceptual image-to-image model for Stable Diffusion 2.0
- Public
- 3K runs
- GitHub
Prediction
vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213aIDshc4zqi4k5h7jhby2arr4hl2eaStatusSucceededSourceWebHardware–Total durationCreatedInput
- prompt
- A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful
- captioning_model
- blip
- conceptual_image_strength
- 0.37
- structural_image_strength
- 0.4
{ "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIeBVK940yLzPkymOfUbbzaOiYQSduZfOgNts1vEgbA9WZL/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.37, "structural_image_strength": 0.4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run vivalapanda/conceptual-image-to-image using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", { input: { prompt: "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", init_image: "https://replicate.delivery/pbxt/HrIeBVK940yLzPkymOfUbbzaOiYQSduZfOgNts1vEgbA9WZL/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", captioning_model: "blip", conceptual_image_strength: 0.37, structural_image_strength: 0.4 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run vivalapanda/conceptual-image-to-image using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", input={ "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIeBVK940yLzPkymOfUbbzaOiYQSduZfOgNts1vEgbA9WZL/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.37, "structural_image_strength": 0.4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run vivalapanda/conceptual-image-to-image 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": "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", "input": { "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIeBVK940yLzPkymOfUbbzaOiYQSduZfOgNts1vEgbA9WZL/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.37, "structural_image_strength": 0.4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-11-27T05:52:38.541588Z", "created_at": "2022-11-27T05:52:17.801919Z", "data_removed": false, "error": null, "id": "shc4zqi4k5h7jhby2arr4hl2ea", "input": { "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIeBVK940yLzPkymOfUbbzaOiYQSduZfOgNts1vEgbA9WZL/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.37, "structural_image_strength": 0.4 }, "logs": "Using seed: 36973\nInterrogating with ViT-L/14...\na picture of a cat in a space suit, a stock photo by Master MS, featured on reddit, space art, futuristic, sci-fi, stock photo\nCaptioning using blip\nImage prompt: a picture of a cat in a space suit\n0it [00:00, ?it/s]\n2it [00:00, 8.15it/s]\n3it [00:00, 7.05it/s]\n4it [00:00, 6.56it/s]\n5it [00:00, 6.24it/s]\n6it [00:00, 6.17it/s]\n7it [00:01, 6.08it/s]\n8it [00:01, 6.01it/s]\n9it [00:01, 5.97it/s]\n10it [00:01, 5.95it/s]\n11it [00:01, 5.92it/s]\n12it [00:01, 5.91it/s]\n13it [00:02, 5.90it/s]\n14it [00:02, 5.89it/s]\n15it [00:02, 5.88it/s]\n16it [00:02, 5.85it/s]\n17it [00:02, 5.87it/s]\n18it [00:02, 5.89it/s]\n19it [00:03, 5.89it/s]\n20it [00:03, 5.87it/s]\n21it [00:03, 5.88it/s]\n22it [00:03, 5.88it/s]\n23it [00:03, 5.86it/s]\n24it [00:03, 5.88it/s]\n25it [00:04, 5.88it/s]\n26it [00:04, 5.87it/s]\n27it [00:04, 5.88it/s]\n28it [00:04, 5.88it/s]\n29it [00:04, 5.88it/s]\n30it [00:05, 5.88it/s]\n31it [00:05, 5.80it/s]\n32it [00:05, 5.90it/s]\n33it [00:05, 5.85it/s]\n34it [00:05, 5.90it/s]\n35it [00:05, 5.90it/s]\n36it [00:06, 5.89it/s]\n37it [00:06, 5.86it/s]\n38it [00:06, 5.84it/s]\n39it [00:06, 5.90it/s]\n39it [00:06, 5.96it/s]", "metrics": { "predict_time": 20.704048, "total_time": 20.739669 }, "output": [ "https://replicate.delivery/pbxt/5AxQ83MdfbTpYqh7SM1kG9mA3J5Xir9WlDg5p7NtNvySaFCIA/out-0.png", "https://replicate.delivery/pbxt/GL32ZWDlOZbgJBBIi7WRhNR1knfJHU7ulHkA2DLpFxfl0KEQA/out-1.png", "https://replicate.delivery/pbxt/4FrZyCK7d9LUH50peLeXzMQiheg9xj7naC4EwFRmPAXMpVIgA/out-2.png", "https://replicate.delivery/pbxt/9Mrxrf4FG6QPbyTIEvuL56fijnpqE0BJHhWIvLy5MIeMpVIgA/out-3.png" ], "started_at": "2022-11-27T05:52:17.837540Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/shc4zqi4k5h7jhby2arr4hl2ea", "cancel": "https://api.replicate.com/v1/predictions/shc4zqi4k5h7jhby2arr4hl2ea/cancel" }, "version": "135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a" }
Generated inUsing seed: 36973 Interrogating with ViT-L/14... a picture of a cat in a space suit, a stock photo by Master MS, featured on reddit, space art, futuristic, sci-fi, stock photo Captioning using blip Image prompt: a picture of a cat in a space suit 0it [00:00, ?it/s] 2it [00:00, 8.15it/s] 3it [00:00, 7.05it/s] 4it [00:00, 6.56it/s] 5it [00:00, 6.24it/s] 6it [00:00, 6.17it/s] 7it [00:01, 6.08it/s] 8it [00:01, 6.01it/s] 9it [00:01, 5.97it/s] 10it [00:01, 5.95it/s] 11it [00:01, 5.92it/s] 12it [00:01, 5.91it/s] 13it [00:02, 5.90it/s] 14it [00:02, 5.89it/s] 15it [00:02, 5.88it/s] 16it [00:02, 5.85it/s] 17it [00:02, 5.87it/s] 18it [00:02, 5.89it/s] 19it [00:03, 5.89it/s] 20it [00:03, 5.87it/s] 21it [00:03, 5.88it/s] 22it [00:03, 5.88it/s] 23it [00:03, 5.86it/s] 24it [00:03, 5.88it/s] 25it [00:04, 5.88it/s] 26it [00:04, 5.87it/s] 27it [00:04, 5.88it/s] 28it [00:04, 5.88it/s] 29it [00:04, 5.88it/s] 30it [00:05, 5.88it/s] 31it [00:05, 5.80it/s] 32it [00:05, 5.90it/s] 33it [00:05, 5.85it/s] 34it [00:05, 5.90it/s] 35it [00:05, 5.90it/s] 36it [00:06, 5.89it/s] 37it [00:06, 5.86it/s] 38it [00:06, 5.84it/s] 39it [00:06, 5.90it/s] 39it [00:06, 5.96it/s]
Prediction
vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213aInput
- prompt
- A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful
- captioning_model
- blip
- conceptual_image_strength
- 0.44
- structural_image_strength
- 0.09
{ "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIfTF8vV2r9cCYnpU4bqlZQcFaW6USaRJI5tFyVBh87XQfy/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.44, "structural_image_strength": 0.09 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run vivalapanda/conceptual-image-to-image using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", { input: { prompt: "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", init_image: "https://replicate.delivery/pbxt/HrIfTF8vV2r9cCYnpU4bqlZQcFaW6USaRJI5tFyVBh87XQfy/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", captioning_model: "blip", conceptual_image_strength: 0.44, structural_image_strength: 0.09 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run vivalapanda/conceptual-image-to-image using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", input={ "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIfTF8vV2r9cCYnpU4bqlZQcFaW6USaRJI5tFyVBh87XQfy/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.44, "structural_image_strength": 0.09 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run vivalapanda/conceptual-image-to-image 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": "vivalapanda/conceptual-image-to-image:135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a", "input": { "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIfTF8vV2r9cCYnpU4bqlZQcFaW6USaRJI5tFyVBh87XQfy/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.44, "structural_image_strength": 0.09 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-11-27T05:54:02.109036Z", "created_at": "2022-11-27T05:53:38.973029Z", "data_removed": false, "error": null, "id": "xrpktwitbzaaham7hgsbvi4y2i", "input": { "prompt": "A psychedelic being living in an extradimensional reality, in the style of wlop, illustration, epic, fantasy, hyper detailed, smooth, unreal engine, sharp focus, ray tracing, physically based rendering, renderman, beautiful", "init_image": "https://replicate.delivery/pbxt/HrIfTF8vV2r9cCYnpU4bqlZQcFaW6USaRJI5tFyVBh87XQfy/Screen%20Shot%202022-11-26%20at%208.51.29%20PM.png", "captioning_model": "blip", "conceptual_image_strength": 0.44, "structural_image_strength": 0.09 }, "logs": "Using seed: 25141\nInterrogating with ViT-L/14...\na picture of a cat in a space suit, a stock photo by Master MS, featured on reddit, space art, futuristic, sci-fi, stock photo\nCaptioning using blip\nImage prompt: a picture of a cat in a space suit\n0it [00:00, ?it/s]\n2it [00:00, 8.24it/s]\n3it [00:00, 7.06it/s]\n4it [00:00, 6.57it/s]\n5it [00:00, 6.32it/s]\n6it [00:00, 6.16it/s]\n7it [00:01, 6.08it/s]\n8it [00:01, 6.00it/s]\n9it [00:01, 5.98it/s]\n10it [00:01, 5.90it/s]\n11it [00:01, 5.94it/s]\n12it [00:01, 5.93it/s]\n13it [00:02, 5.91it/s]\n14it [00:02, 5.89it/s]\n15it [00:02, 5.90it/s]\n16it [00:02, 5.90it/s]\n17it [00:02, 5.89it/s]\n18it [00:02, 5.89it/s]\n19it [00:03, 5.89it/s]\n20it [00:03, 5.88it/s]\n21it [00:03, 5.89it/s]\n22it [00:03, 5.83it/s]\n23it [00:03, 5.87it/s]\n24it [00:03, 5.88it/s]\n25it [00:04, 5.88it/s]\n26it [00:04, 5.88it/s]\n27it [00:04, 5.88it/s]\n28it [00:04, 5.88it/s]\n29it [00:04, 5.88it/s]\n30it [00:05, 5.88it/s]\n31it [00:05, 5.89it/s]\n32it [00:05, 5.89it/s]\n33it [00:05, 5.88it/s]\n34it [00:05, 5.88it/s]\n35it [00:05, 5.88it/s]\n36it [00:06, 5.88it/s]\n37it [00:06, 5.88it/s]\n38it [00:06, 5.88it/s]\n39it [00:06, 5.88it/s]\n40it [00:06, 5.88it/s]\n41it [00:06, 5.88it/s]\n42it [00:07, 5.88it/s]\n43it [00:07, 5.88it/s]\n44it [00:07, 5.88it/s]\n45it [00:07, 5.88it/s]\n46it [00:07, 5.89it/s]\n47it [00:07, 5.89it/s]\n48it [00:08, 5.88it/s]\n49it [00:08, 5.89it/s]\n50it [00:08, 5.89it/s]\n51it [00:08, 5.89it/s]\n52it [00:08, 5.89it/s]\n53it [00:08, 5.87it/s]\n54it [00:09, 5.89it/s]\n54it [00:09, 5.94it/s]", "metrics": { "predict_time": 23.087992, "total_time": 23.136007 }, "output": [ "https://replicate.delivery/pbxt/CmhQKaxUuFZMDB8e2HGyWcMmAUregPto2NAcLKJ4jDC51KEQA/out-0.png", "https://replicate.delivery/pbxt/VqHkTNSqVRqbLVqeXlHPecfeN71uyqcRzTQOHzUmSzxnXrQAB/out-1.png", "https://replicate.delivery/pbxt/r87Bm1ZKGY68BRnX2Wb3uZeBNW3EQT0He3NQMDtJ0QX51KEQA/out-2.png", "https://replicate.delivery/pbxt/JBGyzaSx64IrCRlbEN5Qpjwv6ORIFi5saj4hdqQ9byReaFCIA/out-3.png" ], "started_at": "2022-11-27T05:53:39.021044Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/xrpktwitbzaaham7hgsbvi4y2i", "cancel": "https://api.replicate.com/v1/predictions/xrpktwitbzaaham7hgsbvi4y2i/cancel" }, "version": "135c37cd921ccba0d2d40b2c36b5da50565504804d0efb8ffe4c29d22f37213a" }
Generated inUsing seed: 25141 Interrogating with ViT-L/14... a picture of a cat in a space suit, a stock photo by Master MS, featured on reddit, space art, futuristic, sci-fi, stock photo Captioning using blip Image prompt: a picture of a cat in a space suit 0it [00:00, ?it/s] 2it [00:00, 8.24it/s] 3it [00:00, 7.06it/s] 4it [00:00, 6.57it/s] 5it [00:00, 6.32it/s] 6it [00:00, 6.16it/s] 7it [00:01, 6.08it/s] 8it [00:01, 6.00it/s] 9it [00:01, 5.98it/s] 10it [00:01, 5.90it/s] 11it [00:01, 5.94it/s] 12it [00:01, 5.93it/s] 13it [00:02, 5.91it/s] 14it [00:02, 5.89it/s] 15it [00:02, 5.90it/s] 16it [00:02, 5.90it/s] 17it [00:02, 5.89it/s] 18it [00:02, 5.89it/s] 19it [00:03, 5.89it/s] 20it [00:03, 5.88it/s] 21it [00:03, 5.89it/s] 22it [00:03, 5.83it/s] 23it [00:03, 5.87it/s] 24it [00:03, 5.88it/s] 25it [00:04, 5.88it/s] 26it [00:04, 5.88it/s] 27it [00:04, 5.88it/s] 28it [00:04, 5.88it/s] 29it [00:04, 5.88it/s] 30it [00:05, 5.88it/s] 31it [00:05, 5.89it/s] 32it [00:05, 5.89it/s] 33it [00:05, 5.88it/s] 34it [00:05, 5.88it/s] 35it [00:05, 5.88it/s] 36it [00:06, 5.88it/s] 37it [00:06, 5.88it/s] 38it [00:06, 5.88it/s] 39it [00:06, 5.88it/s] 40it [00:06, 5.88it/s] 41it [00:06, 5.88it/s] 42it [00:07, 5.88it/s] 43it [00:07, 5.88it/s] 44it [00:07, 5.88it/s] 45it [00:07, 5.88it/s] 46it [00:07, 5.89it/s] 47it [00:07, 5.89it/s] 48it [00:08, 5.88it/s] 49it [00:08, 5.89it/s] 50it [00:08, 5.89it/s] 51it [00:08, 5.89it/s] 52it [00:08, 5.89it/s] 53it [00:08, 5.87it/s] 54it [00:09, 5.89it/s] 54it [00:09, 5.94it/s]
Want to make some of these yourself?
Run this model