DataVoid

Alexander Izquierdo. Head of Datapulse Engineerinng Corp. Self-proclaimed Diffusion Researcher. Creator of Proteus, Mobius, and 900M Pixart-Sigma.

Creations

(("Proteus"):text_logo:1)

(("Proteus"):text_logo:1)

black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed

black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed

1980s anime portrait of a character

1980s anime portrait of a character

black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed

black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed

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' \