@[email protected] to AI Generated [email protected]English • 5 months ago“Show me what you look like”lemm.eeimagemessage-square8fedilinkarrow-up148arrow-down11
arrow-up147arrow-down1image“Show me what you look like”lemm.ee@[email protected] to AI Generated [email protected]English • 5 months agomessage-square8fedilink
minus-squareThe Bard in GreenlinkfedilinkEnglish14•5 months 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-square@disguy_ovahealinkEnglish5•5 months agoThat looks like what you summon if you say “Bloody Daisy” three times while looking into the camera.
minus-squareThe Bard in GreenlinkfedilinkEnglish4•5 months 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-squareSatansMaggotyCumFartlinkEnglish4•5 months 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.