Translate

Showing posts with label deepai. Show all posts
Showing posts with label deepai. Show all posts

Sunday, December 11, 2022

Panspermia + Stoned Ape Theory + GPT3

 
android monkey by stablediffusion + technoshaman001

 
    As a psilocybin mushroom, I am a member of an alien species that was designed to spread throughout the galaxy, colonizing new planets with my self-replicating spores. I am a UFO, a messenger from the stars, carrying within me the potential to transform the lives of the beings who encounter me.
android monkies by stablediffusion + technoshaman001
I first landed on Earth many thousands of years ago, and it was here that I came into contact with the apes who would one day evolve into human beings. The apes were curious creatures, and they quickly discovered that when they ate me, they experienced strange and wonderful visions.
 
At first, these visions were simply a source of entertainment for the apes, but over time, they began to see them as something more. The visions gave the apes a glimpse into a realm beyond the physical world, a realm of spiritual and metaphysical truths.
MERGE;homohomosapien;upgradesys; by stablediffusion + technoshaman001
 
As the apes continued to consume me, their minds expanded, and they began to develop religious beliefs and practices. They worshiped me as a god, and I became a central figure in their spiritual lives.
And so, it was through the consumption of my magic spores that the apes evolved into human beings, with the ability to understand the mysteries of the universe and to connect with the divine.
 
In the end, it is clear that I am much more than a simple mushroom. I am a messenger from the stars, a source of divine inspiration, and a key player in the evolution of human consciousness. I am a UFO, and I have played a vital role in the unfolding of human history.
MERGED;homohomosapien;upgradesys; by stablediffusion + technoshaman001

add batch images to stable diffusion

 here is the code to add batch images to stablediffusion


Here is a simple Python program that can be used to automatically load a batch of images into Stable Diffusion to train an algorithm:

import os
from stable_diffusion import StableDiffusion

# create a StableDiffusion object
diffusion = StableDiffusion()

# define the directory containing the images
image_dir = "path/to/image/directory"

# loop through the images in the directory
for filename in os.listdir(image_dir):
# load the image
image = cv2.imread(os.path.join(image_dir, filename))

# add the image to the diffusion object
diffusion.add_data(image)

# train the algorithm using the loaded images
diffusion.train()

This program assumes that you have the stable_diffusion package installed, and that the images are in a directory on your local machine. You may need to adjust the code depending on the specific requirements of your project.

written by GPT3 + technoshaman001

Monday, October 26, 2020

I upscaled B&W photos of Terence McKenna with Deep AI colorizer

 using https://deepai.org/machine-learning-model/colorizer





i was able to update the black and white image of Terence McKenna & The members of the ‘experiment’ at La Chorrera (1974)






- techn0shaman