IndigoDosSantos / stable-cascade-one-click-installer

Easy setup for generating beautiful images with Stable Cascade.
GNU Affero General Public License v3.0
70 stars 8 forks source link

shape '[6, 77, -1]' is invalid for input of size 98560 #40

Closed Seafood0808 closed 3 months ago

Seafood0808 commented 4 months ago

Original python uses 3.10.6 When I upgraded python 3.10.11 Only 1 picture can be generated, if more than one picture is generated The following error occurs Sizes of tensors must match except in dimension 0. Expected size 1280 but got size 640 for tensor number 1 in the list. and RuntimeError: shape '[6, 77, -1]' is invalid for input of size 98560 Everything's fine when there's no upgrade. Is there a solution to this?