Damons Sun
Damons Sun
sometimes, you need image to illustrate the pointview in your pdf ex, if you are working on compute graphics there are many graphs and images in paper and you want...
TENGINE_TARGET_PROCESSOR_64BIT 应该是 TENGINE_TARGET_PROCESSOR_64Bit
I mean can effekseer export as a plist file? a plist file can read in cocos2d
same for me! miss fmtd.lib which is fmt's debug library. compile fmt by myself and replace the fmt.lib in _debug_ mode , this will fix the problem
unet in the MaskedStableDiffusionXLBrushNetPipeline
same problem same with issue https://github.com/george-gca/multi-language-al-folio/discussions/46 maybe same with https://github.com/sverrirs/jekyll-paginate-v2/issues/184
first I export torch to onnx using : ``` torch.onnx.export ``` then I export onnx to trt engine using python trt ``` network_from_onnx_path engine_from_network ```
@lix19937 ``` self.config.set_flag(trt.BuilderFlag.FP16) self.config.set_flag(trt.BuilderFlag.PREFER_PRECISION_CONSTRAINTS) ```
so why it can not compile int8 quant model as one node