harubaru / waifu-diffusion

stable diffusion finetuned on weeb stuff
GNU Affero General Public License v3.0
1.94k stars 177 forks source link

fix wandb init mode, don't log hf token #45

Closed lopho closed 1 year ago

lopho commented 1 year ago

Fix using --wandb sets it to 'disabled' instead of enabling it. Use correct value for mode ('enabled' is invalid, either 'online', 'offline' or 'disabled') Clear hf_token passed to wandb to avoid leaking it via the wandb log.

lopho commented 1 year ago

bruh: https://github.com/harubaru/waifu-diffusion/pull/42