Ryan Haines

Results 5 comments of Ryan Haines

For anyone else confused as to how to use a custom comparator in a template, you can pass the row data to the comparator by putting `prop=""` in the template,...

Chiming that I would find this feature very useful

@damsorian thanks for this snippet. I had some minor build issues arise surrounding the type system and wanted to pass along my adaptation for anyone that runs into the same...

> after that, I run ./gui.sh , below is the result > > Traceback (most recent call last): File "/Users/wesleychong21/AI/kohya_ss/kohya_gui.py", line 1, in import gradio as gr ModuleNotFoundError: No module...

Replace the contents of `install.py` with the following and run `python install.py` again. The script below replaces the dependency on the `launch` module with the native `subprocess` to install the...