David Lacalle Castillo

Results 36 issues of David Lacalle Castillo

Good morning, First off all, thank you very much for open sourcing this model. I have been looking at this model as an alternative to [Donut](https://github.com/clovaai/donut) for Document Parsing, I...

Hi, When I created the property I chose to have both: Google Analytics 4 and Universal Analytics. Then in kutt, I configured both: variable `GOOGLE_ANALYTICS` with `G-XXXXXXXXXX` and `GOOGLE_ANALYTICS_UNIVERSAL` with...

Hi, I am using `apache_avro` Rust lib to work with Avro data. Records are represented in this library with the following struct: https://docs.rs/apache-avro/0.14.0/apache_avro/types/enum.Value.html, this value can be converted to bytes...

**Is your feature request related to a problem? Please describe.** I have seen that diffusers StableDiffusionXLInpaintPipeline generates worse results than SD 1.5 pipeline. **Describe the solution you'd like.** Include Fooocus...

help wanted
stale
contributions-welcome
inpainting

I am using this reader in a flask API. I would like to be able to use this reader with a io.BytesIO or io.StringIO so there is no need to...

enhancement
help wanted

I am using the following container: konieshadow/fooocus-api:v0.3.30 I am using next Code to do inpaint: ```python import requests import json # image_prompt v1 example host = "http://127.0.0.1:8888" image = open("/Users/david/Downloads/image.jpeg",...

I am trying to find the json schemas, I need to log the runned chells in the notebook. Where can i find them?

Thank you very much for the incredible project! First of all, it would be very helpfull that you add a documentation on how to manage GPU memory while using Triton....

question

### Bug description The variable `c.Spawner.args` in `jupyterhub_conf.py` is set as follows: ``` c.Spawner.args = ['--JupyterApp.config_file=/filePath/jupyter_notebook_config.py'] ``` However, the config_file of `notebook` is not getting linked. #### Expected behaviour `JupyterApp.config_file`...

bug

When I access the website I see a White Landing Page. I built it as follows: ``` git clone https://github.com/metasfresh/metasfresh-docker.git cd metasfresh-docker/ docker-compose build docker-compose up -d ```