Josef Kuchař

Results 5 issues of Josef Kuchař

I've created Czech language support for the web interface (PR #755 ). I'm not 100% sure with some special cases, so if you have any suggestions you can write them...

translation

Ran into oom when running demo, is 24gb not enough?: ``` (rpg) xkucha28@pcknot6:/mnt/minerva1/nlp/projects/text2video/RPG-DiffusionMaster$ python RPG.py --demo no module 'xformers'. Processing without... no module 'xformers'. Processing without... No module 'xformers'. Proceeding...

I'm working on saving info to the file. Benefits: - Custom palette - Render quality settings - Less size before rendering (good for devices like RPI) - Re-rendering with different...

Fixes #67 Not entirely sure about the math, but it works

When using avian2d updater plugin, all colliders appear to be flipped on the Y axis. ![image](https://github.com/user-attachments/assets/842cc17a-6026-4d47-8e08-16087cb32930) Minimal example: ```rust use avian2d::prelude::*; use bevy::{color::palettes, math::vec2, prelude::*}; use vleue_navigator::prelude::*; #[derive(Component)] struct Obstacle;...