Danilo Guanabara
Danilo Guanabara
I am facing this after setting up the Docker project: ```python dreamer@9d615a31c0af:~/threestudio$ python launch.py --config configs/dreamfusion-if.yaml --train --gpu 0 system.prompt_processor.prompt="white flully dog :)" trainer.max_steps=10000 system.prompt_processor.spawn=false Traceback (most recent call last):...
Gradio is not working ```python dreamer@9d615a31c0af:~/threestudio$ python gradio_app.py Traceback (most recent call last): File "/home/dreamer/threestudio/gradio_app.py", line 13, in import gradio as gr File "/home/dreamer/.local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in import gradio._simple_templates File...
Is it possible to use it as it is? Is a specific support required?
I am trying to implement a better asset manager to move assets around and fix the dependencies. I need to move a big folder which is losing more than 100...
Hi! Sorry for sending you a message here, I couldn't find any other way to reach you. I am working on a project to embed Python in Rust. I am...
Any plan to continue development?
### Expected Behavior prompts `person (smiling:0.0)` & `person` should be similar In other worlds: `prompt = person + smiling * 0.0` => `prompt = person` These are outputs from InvokeAI...
## 🐛 Bug description `wasm-pack test --headless --chrome` returns an error with the following message: ```console Running /home/runner/work/ide/ide/target/wasm32-unknown-unknown/debug/deps/physics_simulator-452494b2d896c9ff.wasm Executing bindgen... Running headless tests in Chrome on `http://127.0.0.1:44987/` Try find `webdriver.json`...
This PR will structure the bindings for PoloDB It introduces the `bindings` and the `examples` folder both containing bindings and examples for each supported language.
### Problem While it is possible to wrap dx using std::process::Command, a more flexible and programmable approach would be to reuse dioxus-cli as a library. Publishing dioxus-cli as a library...