module 'diffusers' has no attribute 'StableDiffusionXLPipeline'
#5
by
allknowingroger
- opened
The Hosted inference API outputs:
module 'diffusers' has no attribute 'StableDiffusionXLPipeline'
Hey @allknowingroger ,
We need to update the inference API to support SDXL. We should have this done very soon - stay tuned!
Oh great! I thought it was only me! thank you
it work when upgrade version of diffuser module
!pip install --upgrade diffusers
The API is now switched on, but time outs.
Model stabilityai/stable-diffusion-xl-base-1.0 time out
Pull the source from Github + install from there:
git clone https://github.com/huggingface/diffusers.git
cd diffusers
python -m pip install .