Raphaël Bourgeat

Results 6 comments of Raphaël Bourgeat

I have the same problem, when i downgrade to 5.0.0 i have `Error: Error loading shared library /app_backend/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: Exec format error` and this https://github.com/kelektiv/node.bcrypt.js/issues/824 not solve my problem... Any idea...

Hello @atiorh ! Thank you for your answer. I tried to initialize the python script directly in my code and the compilation takes 7min at each launch and after generating...

> ``` > objc[63467]: Class CoreMLExecution is implemented in both node_modules/@aislamov/diffusers.js/node_modules/onnxruntime-node/bin/napi-v3/darwin/arm64/libonnxruntime.1.16.1.dylib (0x118318cb8) and node_modules/onnxruntime-node/bin/napi-v3/darwin/arm64/libonnxruntime.1.14.0.dylib (0x11abbceb0). One of the two will be used. Which one is undefined. > > file:///***/test.mjs:5 >...

The `local_files_only=True` flag is for don't try to download model if they already downloaded (in the Hugging Face cache) and the `AutoPipelineForText2Image` is for load the Stable Diffusion model into...

Hi ! Thanks you for using my project ! I don't try Ollama with ImpAI but if Ollama expose a server port like llama.cpp, you just need to edit the...

Need to add cocoa theme at [this line](https://github.com/FreekBes/improved_intra_server/blob/0798e8af817500b4de81e458b81345fb29cfd3ca/src/v1/forms.py#L23) and [this line too](https://github.com/FreekBes/improved_intra_server/blob/0798e8af817500b4de81e458b81345fb29cfd3ca/src/models/defaults.py#L24) in the https://github.com/FreekBes/improved_intra_server repository.