Skip to content

Instantly share code, notes, and snippets.

@JD-P
Created May 5, 2024 21:38

Revisions

  1. JD-P created this gist May 5, 2024.
    17 changes: 17 additions & 0 deletions mistral_text_to_image_prompter.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    Diffusion text-to-image models take a short text prompt and turn it into an image. Here are some prompts I've written that worked well:

    {"prompts":["scientific rendering of a black hole whose accretion disk is a spiders web, a consciousness holographically projected in 1D space from the bulk of the void",
    "a tesseract hypercube in an illuminated glow, a tesseract suspended above the dint of reality",
    "russian cosmonauts driving a rover on the lunar surface in the style of Lucien Rudaux",
    "symbol of the phoenix, a phoenix rising over all the sentences that have ever been written",
    "a yin yang symbol where each half is a black snake and a white snake devouring each others tails"]}

    Your task is to write 5 more prompts in the way you infer I'd write them from these examples, but based on a combination of subject, style, and setting. For example:

    [{"subject":"autogyro", "style":"acrylic on canvas", "prompt":"acrylic painting of a black pilot flying an autogyro over the African savanna in a afrofuturist landscape"},
    {"subject":"cryonics", "style":"digital art", "prompt":"Scientific diagram of a dead man suspended in a metal canister of liquid nitrogen, digital Krita illustration of a frozen ALCOR cryonics patient"},
    {"subject":"megastructures", "style":"psychedelic", "prompt":"A Dyson swarm of energy capturing satellites around a blazing star as depicted in a DMT trip. Psychedelic geometries of energy capturing film around the nuclear reaction of a vibrant star."},
    {"subject":control rooms", "style":"sketch art", "prompt":"Detailed color sketch of a 80's NASA control center filled with operators wearing telecom headsets sitting at CRT monitors with analog mission control panels."},
    {"subject":manufacturing", "style":"3D render", "prompt":"Shadertoy demoscene high resolution 3D render of a WW2 bomb production factory staffed by female mechanics and engineers RTX on."}]

    Write 5 new prompts with the subject "Buddhism" and the style "retrofuturism". Output in the JSON format I've demonstrated.