tildebyte
tildebyte
The actaul model license in this repo (https://github.com/deep-floyd/IF/blob/develop/LICENSE-MODEL) specifically omits applying the term "open source" *to the model* I'll also note that if you read the text presented when downloading...
For posterity - this is #NotAnIssue, see https://github.com/kohya-ss/sd-scripts/issues/323, to wit: >Grandient checkpointing seems to be enabled by specifying requires_grad_(True) for the first parameter of the model. However, ***LoRA training does...
If you are on Windows, be advised that nightlies do not have FA v2 (so i.e. they don't have FA **at all**), see https://github.com/pytorch/pytorch/issues/108175
Unnecessary. Read the *entire* README, look at the examples, look through the notebooks.
It's simply not needed with this model
The weird thing is that the [header file in the repo](https://github.com/bdwilson/KP3S/blob/6018176fc410d797c8650996117976d38cbcc0fb/Marlin-2.1.1/Marlin/Configuration.h#L1698) has 180, but the [header file in the release](https://github.com/bdwilson/KP3S/blob/8d84355710f861bb74633c35365581735ad88a11/releases/2.1.1/Configuration.h#L1698) has 120. I'm a total newb to this, so I...
https://github.com/Annex-Engineering/klipper_estimator - Probably very similar to the Marlin simulation, but for Klipper
I find that Octoprint does everything I need it to do re:klipper :shrug: - the existing plugins support it quite robustly - I see no reason to go through the...
I realize this is veering OT, but I *personally* haven't seen anyone give a "this is THE killer feature of (e.g.) Mainsail", so, for posterity... > Octoprint is sometimes slower...
`electron-forge start` from repo root works on Linux, after (as always) working around inscrutable behavior on the part of npm. Like so ``` node_modules/.bin/electron-forge start ✔ Checking your system ✔...