File size: 514 Bytes
210008d 10a09ee 13780a1 10a09ee 13780a1 10a09ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
pipeline_tag: image-to-image
---
import replicate
input = {
"image": "https://replicate.delivery/pbxt/KW7Getr2zD5ECxySdBZtLmPa322lNkXrpkMdKcmxeaDmq2b1/MTk4MTczMTkzNzI1Mjg5NjYy.webp",
"style": "Clay",
"prompt": "a person in a post apocalyptic war game",
"instant_id_strength": 0.8
}
output = replicate.run(
"fofr/face-to-many:35cea9c3164d9fb7fbd48b51503eabdb39c9d04fdaef9a68f368bed8087ec5f9",
input=input
)
print(output)
#=> ["https://replicate.delivery/pbxt/R1ayGe5efoQbaoRzgDEJdLs... |