-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
I have tried pulling the ai/stable-diffusion:Q4 model from the docker hub:
docker model pull ai/stable-diffusion
and I am getting the following error message:
Failed to pull model: pulling ai/stable-diffusion:Q4 failed with status 415 Unsupported Media Type: safetensors models are not currently supported - this runner only supports GGUF format models
I understand this, of course, because I am using llama.cpp as my backend runner and that runner only supports gguf formatted models.
There is, however, a problem. When I do a search for the stable-diffusion models using the search feature:
docker model search stable-diffusion
the first line it shows is the following:
NAME DESCRIPTION BACKEND DOWNLOADS STARS SOURCE
ai/stable-diffusion Image generation model, uses a base latent diff... llama.cpp 18.9K 3 Docker Hub
the backend column indicates that ai/stable-diffusion is compatible with llama.cpp and is a gguf formatted model!
Obviously, this is incorrect, as the error line shows.
I have two issues:
- Why is the docker hub providing a model that is supposedly llama.cpp compatible but isn't?
- Why isn't there an actual gguf version of ai/stable-diffusion?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels