xhy2008

Results 22 comments of xhy2008

>>> import aiofiles.os Traceback (most recent call last): File "", line 1, in File "/data/data/com.termux/files/home/aiofiles-23.2.1/src/aiofiles/os.py", line 41, in link = wrap(os.link) ^^^^^^^ AttributeError: module 'os' has no attribute 'link'. Did...

Which version of sentencepiece are you using? I looked through the CMakeLists.txt,but I didn't find the line you mentioned. I am using the latest version,and it still make errors.

The #define USE_HSPI_PORT worked for me,but I'm worried that it will slow down the display.

能不能下载高德地图带标记的卫星图啊? 求高人指教

Hello,I'm using with directml.I got a blank image.It's all white. After the progress,I saw something looks like error: E:\automatic\venv\lib\site-packages\torchvision\transforms\functional.py:282: RuntimeWarning: invalid value encountered in cast npimg = (npimg * 255).astype(np.uint8)...

After enabling "skip generation if NaN found in lanterns",whatever model or sampler I use,the console outputs "a NaNs is detected at step 0". I wonder why it produces NaNs even...

Today I used the original backend,with a slower load speed, it produced images normally. Maybe it's a bug about diffusers.

Hello,I'm using godot 4.3 to make a tank battle game.In world.gd I wrote a function using dfs to create a random map in the scene,and it was called in _ready().To...

I have the same issue when generating images with sdxl. Could you please add an argument like --cpu-vae to make only the vae run on cpu in order to prevent...