It runs without any error, but it generates images where all pixels are the same shade of green (#007B00).
In the basujindal repo, changing the default precision from "autocast" to "full" in the file optimized_txt2img.py fixes this problem. So I tried to do the same for this repo in the file scripts/orig_scripts/txt2img.py but it didn't make a difference.
Whenever I run dream.py with --full_precision it runs out of memory. I have 6 GB of VRAM.
It runs without any error, but it generates images where all pixels are the same shade of green (#007B00).
In the basujindal repo, changing the default precision from "autocast" to "full" in the file optimized_txt2img.py fixes this problem. So I tried to do the same for this repo in the file scripts/orig_scripts/txt2img.py but it didn't make a difference.
Whenever I run dream.py with --full_precision it runs out of memory. I have 6 GB of VRAM.