Theodore

Results 10 comments of Theodore

@neiltian-tencent hi, I have used onediff to accelerate Moore-AnimateAnyone demo: /MooreAnimateAnyone/scripts/pose2vid.py ![image](https://github.com/siliconflow/onediff/assets/91201762/79b7a0a4-6fd3-4e1b-8141-896d4aeea7ee) and it doesn't seem to have any problem ![image](https://github.com/siliconflow/onediff/assets/91201762/5a366682-c0cc-49e8-8209-295cc1d77069) could you tell me exactlly how do you use...

> convert failed: Transform failed of : 'function' object has no attribute '' @wangerlie I compile denoising_unet by oneflow_compile. compile_pipe has no acceleration effect, although the above error is not...

> @wangerlie AnimateAnyone pipeline has two unets(denoising_unet and reference_unet). compile_pipe may filter the two unets, this is the onediff filter _PARTS info. _PARTS = [ "text_encoder", "text_encoder_2", "image_encoder", "unet", "controlnet",...

the two components 'denoising_unet' and 'reference_unet' can be compiled after add the following code in compile: ```python def compile_pipe( pipe, *, backend="oneflow", options=None, ignores=(), fuse_qkv_projections=False, ): if fuse_qkv_projections: pipe =...

@LuckyIvan ## 环境对齐 本地复现环境: ComfyUI_IPAdapter_Plus: ![image](https://github.com/siliconflow/onediff/assets/91201762/a099280c-bb09-4d05-8b83-75fbadbaef31) ComfyUI: ![image](https://github.com/siliconflow/onediff/assets/91201762/6213b9e6-a456-43e8-a9c2-e09cf89f1730) ## 问题复现 ### 准备工作 1. 首先验证OneDiff Node能在ComfyUI中正常使用: ![image](https://github.com/siliconflow/onediff/assets/91201762/1bb2387d-415e-4f60-9c2c-913c7402408f) 2. 下载相应的safetensors文件 https://hf-mirror.com/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors https://hf-mirror.com/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sd15_lora.safetensors https://hf-mirror.com/creatorbest/myposes/resolve/main/OpenPoseXL2.safetensors https://hf-mirror.com/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl_lora.safetensors https://hf-mirror.com/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors https://hf-mirror.com/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors 3. 用户没有提供POSE2的图片,所以在本流程中使用随便选取了一张图片做为POSE2 ### 本地运行复现 本地流程截图 ![image](https://github.com/siliconflow/onediff/assets/91201762/ffd13653-56ab-4f05-bf59-e0766653d11f)...

更新环境后完成问题复现 ``` oneflow 0.9.1.dev20240411+cu121 onediff 0.13.0.dev1 ``` 完成问题复现 ![image](https://github.com/siliconflow/onediff/assets/91201762/642fe22b-6090-474e-930b-d21fb122ecf8) ![image](https://github.com/siliconflow/onediff/assets/91201762/c245f283-1bc1-448a-a1d6-0ad84843ed6a) 删除sd15的lora后能够正常运行 ![image](https://github.com/siliconflow/onediff/assets/91201762/3af3f993-55ed-4346-b1ec-85bc44d9c3e6) ![image](https://github.com/siliconflow/onediff/assets/91201762/33ecf405-ac80-4e18-ac11-4dcc214e1c94) 尝试将下面lora换为sdxl与基底模型对齐 ![image](https://github.com/siliconflow/onediff/assets/91201762/a1b20c30-73d7-40e0-82fb-47f855bc7dd0) ![image](https://github.com/siliconflow/onediff/assets/91201762/ef4e08b4-b107-45e5-92a8-a1b5e930e75e) 更换为上述两种模型后都会报错 ![image](https://github.com/siliconflow/onediff/assets/91201762/4d2da3ce-5a34-433e-a10f-fc23345f30fe) **在`IPAdapter`和`KSampler`中添加`LoraLoaderModelOnly`时都会出现相同错误** ``` Failed to update obj_entity in place. Exception: Not support with...

@LuckyIvan 问题已解决,请您更新至最新版本ComfyUI,onediff请使用[该分支](https://github.com/siliconflow/onediff/tree/dev_ipa%2Bisntantid)。 在本地验证结果如下:LoraLoaderModelOnly节点能够正常使用 ![workflow (11)](https://github.com/siliconflow/onediff/assets/91201762/75a0ae47-45d0-45a0-a6d0-85bc14448bd6) ![img_v3_02a0_cfa422a7-b61f-4b98-8f8c-b30dba002e7g](https://github.com/siliconflow/onediff/assets/91201762/513ad4fb-fd91-4ab0-8b34-0c7f15353e5d)

> Hello, > > I tried the same config with the repo and got the same good performance with the paper. However, when I tried the env halfcheetah and the...

I am also wondering do you have the same warning as following, I think it's not reasonable, there may have some problem within the normalization code? ![image](https://github.com/user-attachments/assets/d8fe5bfc-a859-42bf-8db7-d1c05aefd98e)