| 12 Apr 2024 |
connor (burnt/out) (UTC-8) | I imagine we could probably reuse the current packaging for the open drivers
Although I’d have no way to test it :/ | 12:38:54 |
search-sense | Hello NixOS community, I am not sure that my issue caused by NixOS, but with big probability it can be a reason .. I have application (stable diffusion), and when I install some plugins with it (with Chinese characters in it), all letters from the interface of the application in webbrowser will disappear, when I uninstall these Chinese plugins, everything is ok again.
I think it might be due to language localization of NixOS, so far I have this in my config: i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" # American English "zh_CN.UTF-8/UTF-8" # Simplified Chinese ]; What do I miss?
P.S. I installed fonts:
noto-fonts-cjk-sans
noto-fonts-cjk-serif ```
| 15:25:03 |
search-sense | * Hello NixOS community, I am not sure that my issue caused by NixOS, but with big probability it can be a reason .. I have application (stable diffusion), and when I install some plugins with it (with Chinese characters in it), all letters from the interface of the application in webbrowser will disappear, when I uninstall these Chinese plugins, everything is ok again.
I think it might be due to language localization of NixOS, or fonts What do I miss?
P.S. I installed fonts:
noto-fonts-cjk-sans
noto-fonts-cjk-serif ```
| 15:25:53 |
connor (burnt/out) (UTC-8) | Maybe check https://search.nixos.org/options?channel=unstable&show=i18n.supportedLocales&from=0&size=50&sort=relevance&type=packages&query=locale? | 15:30:54 |
connor (burnt/out) (UTC-8) | Not related to characters specifically, but maybe this will help: https://discourse.nixos.org/t/how-to-add-locales-to-a-nixos-configuration/41381 | 15:32:51 |
search-sense | In reply to @connorbaker:matrix.org Maybe check https://search.nixos.org/options?channel=unstable&show=i18n.supportedLocales&from=0&size=50&sort=relevance&type=packages&query=locale? yes, I did that ... no help .. or maybe I need to add more dialects of Chinese | 15:47:53 |
search-sense |  Download 01.png | 17:20:38 |
search-sense |  Download 02.png | 17:20:40 |
lromor | What's this? | 17:22:48 |
zopieux | these are ComfyUI workflows (stable diffusion image gen similar to automatic1111 but more extensible; the workflow is embedded in the PNG exif so you could load those if you wanted to) though I have no idea why op posted them :-) maybe so you could reproduce their issue | 23:10:50 |
| 13 Apr 2024 |
| ˈt͡sɛːzaɐ̯ joined the room. | 01:35:55 |
ˈt͡sɛːzaɐ̯ | Is ComfyUI throwing any errors in the JS console? | 01:45:38 |
| @alex3829:matrix.org joined the room. | 16:04:49 |
| 14 Apr 2024 |
SomeoneSerge (matrix works sometimes) | connor (he/him) (UTC-5) objections to merging https://github.com/NixOS/nixpkgs/pull/301188? | 18:10:12 |
connor (burnt/out) (UTC-8) | Nope! Sorry, started reviewing it and got distracted looking for a place to live | 18:11:28 |
connor (burnt/out) (UTC-8) | Just reviewed and approved, good to merge | 18:11:36 |
| 15 Apr 2024 |
search-sense | In reply to @julius:mtx.liftm.de Is ComfyUI throwing any errors in the JS console? it does not show fonts when the certain plugin is installed (picture 1) | 11:32:02 |
@ironbound:hackerspace.pl | In reply to @ironbound:hackerspace.pl can we build this, they re-added p2p for 4090's https://github.com/tinygrad/open-gpu-kernel-modules Should this be a patch or a packages by is self, they dont change much tho future releases could break.. | 11:41:29 |
| the_null joined the room. | 13:25:18 |
| brokenn joined the room. | 16:19:36 |
| 16 Apr 2024 |
ˈt͡sɛːzaɐ̯ | In reply to @search-sense:matrix.org it does not show fonts when the certain plugin is installed (picture 1) That I can see. But with only that information, its hard to find a cause. Which is why I'm asking about the console. | 12:29:15 |
search-sense | In reply to @julius:mtx.liftm.de That I can see. But with only that information, its hard to find a cause. Which is why I'm asking about the console. console unfortunately doesn't show something useful | 14:45:39 |
connor (burnt/out) (UTC-8) | Working on getting fixed output derivations working for the redistributable tarballs (of which there are about 2,800). | 14:55:47 |
search-sense | Hello NixOS CUDA community, I need your help, I need to install one package via pip with latest torch-bin - it works fine with latest torch - it gives error:
from . import _C
ImportError: path_to/myenv/lib/python3.11/site-packages/diff_gaussian_rasterization/_C.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_RKSs
>>>
how to solve this?
| 14:58:20 |
@ironbound:hackerspace.pl | cuda version mismatch? | 15:15:58 |
@ironbound:hackerspace.pl | saw an issue like that with flash-attn today, upgraded via pip -U to fix it | 15:16:58 |
search-sense | In reply to @ironbound:hackerspace.pl saw an issue like that with flash-attn today, upgraded via pip -U to fix it not really sure what do you mean, pip is latest | 15:26:44 |
SomeoneSerge (matrix works sometimes) | In reply to @search-sense:matrix.org
Hello NixOS CUDA community, I need your help, I need to install one package via pip with latest torch-bin - it works fine with latest torch - it gives error:
from . import _C
ImportError: path_to/myenv/lib/python3.11/site-packages/diff_gaussian_rasterization/_C.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_RKSs
>>>
how to solve this?
Have you considered establishing a baseline without pip and "venv"s? They add many unknowns | 16:18:52 |
search-sense | In reply to @ss:someonex.net Have you considered establishing a baseline without pip and "venv"s? They add many unknowns establishing a base line I don't know what it means | 16:19:44 |
SomeoneSerge (matrix works sometimes) | I would guess that maybe diff_gaussian_rasterization was built against a specifcic version of torch and torch-bin, just accidentally, happens to match it whereas torch doesn't | 16:20:17 |