TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.46k stars 1.29k forks source link

Attribute error, pil.image has no attribute resampling #2051

Open firstvanq opened 1 year ago

firstvanq commented 1 year ago

image hey, i was trying to run the pixelization extension, but this error came up, someone said to upgrade Pillow, but how do i do that?

TheLastBen commented 1 year ago

in a new cell, run !pip install -U pillow, but you might have to restart the runtime to fully install it, that's why I don't update it in the first place

firstvanq commented 1 year ago

is there a way to add the code to the colab code so that i don't have to restart the runtime, can you tell me where to put it? i will create a fork and do it on that

TheLastBen commented 1 year ago

only colab devs can fix that

firstvanq commented 1 year ago

ahh, okay