taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

torch._six is depreciated, remove import

Open miamannionx opened this issue 1 year ago • 3 comments

Torch does not support torch._six anymore, so removed from torch._six import string_classes

Replaced string_classes with str.

Reference: https://github.com/pytorch/pytorch/pull/94709

miamannionx avatar Apr 04 '23 14:04 miamannionx

I think this would also resolve #223

wyardley avatar Oct 25 '23 18:10 wyardley

@rromb @manolo-lolo is this project still maintained, and do you know who a current maintainer is?

wyardley avatar Nov 01 '23 20:11 wyardley

@wyardley My guess is that this project is no longer maintained in favor of newer methods/repositories, such as the stable diffusion one. I think @rromb can tell you more.

manolo-lolo avatar Dec 12 '23 14:12 manolo-lolo