kohya-ss / kohya-ss/sd-scripts
Training with latent cache
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.2k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
In your code, the .npz file is used to preserve the sampled results, but I think a better way is to preserve the mean and standard deviation, and then resample each time to ensure randomness.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating where the .npz file is written and read during training, then trace how sampled results are produced. Determine whether mean and standard deviation can be preserved without changing the expected training behavior. Done means an agreed design and implementation that resamples each time while retaining the required results and passing the relevant training checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100