Anh71me

Results 16 comments of Anh71me

mapping is little complex. I'm thinking about such situation: ``` __pdoc__ = { 'MyClass': True } ``` `MyClass` is under the submodule `_base` and reimported in `__init__`. When `inspect.getmembers()` iter...

> Forcing cuda? My M2 won't be available in that way. No, I had tested it on CPU and worked. See: https://github.com/AuroBit/ComfyUI-OOTDiffusion The most problem that I found when I...

> I've seen the instruction on https://github.com/AuroBit/ComfyUI-OOTDiffusion The issue is it's not only happening on Window but Mac as well. Try `conda install cuda-nvcc -c nvidia`

You can't even compile helloworld if you just add cl.exe to PATH. See: https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#path_and_environment Once you have compiled it, there is no need to recompile though it checks `cl.exe`...So adding...

@stripedpurple I tried your code snippet, but it looks strange. ![动画](https://github.com/radix-vue/shadcn-vue/assets/48091591/1694ab1e-a62e-4263-b79a-ce638d5e174f) ``` Promise.then(异步) queueFlush @ chunk-SV7XBIS2.js?v=84e1f9c6:1775 queueJob @ chunk-SV7XBIS2.js?v=84e1f9c6:1769 (匿名) @ chunk-SV7XBIS2.js?v=84e1f9c6:7580 resetScheduling @ chunk-SV7XBIS2.js?v=84e1f9c6:513 triggerEffects @ chunk-SV7XBIS2.js?v=84e1f9c6:557 triggerRefValue @...

Thanks to your solutions! Yes, it can only work with `v-show`. I'm curious about why `Transition` cannot "snapshot" the `Select`'s DOM. 🤔

Thanks to your work! I point out the related issues here: https://github.com/vuejs/core/issues/5836 https://github.com/vuejs/core/pull/6548

~~Same problem with `AngleSharp 1.1.2` and `AngleSharp.Css 0.17.0`.~~ ~~`await context.OpenAsync(address)` always return null, but virtual request works:~~ ```csharp using var httpClient = new HttpClient(); var html = await httpClient.GetStringAsync(GetSubjectUrl(subjectId)); var...

首先这个在主页写清楚了,在这里也重新明确表达一下,safety-checker 专用于 R15,nsfw-model 专用于 R18。两个模型可以适用于绝大多数场景。 下面讲讲为什么(检测数值我用 strength 表示): nsfw-model 的结果虽然是 probs,但是我对其进行研究后,是**无法判断**的。对于特殊的检测,建议你自行训练它的模型,它用的就是原版 mobilenet v2 和官方的训练脚本,只是套用了 R18 图片来检测。 safety-checker 能做到的事情更多,因为它是基于 CLIP 的一种概念模型。但是关于它能够实现 strength 目前还有很大争议,事实上 stable diffusion 和 clip 那边都没有说它能使用 strength 参数(代码里写了但是算是 experimental)。...

这个能否理解为白名单?