hafriedlander / stable-diffusion-grpcserver

An implementation of a server for the Stability AI Stable Diffusion API
Apache License 2.0
172 stars 23 forks source link

Allow usage of Huggingface models that do not have an fp16 branch #15

Closed aaronsantiago closed 1 year ago

aaronsantiago commented 1 year ago

For example: https://huggingface.co/lambdalabs/sd-pokemon-diffusers/tree/main

aaronsantiago commented 1 year ago

Ah, this happens because VRAM optimization is set to 2 by default, which makes the server look for the fp16 branch. This is really a duplicate of #14