machineminded

Results 22 comments of machineminded

I'm planning on integrating InstantID eventually. Right now my fork support inswapper (insightface) and soon PhotoMaker (using diffusers).

@LiteSoul Should be able to start in a few days. PhotoMaker is working pretty well now

InstantID is working on my Fooocus fork on the InstantID branch. Will merge to main soon then add InstantID inpainting

> you rocks :) Please remember InstantId has a great memory requirement for now: https://github.com/machineminded/Fooocus-inswapper/tree/feature/instantid-integration

I'm experiencing the same with the latest version of Fooocus. When I right click on an image from the gallery in both Chrome and Firefox, it always wants to save...

Probably tangentially related, but my Fooocus install, even when using latest from `main`, doesn't save anything to the outputs folder. They only end up in the default gradio directory in...

> I hope the analysis has shed some light on the situation at hand. To me it seems like gradio is working as designed. How are images ending up in...

This issue is because you are probably missing `hf_hub_download` per the `readme.md`. This is what I am using in Fooocus and it is downloading accordingly. ```python from huggingface_hub import hf_hub_download...

I'm having a similar issue. I've been trying to get kohya to work for a few days, and I see a tangentially related error: ``` NotImplementedError: No operator found for...

This is because the wrong image type is getting passed. Likely the image from the Gallery is getting passed instead of file bytes. Full stack trace would be helpful.