Vast-stars
Vast-stars
``` python # in code/trainer.py def train(self): self.scheduler.step() self.loss.step() ``` Is the `loss.step()` only available for those loss functions that contain parameters update operating such as the loss of GAN?
I change default renderer to hexo-render-kramed and then change some render rules in `node_modules\kramed\lib\rules\inline.js` : ``` // escape: /^\\([\\`*{}\[\]()#$+\-.!_>])/, escape: /^\\([`*\[\]()#$+\-.!_>])/, // em: /^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/, em: /^\*((?:\*\*|[\s\S])+?)\*(?!\*)/, ``` and I found...
看changelog说已经预置了flux,搜索文件是在`/root/ComfyUI/models/vae_approx/flux1-dev-fp8.safetensors` 是这个吗? 看md5和 https://huggingface.co/Kijai/flux-fp8/blob/main/flux1-dev-fp8.safetensors 不一样,大小也只有1.7G, 是预期内的不?