TheAuthor_13@lemm.ee to AI Generated Images@sh.itjust.worksEnglish · 1 year ago“Show me what you look like”lemm.eeimagemessage-square8fedilinkarrow-up149arrow-down11
arrow-up148arrow-down1image“Show me what you look like”lemm.eeTheAuthor_13@lemm.ee to AI Generated Images@sh.itjust.worksEnglish · 1 year agomessage-square8fedilink
minus-squareThe Bard in Green@lemmy.starlightkel.xyzlinkfedilinkEnglisharrow-up14·1 year ago You might be on to something. I gave Stable Diffusion 1.5 this same prompt and now I’m scared to touch my computer.
minus-squaredisguy_ovahea@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year agoThat looks like what you summon if you say “Bloody Daisy” three times while looking into the camera.
minus-squareThe Bard in Green@lemmy.starlightkel.xyzlinkfedilinkEnglisharrow-up4·1 year ago`import cv2 cap = cv2.VideoCapture(0) if not cap.isOpened(): print(“Error: Could not open webcam.”) for _ in range(3): print(“Bloody Daisy”) cap.release() cv2.destroyAllWindows()`
minus-squareSatansMaggotyCumFart@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoI’m pretty sure I just summoned a daemon reading that.
You might be on to something. I gave Stable Diffusion 1.5 this same prompt and now I’m scared to touch my computer.
That looks like what you summon if you say “Bloody Daisy” three times while looking into the camera.
`import cv2
cap = cv2.VideoCapture(0)
if not cap.isOpened(): print(“Error: Could not open webcam.”)
for _ in range(3): print(“Bloody Daisy”)
cap.release() cv2.destroyAllWindows()`
I’m pretty sure I just summoned a daemon reading that.