Skip to content

Keep getting Rickrolled #71

@mokiat

Description

@mokiat

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.
rickrolled

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions