Results 29 comments of Small_Ku

支援卡有機會從編成情報這邊,按進卡裡OCR得到嗎? ![圖片](https://user-images.githubusercontent.com/16464896/122549245-dabc1b80-d064-11eb-9136-36f5da66e246.png) 雖然按進去後,背景有點複雜 ![圖片](https://user-images.githubusercontent.com/16464896/122549466-16ef7c00-d065-11eb-871f-2b5b050b7931.png)

If I remember it correctly, rclone unmount the drive immediately when you lose internet connection. Therefore, it may be the same situation as the file system runs out of space...

要出現主題功能了啊 OuO 有可能把官網的圖像復現出來嗎 (# 例如這樣 (? ![參照圖吧](https://user-images.githubusercontent.com/16464896/36946573-c215e224-1ff9-11e8-8c5e-a47314c63c83.png) #輸入區域 input: #最短寬度⑦ min_width: 330 #圓角半徑⑩ round_corner: 4 #內距(參照CSS順序採上①、右、下②、左⑥) padding: [15,10,25,10] #陰影(位移、角度、半徑、顏色) shadow: [] #候選字選單 candidate: #最短寬度⑨ min_width: 165 #候選字間距⑤ spacing: 12 #圓角半徑⑬...

The Shizuku API is MIT. https://github.com/RikkaApps/Shizuku-API

#1019 may related to this.

It seems related to #50. Also official link of MOE here: https://language.moe.gov.tw/001/Upload/files/SITE_CONTENT/M0001/FANGTI/af1.htm Screenshot of 「之」: ![Screenshot_2019-12-20 文字列表](https://user-images.githubusercontent.com/16464896/71237336-373d5e00-233c-11ea-80c2-46be4448ad74.png)

I am facing the deadlock when I am playing Honkai: Star Rails. ``` Possible deadlock. Use !locks FFFF8A083BF07378 to determine the resource owner DBGK: DbgkWerCaptureLiveKernelDump: WerLiveKernelCreateReport failed, status 0xc0000099. ```...

I think modifying [`get_optimal_device`](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/9beb794e0b0dc1a0f9e89d8e38bd789a8c608397/modules/devices.py#L47) like this would get it works. ```Python def get_optimal_device(): if torch.cuda.is_available(): return torch.device(get_cuda_device_string()) try: import torch_directml return torch_directml.device() except Exception: pass if has_mps(): return torch.device("mps") return...

May be duplicated. See #8 For contributing translation, please see the README file.

My prediction is still accurate after the update. There is a quote from the site: > ### It gave me a seed, but the results are wrong! > This happens...