LuposX

Results 10 issues of LuposX

I installed linecache_light using pip: `pip install linecache-light` . When trying to import it like this: ```python from linecache_light import LinceCache ``` I am getting the follow error: ```python ->...

UI elements are blurry, like very low resolution, if you zoom out all details is lost. See picture. ![Screenshot from 2023-03-19 15-35-49](https://user-images.githubusercontent.com/36456825/226183071-ea8cb8b3-0b9e-482c-b2f1-ab6562303727.png) ![Screenshot from 2023-03-19 15-36-02](https://user-images.githubusercontent.com/36456825/226183096-ff14f454-000e-4d20-9b60-3179cd7acfad.png)

If the model name is too long the name is not really good visible in CheckpointLoaderSimple. ![Screenshot from 2023-03-19 12-59-01](https://user-images.githubusercontent.com/36456825/226173686-01937df1-2a3c-4f1f-9bc4-8c3881ece0eb.png)

When using the example image and workflow from comfyUI/examples I get the following error: ```sh File "/home/lupos/Documents/AIStuff/ComfyUI/execution.py", line 174, in execute executed += recursive_execute(self.server, prompt, self.outputs, x, extra_data) File "/home/lupos/Documents/AIStuff/ComfyUI/execution.py",...

If you have a group and accidentally move it above another group, the elements in the group get messed up (they will be all in the group that got moved),...

[Cerebras](https://www.cerebras.net/blog/cerebras-gpt-a-family-of-open-compute-efficient-large-language-models/)([Cerebras huggingface model](https://huggingface.co/cerebras/Cerebras-GPT-13B)) just released fully open source model trained optimally and licensed under Apache 2.0. This could be a good candidate for fine-tuning.

ml

The link to "Hero third example" in the README.md is dead.

I had a question regarding the filtering with a bounding box, which I think doesn't stand in the documentation. If you use the bounding box on input data, and you...

The screenshot link in the readme.md is not working anymore, dead link.

Does the `dropout` parameter in `LeakyParallel` do anything? From experimentation, even setting the parameter to 1, the model still learns. The PyTorch RNN documentation, on which `LeakyParallel` is based, says:...