oneir0mancer / stable-diffusion-diffusers-colab-ui

Run stable diffusion in Colab with UI on IPython widgets (no gradio)
MIT License
19 stars 4 forks source link

Img2Img Refiner doesn't load #14

Closed ghost closed 7 months ago

ghost commented 7 months ago

/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:655: FutureWarning: 'cached_download' is the legacy way to download files from the HF hub, please consider upgrading to 'hf_hub_download' warnings.warn( Could not locate the None.py inside None.

HTTPError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name) 285 try: --> 286 response.raise_for_status() 287 except HTTPError as e:

oneir0mancer commented 7 months ago

I broke something when adding Clip Skip support. Should be fixed now.