fast-stable-diffusion
fast-stable-diffusion copied to clipboard
ModuleNotFoundError: No module named 'fastapi'
Not running the cell
Yea yea yea everyone's notebooks are on fire right now LOL
Sim, sim, sim, os cadernos de todos estão pegando fogo agora LOL
It just so happened that I downloaded over 60 GB of files to use in Stable Diffusion
Ran into the same problem. It was working fine yesterday, but suddenly it doesn't work today.
Same problem here.
Same here, I've erased whole folder (except models/Stabale-diffusion) and restart the notebook but no luck.
= ... I erased everything in drive, but still with the same error. :(
#1711
This works->https://github.com/TheLastBen/fast-stable-diffusion/issues/1706#issuecomment-1460708635
I'm getting this error when trying to load a custom ckpt, are you having the same issue?
my clumsy and temp solution is:
create two code blocks after "Requirements"
1st:
%%writefile requirements.txt blendmodes accelerate basicsr fonts font-roboto gfpgan gradio==3.16.2 invisible-watermark numpy omegaconf opencv-contrib-python requests piexif Pillow pytorch_lightning==1.7.7 realesrgan scikit-image>=0.19 timm==0.4.12 transformers==4.25.1 torch einops jsonmerge clean-fid resize-right torchdiffeq kornia lark inflection GitPython torchsde safetensors psutil albumentations==0.4.3 opencv-python pudb==2019.2 imageio==2.9.0 omegaconf==2.1.1 test-tube>=0.7.5 webdataset==0.2.5 open-clip-torch==2.7.0 kornia==0.6 invisible-watermark>=0.1.5 streamlit-drawable-canvas==0.8.0 xformers fastapi jedi
2nd:
!pip install -r requirements.txt !pip install git+https://github.com/openai/CLIP.git !pip install --upgrade fastapi==0.90.1
fast_stable_diffusion_AUTOMATIC1111.ipynb.txt
Awesome, this is working great!
Here is the solution https://github.com/TheLastBen/fast-stable-diffusion/issues/1706#issuecomment-1461284427
https://github.com/TheLastBen/fast-stable-diffusion/issues/1706#issuecomment-1461829277 worked for me
Hi, developer. Why don't you make version locks? Why always releasing unverified things on "main" branch?
Can you help me please? I had the same problem, i pasted this
!pip install -r /content/gdrive/MyDrive/sd/stable-diffusion-webui/requirements_versions.txt !pip install open_clip_torch !pip install git+https://github.com/openai/CLIP.git !pip install xformers
It gave me an url, but the link opens with empty page(2nd photo)
fixed
We appreciate you! Thanks Ben!
Great thanks Ben!
fixed
BIG THUMB for you, now it's working again :)