All Questions
3 questions
0
votes
0
answers
81
views
IP-adapter plus face model not working as expected
I came from these two links,
https://huggingface.co/h94/IP-Adapter-FaceID
https://stable-diffusion-art.com/consistent-face/
They all mentioned I can preserve face id with the controlnet model.
So I ...
2
votes
1
answer
289
views
Huge memory consumption with SD3.5-medium
I have a g4dn.xlarge AWS GPU instance, it has 16GB memory + 48GB swap, and a Tesla T4 GPU Instance with 16GB vRAM.
According to the stability blog, it should be sufficient to run SD3.5 Medium model.
...
1
vote
1
answer
867
views
RAM won't clear (diffusers)
I'm writing a script that needs to change models sometimes (diffusers & llama-cpp-python)
I don't have much RAM and VRAM, so I need to clean RAM and VRAM after using a model.
llama is fine, I just ...