Nguyen Xuan Hung

Results 33 comments of Nguyen Xuan Hung

> ControlNet load models in the VRAM but does not remove. And each time your VRAM usage increase. I published fixed version. Hi @hikmet-koyuncu, My VRAM is fine, but RAM...

> Yes. ControlNet move some models VRAM to RAM (some models not, it is a bug) after image creation, but never remove. I fixed this problem. Hi @hikmet-koyuncu, after updating...

Hi @hikmet-koyuncu, please make a fork or contribute to this repo and I can take a look at your code

hi @hikmet-koyuncu, The code you uploaded to mediafire seems to be old (2023-07-18), and it's missing some code so I can't run your code yet. Can you upload the full...

I'm encountering the same issue

same issue, ``` java.lang.UnsatisfiedLinkError - dlopen failed: "/data/data/com.***.***/lib-3/libc++_shared.so" is for EM_AARCH64 (183) instead of EM_X86_64 (62) ``` Devices: Vivo: - V2142 Google: - Nexus 5X - Nexus 5 Xiaomi: -...

Hi, I had the same issue since exported image.png likely jpeg compressed . My svg image is back and white pixel but exported png image has some gray pixels: ![image](https://user-images.githubusercontent.com/24487114/229326657-9671435f-47b2-44e4-b2fd-6d50057a9204.png)

Same issue. openVoise v1 is OK, but v2: ```bash Loaded checkpoint 'checkpoints_v2/converter/checkpoint.pth' missing/unexpected keys: [] [] OpenVoice version: v2 Could not load library libcudnn_cnn_infer.so.8. Error: libcudnn_cnn_infer.so.8: cannot open shared object...

I've tried to run onnx model on react native, it's still quite slow

@rkz98 here is react native code: ```javascript import { InferenceSession, Tensor, } from "onnxruntime-react-native"; // const IMAGE_PATH = "/assets/data/beach.jpg"; const IMAGE_EMBEDDING = "/assets/data/beach_embedding.npy"; const App = () => { const...