Alex "mcmonkey" Goodwin

Results 541 comments of Alex "mcmonkey" Goodwin

`It's not clear for path-based fields whether they should have a trailing "/" or not (turns out no).` shouldn't make a difference? I wouldn't expect anything to break from having...

~~Oh I just noticed this is the modelspec repo heh -- please post at https://github.com/Stability-AI/StableSwarmUI/issues~~ edit: transferred it myself, neat

` one thing I noticed with the default theme is that dropdowns in the generation parameters have a black background, but textboxes do not, making them look like uneditable text.`...

`maybe the many "?" buttons could be removed to compensate - they could be replaced by hover tooltips` there is an option under user settings to hide the `?` and...

`Add support in the cards and metadata modal for embeddings and LoRA for the JSON files that are cached by the A1111 CivitAI plugin. These have, for example, the trigger...

The new Modern Dark theme should cover a lot of the fit-and-finish complaints I imagine. Or if not... well at least it was designed by an actual UI designer and...

This is an interesting feature request and a cool idea, however I'm not sure how to actually achieve it in practice - internally tiling comes down to setting pytorch Conv2d...

Oh, yep, they do exactly what I was thinking - injecting and replacing the conv2d code with an alternate handler

the seamless tileable param now has X-Only and Y-Only options

`--fast` requires specifically updated torch 2.4, other torch versions won't work. It works on windows and linux