NickLucche / stable-diffusion-nvidia-docker

GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.
MIT License
357 stars 43 forks source link

Invalid rev id: fp16 #26

Closed MastaDan9 closed 11 months ago

MastaDan9 commented 1 year ago

Hi. How do I upload other models? I always get the error "Invalid rev id: fp16" there is no file on the path ".../resolve/fp16/model_index.json." image

NickLucche commented 1 year ago

this means there no fp16 model, try to disable fp16 loading with docker run .. -e FP16=0 ...