Hirmuolio

Results 7 issues of Hirmuolio

#### Summary Infrastructure "Refactor charge consumption on item activation" #### Purpose of change Item activation consuming charges was different for different kinds of items. The number of charges needed was...

<Documentation>
[JSON]
Mods
Code: Tests
[C++]
Code: Infrastructure / Style / Static Analysis
[Markdown]
Mods: Aftershock
json-styled
Mods: No Hope

#### Summary Infrastructure "Make environment temperature to use units::temperature" #### Purpose of change Temperature was handled with mixture of integer fahenheits, double fahrenheits and other one off types. There were...

Info / User Interface
Bionics
Vehicles
Code: Tests
[C++]
Code: Infrastructure / Style / Static Analysis
Mechanics: Weather
astyled
json-styled
BasicBuildPassed

### Is your feature request related to a problem? Please describe. * On `cauterize` item use action "cost" and "flame" parameters are never used. "flame" is false on all items...

<Suggestion / Discussion>

**Describe the bug** At first everything seems to work fine but after few tens of seconds performance suddenly tanks. See the profiler graph below. ![performance](https://github.com/user-attachments/assets/4310592c-4445-4679-993a-6d62086a9ee2) Performance is fine with default...

bug

Convert images with icc profile into sRGB. If the conversion fails due to image using color profile that pillow doesn't know an error is raised. Raises error if image is...

The script treats all images as sRGB even if they have color profiles. Handling of color profiles needs to be added in image loading. https://github.com/kohya-ss/sd-scripts/blob/2857f21abf6ed53abe89dd512b3bf25fd2913e03/library/train_util.py#L2490 Something like this: image =...

When resuming training from a training state that was also created from resuming training from a training state behaves weird. Example: 5 epochs. Save state every epoch. * Blue line:...