Edna

Results 49 comments of Edna

Somewhat related: I'm getting that same error when running the executable of esrgan in Google Colab (an error before this needed me to install libvulkan-dev)

Temporary fix: downgrade to version 2.2.4 ( https://github.com/xinntao/Real-ESRGAN )

It's not something obvious and took me a while to troubleshoot on colab before I just reverted versions. Try updating your packages and installing the package 'libc6' (I'm not expecting...

Did you do ```pip install big-sleep python3 import big-sleep.Imagine as dream dream(text = "text") ``` Or just ```pip install big-sleep dream(text = "text") ``` ? The dream command is not...

Sorry, typo. try this instead `big_sleep.Imagine as dream`

If you look at issue #131, it looks like big sleep won't work without cuda. To answer your original question, it won't work on most of all macs (I'm not...

Oh- actually there's an easier way to do this, which will save a live preview and save each iteration ``` from big_sleep import Imagine from PIL import Image import cv2...

> > but I've moved on to new and faster models since then > > @Ednaordinary which ones if I can ask? @illtellyoulater Glid-3 is my current model, it can...

> Hey @Ednaordinary I decided to try your code above to check if the way you are generating previews worked faster than my solution, but I got a few errors:...

@illtellyoulater Fixed, I forgot to tell save_every to save every 1 so that it actually has something to copy (along with the other errors you mentioned) ``` from big_sleep import...