Jonas Klesen

Results 9 issues of Jonas Klesen

I think this line should be `dW += 2*reg*W` https://github.com/jingtinghuang/CS231n-Spring-2017/blob/e44f207689072537cabe8a4d39c4b2251b73698e/assignment1/cs231n/classifiers/linear_svm.py#L48

It would be nice if we could have support for multicontrolnet in the XYZplot script. I.e. if you have two models you should have separate entries in the XYZplot, e.g....

A rather frustrating issue: calling it with a trailing \ like lightweight_gan --data full_cleaned256/ --name c256 --models_dir models --results_dir results \ sets the variable new to the truthy value '\\'...

There is a promising new outpainting method, see this whole thread here: https://github.com/Mikubill/sd-webui-controlnet/discussions/1464#discussioncomment-6041157 Maybe it can be incorporated? Works with non-inpainting models and doens't need a prompt.

enhancement

Feature request: allow to control for the seed used.

enhancement

This adds an enable_nsfw flag to disable the NSFW filter. Reasoning: I found it sometimes flags obviously non-NSFW images as NSFW and that is very frustrating.

When cloning the repo and simply doing 'npm run dev', i get this error as a toast: Error: Accessing element.ref was removed in React 19. ref is now a regular...

### Error Message and Logs The configured healthcheck uses curl, which is not in the image, thus it fails. Keeping all default configs, I could not run ABS as is....

🐛 Bug
⚙️ Service
🔍 Triage

## Changes - Changed the healthcheck command to use wget instead of curl ## Issues - fixes [5992](https://github.com/coollabsio/coolify/issues/5992)