You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting very little to no speed up when using this SD2 upscaler model through diffusers.
I'm wondering if you have any ideas or input about why this does not work.
Times were measured on A100, batch size 1, average on 100 repetitions. Input image size are 64,128,256.
Hi,
I am getting very little to no speed up when using this SD2 upscaler model through diffusers.
I'm wondering if you have any ideas or input about why this does not work.
Times were measured on A100, batch size 1, average on 100 repetitions. Input image size are 64,128,256.
torch==2.0.0
diffusers==0.15.0
Code:
Results:
{64: {'0.0': 2.949374296875,
'0.1': 2.9533927880859374,
'0.2': 2.9572005322265627,
'0.3': 2.9545330175781253,
'0.4': 2.8961071630859374,
'0.5': 2.8824244775390624},
128: {'0.0': 3.3331537109375,
'0.1': 3.3419722558593747,
'0.2': 3.334708588867188,
'0.3': 3.3441083691406255,
'0.4': 3.3288914892578125,
'0.5': 3.3203551171875003},
256: {'0.0': 7.9503355078124995,
'0.1': 7.947029687500001,
'0.2': 7.94916759765625,
'0.3': 7.94697734375,
'0.4': 7.946936533203125,
'0.5': 7.944877978515625}}
The text was updated successfully, but these errors were encountered: