co63oc

Results 59 comments of co63oc
trafficstars

> 已确认 `py_func`(PyFuncOp) 不可删除,动转静 TensorHook 依赖该 OP,需要迁移到 PIR @SigureMo 查看代码paddle/fluid/operators/py_func_op.cc, py_func注册算子没有注册kernel,没有关联代码执行,这样解除依赖就可以,同时是已有pylayer实现可以替换,所以应该是删除,不知道这样理解有没有问题 ![image](https://github.com/PaddlePaddle/Paddle/assets/4617245/2fac7cb9-8f58-4304-95f0-09923720b62b)

> 如果能确定不影响 TensorHook 功能,可以删除 好的那记录下了

@luotao1 CI已完成辛苦review下

@risemeup1 CI已完成需要review下

fluid 下的算子需要移除或迁移,conditional_block_infer 计划是移除

@luotao1 CI已完成需要review下

Hotshot-XL 版本要求是 diffusers==0.21.4,ppdiffusers develop分支是0.19.4,那是要用upgrade_ppdiffusers0240分支ppdiffusers吗

模型文件较大 14G,是不是能转为paddle格式下载使用,text_encoder和tokenizer转换规则和stable diffusion类似,hsxl_temporal_layers 如果转换规则不同可以本地再修改 ![image](https://github.com/PaddlePaddle/PaddleMIX/assets/4617245/389df426-27c0-49e0-ac32-f23175144f5c) https://huggingface.co/hotshotco/Hotshot-XL/ ![image](https://github.com/PaddlePaddle/PaddleMIX/assets/4617245/454906be-ffe2-4b58-97d7-3eb025eb26d4)

@westfish 模型文件 https://huggingface.co/co63oc/hotshotxl/tree/main/ hotshot_output 主模型 controlnet_depth depth模型 controlnet_canny canny模型 文件MD5 ``` 4ce6c3a202b3f09c16e20fe0e980dff4 hotshot_output/scheduler/scheduler_config.json aa6b3cff8d3a1a8aac5e559078ea89ef hotshot_output/text_encoder/config.json c9edb592edf1ea5b8217330271b65f3f hotshot_output/text_encoder/model.safetensors 5bb3a717878dd8da03c442dc145eb3f5 hotshot_output/text_encoder_2/config.json d57475443511011ad42ace27b155868a hotshot_output/text_encoder_2/model.safetensors d2bc10797e70c920c14c69729ecdab34 hotshot_output/tokenizer/merges.txt c05624787db53245d5a2241c746b874c hotshot_output/tokenizer/special_tokens_map.json 8a6faaf8756b741480a66d989f811188 hotshot_output/tokenizer/tokenizer_config.json a3933521163a0e76cee6094f1d72a9cc hotshot_output/tokenizer/vocab.json d2bc10797e70c920c14c69729ecdab34...