子龙

Results 15 comments of 子龙

any updates? when I use `pip install xformers --index-url=https://download.pytorch.org/whl/cu121` it seems not work: ``` Looking in indexes: https://download.pytorch.org/whl/cu121 ERROR: Could not find a version that satisfies the requirement xformers (from...

> Hi, > > Our experiments indicate that at 1k resolution, the original model is indeed faster. At 2k resolution, CLEAR yields slight acceleration. Please refer to Fig. 2 and...

> > if CLEAR is recommended in SR cases, what is the difference between other solutions, like aurasr/ccsr2/seesr? > > Hi, > > Through my own experience, super-resolution-based methods may...

> No, but you could potentially use a `ModelContext` instead -- this is the payload that the `ModelContainer` uses. You would have to ensure that there are no concurrency issues...

Hello, after reading codes further, I found that under framework do not support batch generation which means multiple ModelContext needed in parallel, am i right? And it seems that memory...

> > Hello, after reading codes further, I found that under framework do not support batch generation which means multiple ModelContext needed in parallel, am i right? And it seems...

> > Hello, after reading codes further, I found that under framework do not support batch generation which means multiple ModelContext needed in parallel, am i right? And it seems...

> > but if I want session1 and session2 working simultaneously just like a server respond to 2 requests in the same time? > > That should work, though it...