LuposX
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.  
If the model name is too long the name is not really good visible in CheckpointLoaderSimple. 
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.
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:...