LEv145
LEv145
I think now the text on buttons should be displayed correctly Try the new version https://github.com/LEv145/--sd-webui-ar-plus/tree/3d534f36d5c63cdfbbd87179f174a6c9e7e4c8b2 UPD: https://github.com/LEv145/--sd-webui-ar-plus/tree/1da3bc6d2705488fd3766db4260c1300fed73530
It seems that the `interactive=False` parameter is responsible for this behavior of the code The strange thing is that this parameter is not in the code Hmm..
I tried to move away from inheritance Maybe it will work without a problem https://github.com/LEv145/--sd-webui-ar-plus/tree/LEv145-buttons-without-inheritance
Someone will need to test the buttons in auto1111 and forge, and then it will be possible to release it in main
It seems that only this needs to be fixed for full support: https://github.com/LEv145/--sd-webui-ar-plus/issues/28 But for the fix, I will need to install Forge and run debuggerπ On the other hand,...
Maybe this will fix the problem https://github.com/LEv145/--sd-webui-ar-plus/tree/f06348ad6ff5501556a52b3e229e0c363c4d65f4 
Maybe problem with cpu https://github.com/ai-forever/ru-gpts/blob/master/examples/ruGPT3XL_generation.ipynb 
Hi! Thanks for the idea! But I didn't fully understand it Can you give a visual example of your current nodes?
ΠΡΠ»ΠΈ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΡ ΠΊΠΎΠ½ΠΊΡΠ΅ΡΠ½ΡΠ΅ Π²Π΅ΡΡΠΈΠΈ ΠΈΠ· [ruGPT3XL_finetune_example.ipynb](https://github.com/ai-forever/ru-gpts/blob/master/examples/ruGPT3XL_finetune_example.ipynb), ΡΠΎ ΠΎΡΠΈΠ±ΠΊΠ° ΡΠ° ΠΆΠ΅: ```py [/usr/local/lib/python3.8/dist-packages/triton/code_gen.py](https://localhost:8080/#) in _compile(self, device, attributes, constants, num_warps, num_stages, force_nc_cache, *wargs, **meta) 548 tt_device = _triton.driver.cu_device(device.index, False) 549 # Compile...
> Hey @LEv145 , thank you for bringing that up! > > The `num_beams` parameter refers to the beam search decoding strategy for the model: see [HuggingFace explanation ](https://huggingface.co/blog/how-to-generate) Try...