Runtime errors, again… Help

Viewing 2 reply threads
  • Author
    Posts
    • #17356
      Peter Macdonald
      Participant

        Guys, is there anyway to fix this in A1111 UI:

        AI-Tools\A1111\sd.webui\webui\modules\sd_samplers_common.py:68: RuntimeWarning: invalid value encountered in cast
        x_sample = x_sample.astype(np.uint8)
        100%|█████████████████████████████████████████████████████| 30/30 [00:10<00:00, 2.75it/s]
        D:\AI-Tools\A1111\sd.webui\webui\modules\processing.py:1035: RuntimeWarning: invalid value encountered in cast
        x_sample = x_sample.astype(np.uint8)

        I get this every 3rd or so render.. I’ve tried, “floating point to 32 in settings”, –no half vae, –precision full, with controlnet, without controlnet, etc, etc… What is it?… I just did a clean install due to controlnet models not working, now this.

        What does it take to get a functioning UI of A111? I have a AMD 7700, 8 core, 128 Gigs of Ram, 3090 Graphics card with 24 G VRAM…  Can I pay someone to fix this?  Beyond fustration… Help, thanks..

      • #17403
        AndrewAndrew
        Keymaster

          Haven’t encountered this before but you can try:

          1. Use SDP Attention “–opt-sdp-attention” argument.

          2. Forge uses a different backend. Try if you see the same error.

        • #17430
          Peter Macdonald
          Participant

            Thanks, I’ll try… I’m having some luck with –no half          … in the command line. Seems to make things a tad slower but it’s stable (no pun) now.

            I’ll try your suggestion as well

            Peter

            • #17431
              AndrewAndrew
              Keymaster

                One more thing come to mind: Use python 3.10

          Viewing 2 reply threads
          • You must be logged in to reply to this topic.