flux
flux copied to clipboard
creating embedding for prompt using t5-xxl takes forever
trafficstars
I am trying to run the code in my machine. Though FluxPipeleine works nice but using the code.. the line txt = t5(prompt) in prepare() of sampling.py takes longer time. I waited for 2 hours but it is still processing at this particular line. Can you help me understand the issue.
Please note, I also tried using t5-large model instead of t5-xxl model but ofcourse then I get trapped into shape issues.