jossalgon / StableDiffusionTelegram

StableDiffusionTelegram is a telegram bot that allows to generate images using the stable diffusion AI from a telegram bot, in a much more comfortable and simple way.
129 stars 44 forks source link

debian server #4

Open rafalohaki opened 1 year ago

rafalohaki commented 1 year ago

i installed pytorch for cpu on debian server got error: Pipelines loaded with torch_dtype=torch.float16 cannot run with cpu or mps device. It is not recommended to move them to cpu or mps as running them will fail. Please make sure to use a cuda device to run the pipeline in inference. due to the lack of support for float16 operations on those devices in PyTorch. Please remove the torch_dtype=torch.float16 argument, or use a cuda device to run inference.

gisty1 commented 1 year ago

Does anyone have any solution for this?