Linaqruf / kohya-trainer

Adapted from https://note.com/kohya_ss/n/nbf7ce8d80f29 for easier cloning
Apache License 2.0
1.85k stars 305 forks source link

Wand Api Key problems #309

Closed carlmoss22 closed 11 months ago

carlmoss22 commented 12 months ago

hi, i always get this error.

NameError Traceback (most recent call last) in <cell line: 42>() 42 "sample_prompts" : sample_prompt if os.path.exists(sample_prompt) else None, 43 "config_file" : config_file, ---> 44 "wandb_api_key" : wandb_api_key if wandb_api_key else None 45 } 46

NameError: name 'wandb_api_key' is not defined

can someone please help me out?