Nikita Gaer

Results 6 comments of Nikita Gaer

@SilentCicero i'm trying to upload png/jpg files using blob mechanism, uploading works well, but when i watch these images using gateway, it seems like they are corrupted. If i upload...

No, i do not have much time for this too, so for now i decided to use js-ipfs-api on server side.

We've been having a similar issue for a while now. We utilize MediaRecorder directly, without any third-party library, so I don't think the issue is specific to this project. In...

Thanks, for the details. But can you be more specific, on what exactly needs to be adjusted in the pixel shuffle layer? Also, as I understand we can't use current...

Here's the docker config I use for running with cuda: ```Dockerfile # Use NVIDIA CUDA base image FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 # Set environment variables ENV DEBIAN_FRONTEND=noninteractive ENV PYTHONUNBUFFERED=1 # Install system...

You can use this bash script to convert amnezia JSON file to VLESS URI ```bash #!/bin/bash # Filename: vless_json_to_uri.sh # Usage: # ./vless_json_to_uri.sh config.json # cat config.json | ./vless_json_to_uri.sh json=$(cat...