big-sleep icon indicating copy to clipboard operation
big-sleep copied to clipboard

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun

Results 62 big-sleep issues
Sort by recently updated
recently updated
newest added

I tried to run several examples on GCP with torch installed correctly and GPU. ``` dream = Imagine( text = "an armchair in the form of pikachu", ) dream() ```...

I try to use my ubuntu machine to run big-sleep. It installs cuda. Big-sleep is also running normally, but during the running process, the performance of my GPU is not...

Hello Newbie here. I'm on Mac M1 Installation worked with "pip install big-sleep" But then when I try "dream..." it says "command not found" Does anyone know why and how...

Hi all, I'm new and this might be a newbie question... Is there a way to emulate cuda on mac m1 gpu's? Or use big-sleep at a CPU level? I...

I would love to have a live feed of what modifications are being done to the image without having to re-open the image over and over again, anyone have any...

Hi there!! First of all, amazing job with your library. It achieves great results, and it is not difficult to implement. I have several laptops, and I could run this...

Hi @lucidrains, @afiaka87, @DrJKL, @enricoros, and all other contributors to this amazing project. I am trying to figure out the following: I saw there is an "--img" flag for using...

When I run `!dream "something"` on the given colab, it seems to start the training process and displays epochs / losses. Is there a way to simply look at the...

Is that possible to train the model using custom dataset with pretrained model?

How should I go about to replace BigGAN with your StyleGAN2 package?