fashn-AI/tryondiffusion

Environment doubt

Closed this issue · 6 comments

Hey,can you send me version of all packages and including python version?
Thank you

Hi,

You should be able to run this with the most up-to-date versions. More important probably is to have Python 3.10, CUDA 11.8.

ema-pytorch 0.4.2
torch 2.2.0
torchvision 0.17.0
transformers 4.37.2
accelerate 0.26.1

Can you give some reference to coding conditioned self,cross attentions?

I don't understand what you mean by reference to coding, you mean to papers?

Yes papers or any videos please

Sorry, the only way I know how to learn this is to look at other repositories and see how they are doing it...
I can recommend this repository - https://github.com/crowsonkb/k-diffusion/blob/master/k_diffusion/layers.py

Thank you