Alex Redden
Alex Redden
I did work on adding ip-adapter but found that ip-adapter wasn't very good so I didn't bother adding it. If controlnet is better then I could add that- or you...
The error you were getting is the result of some state dict keys not matching. It could be because it's trying creating the guidance embed based on the config given,...
Ah yeah @jovan2009 I guess the 10x0 gpus don't have tensor cores, so you wouldn't see any benefit.
@ichejun What gpu are you using?
That is interesting. I would try maybe using data type bfloat16 for the flow_dtype, since otherwise it'll be using my torch-cublas-hgemm which only really gets speed ups for consumer gpus....
Yeah it is tough- I know there will probably be issues with the attention block loras if not all of q/k/v are lora'd, since the official flux repo and this...
> @aredden - If you're up for making this a pip installable library, I've been creating a bunch of fun toy examples that were really only possible in ComfyUI (at...
One thing I was having trouble with were dora's. I have no idea how to use those. I tried looking at some other codebases to figure out how they handle...
Yeah that would be cool! Feel free to make a pull request. @fblissjr
I think I fixed the issue in the 'removable-lora' branch? I used some of your code as inspiration 😄 @fblissjr