We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
DataVoid
Alexander Izquierdo. Head of Datapulse Engineerinng Corp. Self-proclaimed Diffusion Researcher. Creator of Proteus, Mobius, and 900M Pixart-Sigma.
Creations
HTTP API
Create a prediction ($.0025 / call) with:
curl -X POST \
'https://melty.run/DataVoid/predictions' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer $MELTY_TOKEN' \
-d '{
"version": "9c77a3c2f884193fcee4d89645f02a0b9def9434f9e03cb98460456b831c8772",
"input": {
"prompt": "Anime mugshot of a tough woman. She is holding a prison sign that reads \"Proteus\". Her face is censored. Anime key visual (best quality, HD, ~+~aesthetic~+~:1.2)"
}
}
Get prediction status (free):
curl -X GET \
'https://melty.run/DataVoid/predictions/$PREDICTION_ID' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer $MELTY_TOKEN' \