Which model to be loaded?
Sorry for my noob question but I dont understand what model to be loaded with the NunchakuFluxDiTLoader. When loading up the transformer_blocks.safetensors, its giving me: NunchakuFluxDiTLoader 'NoneType' object is not subscriptable error.
I think in latest versions of Nunchaku you need to use the 'nunchaku merge node' (it's called something like that) to merge the folder (which contains multiple safetensors, plus config) into a single safetensors file. I could be wrong though.
I think in latest versions of Nunchaku you need to use the 'nunchaku merge node' (it's called something like that) to merge the folder (which contains multiple safetensors, plus config) into a single safetensors file. I could be wrong though.
I was just looking for the same info. The merge node is there but for some reason I got the error "module 'torch' has no attribute 'float8_e8m0fnu'" when trying to run it. Would it be possible to you to also post the merged file alongside the directory?