saliou-k
saliou-k
Hello , could you look at this patch in the meantime : https://github.com/FotographerAI/ZenCtrl/issues/11#issue-3057249109
sorry for the delay , we are coming back to this by tomorrow with the torchao fixes (it's the main culprit here)
alright we can deal with that ! btw you were telling me you wanted to use our models in your app , the code is fine but some of our...
Gladd you like it . do you want to build the model from your side or use an api?
hello @SoftologyPro when you cloned the repository , it came with a flux folder :https://github.com/FotographerAI/ZenCtrl/tree/kane/flux , when running the app.py , please make sure the nesting of the path is...
let me add a push now
@SoftologyPro updated the samples . By the way i think you noticed , but to load our model you will have to download it from our HF repo : https://huggingface.co/fotographerai/zenctrl_tools/tree/main/weights/zen2con_1024_10000...
@Katehuuh yes thanks , i was about to update the readme with the commands needed for better clarity
Updated the readme . Which ver of Pytorch do you have , we are running with 2.7.0 , didn't came through this error , but it seems you would need...
@Katehuuh let me know if it worked after doing this : `transformer_model = FluxTransformer2DModel.from_pretrained( "your/model/path", torch_dtype=torch.float16, low_cpu_mem_usage=True, use_safetensors=True, **{"weights_only": False} #add this parameter )`