-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Description
Hi,
I am trying to generate some AI art with your code but I keep getting broken results and half of them are the Rickroll meme photo.
Following is the command I used to generate this:
python 'scripts/txt2img.py' \
--ckpt 'sd-v1-3.ckpt' \
--config "configs/stable-diffusion/v1-inference.yaml" \
--n_samples 1 \
--W 256 \
--H 256 \
--plms \
--n_iter 50 \
--prompt "photo of a cat"
I tried the v1.4 model and get similar results. My videocard is an RTX 2080 Super, 8G VRAM, so I can't try any larger resolutions (they just fail with OOM errors).
I've tried simple commands, as in the README of the repository, or alternative variations of the above command and still get the same result.
At this point in time I am starting to worry if I have downloaded a virus, though I checked the sha values...
Any help would be welcome.
Metadata
Metadata
Assignees
Labels
No labels