Meow

Results 7 issues of Meow

WebGPU was an experimental feature on iOS 11 and 12. WebGL via Metal is the latest option with iOS 15 and Mac OS as well. Can someone explain their differences?...

Hi Xianyi, We tried to run a matrix multiplication with cblas_sgemm or cblas_dgemm on android. We tried with A = [1 3 4 6], B = [3 5 9 1],...

What I have tried: ``` im = Image.open('a.png') arr = numpy.array(im) channels = [arr[:,:,0], arr[:,:,1], arr[:,:,2]] data = ImageData(channels=numpy.array(im)) testLayer = nested_layers.Image(name='image1', visible=True, opacity=255, group_id=0, blend_mode=enums.BlendMode.normal, top=0, left=0, bottom=im.height, right=im.width,...

@divamgupta Do you know why the inference time slows down after switching from text2image to inpainting and back to the text2image? I wonder whether that relates to the usage of...

I got libcudamat.dylib and libcudamat_conv.dylib, then when I tried to test it with "python test_cudamat.py", the result is: Ran 0 tests in 0.000s OK Then, I tried to run sh...

How can I create a psd with layer mask? I could create a psd, or I could create a layer, but I couldn't find how to create a psd with...

### What happened? After setting up listed items, `npm run dev `gives: Playfab not initialized, missing secret key or title id Any suggestions? ### Steps to reproduce the problem Follow...

bug-report