Ezekiel Wotring

Results 22 comments of Ezekiel Wotring

@cruhl should be as simple as `gh pr checkout 24`

Been playing around with this plugin, and so far it seems to work quite well, although with some major issues that need to be addressed before it can be merged:...

I believe this is because internally StableStudio defaults to `stable-diffusion-xl-beta-v2-2-2` as a model ID for input objects. If you aren't returning one it will just use the default object specified...

@jtydhr88 Refactor is going well, noticing some issues with the history plugin. Looks like `get_root_path()` is failing since `__file__` doesn't exist in `exec()`ed python code. `os.getcwd()` should work though.

Yes, I was having issues with the history plugin, the error mentioned before as well as some possible CORS issues. Will investigate more. Good catch on the async map there,...

I think we are aiming for an early morning merge.

as far as I know, this should be semi-trivial. All styling is done via tailwind which provides an easy syntax for light/dark mode (e.g. `text-black dark:text-white`), most of the components...

If you are looking to implement settings and a different backend I would suggest creating a custom plugin. You can define values that are displayed in the settings panel of...