Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

have the same problem....


06/11/2022 19:44:10 Stable diffusion original model(v1.4) check: Failed 


this is what I see in the log file

I got a different ckpt model file and dropped it in the folder. This got me to the point that I can enter a prompt but it always generates a completely green image

(1 edit) (+1)

Could you please download the model from https://huggingface.co/CompVis/stable-diffusion-v-1-4-original

I've tried it with both the

  • sd-v1-4.ckpt
  • sd-v1-4-full-ema.ckpt

files. But I get the same result. If I just drop them in the model folder, it keeps asking me to download the model file again. If I rename it to "model.ckpt" it runs but only produces the same green screen

Please download the latest version SDImageGenerator v 1.0.6

It has the SD model file so no need to download it

I'm still getting the same problem. I get a completely green picture. I must be doing something wrong, but I'm not sure what.

Do you have a GTX 16xx card? If so you need to use the arguments --precision full --no-half --medvram. Those cards can't run at half precision because they are turing GPUs without tensor cores.

(1 edit)

Yes, SDIG has full precision support, please enable it in the settings.