• The Bard in GreenA
    link
    fedilink
    English
    115 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.

      • The Bard in GreenA
        link
        fedilink
        English
        35 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()`