krzysztof.gonia
krzysztof.gonia
I have question about learning using time series data with infinite stream. If I had set of historical data and then I want prediction for one step at the time...
Hi, Is it possible lo load translations form backend even if they are already in resources? My use case is like this: I have default translations in app code but...
Steps to reproduce: `docker run --rm -it citusdata/citus:9.4.2-alpine ls`
After downloading repo and running `docker build .` docker failing at step 5/11 ``` The repository is set up! You can now install packages. Reading package lists... Building dependency tree......
Recently new ControlNet model came out: https://huggingface.co/spaces/vllab/controlnet-hands It might be worth to integrate with this extension
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? After few generations UI don't respond...
all credit to @royvanrijn Really great code. I just removed another String creation. On my machine I reduced execution time from 20s (royvanrijn impl) to 10s
Hi, Is there any chance for release configs for Layout-to-Image Synthesis and Semantic Image Synthesis?
I tried to use StyleGANDiscriminatorPreTrainedModel with config having images siez 512 x 512 but I got this error: ``` vit_vqgan/modelin │ │ g_stylegan_disc.py:314 in __call__ │ │ │ │ 311...
When ssa is used region_semantic don't work properly self.region_semantic_model.region_semantic(img_src) in image_text_transformation.py is called without region_classify_model param so it always fallback to 'edit_anything'. It causes error when 'ssa ' was used...