KohakuBlueleaf / a1111-sd-webui-lycoris

An extension for stable-diffusion-webui to load lycoris models.
Apache License 2.0
862 stars 117 forks source link

SD Docker Location for LyCoris? #22

Closed anubi closed 1 year ago

anubi commented 1 year ago

image

I'm using https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup I'm possibly terribly stupid, but prior to building the image, I have placed a /models/LyCORIS with 1 valid .safetensors in several places within my local drive (to be copied into the docker image) and despite putting this path within /data and within / folders, it doesn't seem to register the plugin at all. I am able to use loras and other such things fine. Does anyone have any advice?

anubi commented 1 year ago

image

Solution is to edit docker-compose for the profile you use and to route Lycoris to use some arbitrary directory (I just set it to look at my loras here atm); it defaults to /models which isn't the volume bound by sd-docker-webui