perchance-christus.md aktualisiert

This commit is contained in:
johappel 2024-06-05 15:37:36 +00:00
parent 36967f0492
commit 0241990166
2 changed files with 69 additions and 4811 deletions

File diff suppressed because one or more lines are too long

69
perchance-christus.md Normal file
View file

@ -0,0 +1,69 @@
# Christus-Bild-Generator
https://perchance.org/yz31uwjhue
![]()
## HTML
```html
<h1>[title]</h1>
<p style="margin:1em auto; padding:0 1em; max-width:768px;">[output]</p>
<input oninput="attribute = this.value" placeholder="Gib ein zusätzliches Attribut an" onChange="update()"/>
<button onclick="update()">Generiere</button>
```
## Script
```txt
image = {import:text-to-image-plugin}
title
Jesus Christus
character
Jesus Christ|Christ|Son of God|Lord Jesus|God
item
a bag with coins
a long staff
a sword
a red line
fire
bread and fishes
bread and wine
good smelling oil
adjective
compassionate
serene
resolute
sorrowful
pack
bag
sack
none
place
Jerusalem
Golgatha
the Temple
in the sky
a garden
in Hades
the Last Supper
time
night
day
prompt
title: [character], [adjective], in [place] at [time], holding [item].
brushwork, rich colors, dramatic lighting, classical style, oil on canvas, realism, fine details, high resolution
resolution = 512x768
output
[image(prompt)]
```