Function name for running the .so file #561
Unanswered
HariomJangra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have generated the .so file for the code.
Now i am trying to run the .so file on the termux for testing before implementing that in a actual Mobile Application.
The thing in which I am facing the problem is the function name that calls the main image generation functionality.
This is what i get from termux
StableDiffusion $ ls //Getting the files names present in directory
dreamlike-photoreal-1.0.ckpt libomp.so libstable-diffusion.so test test.c
~/StableDiffusion $ ./test //Running the test.c file
Error loading library: dlopen failed: library "libomp.so" not found: needed by /data/data/com.termux/files/home/StableDiffusion/libstable-diffusion.so in namespace (default)
The test.c file
testc.txt
Any Help would be appreciable
Thankyou
Beta Was this translation helpful? Give feedback.
All reactions