File "C:\open\git\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\memory.py", line 123, in decorator return function(batch_size, grad_size, prof, *args, **kwargs) File "C:\open\git\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\train_dreambooth.py...
throw new TypeError('bad set'); d.set = s; } if (('get' in d || 'set' in d) && ('value' in d || 'writable' in d)) throw new TypeError('identity-confused descriptor'); return d; } if (typeof obj !== 'object' || obj === null) throw new TypeError('bad obj'); p...
TypeError: list indices must be integers or slices, not str ...which i think is because Im not extracting items from a list by index, rather by string values. Any ideas? David..Maps with no limits.. Reply 0 Kudos by jcarlson 11-26-2021 01:46 PM What ...
from typing import Final, ClassVar from pydantic import BaseModel class Template(BaseModel): kind: Final[ClassVar[str]] = "xxx" content: str Will raise TypeError: typing.ClassVar[str] is not valid as type argumentzen-xu added the bug V1 label May 9, 2021 Contributor uriyyo commented May...