Joel Simon

Results 31 comments of Joel Simon

heres how you're supposed to but I am getting an issue. $ cd pyvoro-feature-python3 $ python3 setup.py install $ python3 import pyvoro But then I get the error > Traceback...

@wackywendell Yes you are very correct, it's easy to forget about that. Thanks again for your work on the py3 branch. cheers

Any update on uploading the trained model? Thanks

@samitkumarsinha Try using the empty image embed as the negative prompt instead of the embedding of the empty string. Changing this fixed it for me.

I have this same issue, no deep speed installed. diffusers 0.26.2 transformers 4.37.2 ` python examples/text_to_image.py` `Exception ignored in: Traceback (most recent call last): File "/opt/conda/envs/pytorch/lib/python3.9/site-packages/torch/library.py", line 139, in __del__...

Update, this error only happens when the scripts completes, so it is not blocking

@ccssu Hello, I have a minimal script that reproduces the error. It does work for IP adapter; however, it does not support pipe.set_ip_adapter_scale In the script I loop over a...

@ccssu hi, any update on the ipadapter weight issue I mentioned above? Thanks, joel

@lqfool thanks, unfortunately that example did not work. @ccssu On commit f3f7e4e5e1f4 Diffusers 0.29.0 (and tried 0.28.0) Python 3.9.0 torch 2.3.0 Script works ok without compilation Thanks `python examples/script_01.py ----------------------------------------...

@ccssu any updates here? I need ipadapter support to use this library. Thank you very much.