Will Cole

Results 4 issues of Will Cole

Initial attempt to fix xyz_grid script loading checkpoints. Tried using the `onchange` in modules/initialize_util but got some odd lockups probably developer error. This should minimize the reloading during a x/y/z...

Slight adjustments to the Checkpoint dropdown in response to #1586 . I would appreciate feedback from UX/UI folks, I think that these changes allow the filtering input to not overlap...

Long existing bug that Gradio 4 uncovered mainly in extensions. The [importlib docs](https://docs.python.org/3/library/importlib.html#examples) (and [relevant cpython issue](https://github.com/python/cpython/issues/81702)) detail the need to add the module created from spec to the `sys.modules`...

The `PropertyUtils.getFileFromClasspath()` lookup results in a null stream being returned when imagen-core.jar is on the module-path. The internal call to `getResourceAsStream()` will work when the imagen-core jar is on the...