do you have best setting for dreambooth model SD 1,5? I have take a rtx3090 on runpod since I only h
do you have best setting for dreambooth model SD 1,5? I have take a rtx3090 on runpod since I only have 12gb vram on my pc
: ERROR Error while calling W&B API: user is not logged in (<Response [401]>)
Problem at: /workspace/kohya_ss/venv/lib/python3.10/site-packages/accelerate/tracking.py 294 init
wandb: ERROR The API key is either invalid or missing, or the host is incorrect. To resolve this issue, you may try running the 'wandb login --host [hostname]' command. The host defaults to 'https://api.wandb.ai' if not specified. (Error 401: Unauthorized)
Traceback (most recent call last):
File "/workspace/kohya_ss/./train_db.py", line 481, in <module>
train(args)
File "/workspace/kohya_ss/./train_db.py", line 258, in train
accelerator.init_trackers("dreambooth" if args.log_tracker_name is None else args.log_tracker_name, init_kwargs=init_kwargs)
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/accelerate/accelerator.py", line 564, in _inner
return PartialState().on_main_process(function)(*args, kwargs)
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/accelerate/accelerator.py", line 2096, in init_trackers
self.trackers.append(tracker_init(project_name, init_kwargs.get(str(tracker), {})))
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/accelerate/tracking.py", line 85, in execute_on_main_process
return function(self, *args, kwargs)
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/accelerate/tracking.py", line 294, in init
self.run = wandb.init(project=self.run_name, kwargs)
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 1164, in init
raise e
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 1145, in init
run = wi.init()
File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 764, in init
raise error
wandb.errors.AuthenticationError: The API key is either invalid or missing, or the host is incorrect. To resolve this issue, you may try running the 'wandb login --host [hostname]' command. The host defaults to 'https://api.wandb.ai' if not specified. (Error 401: Unauthorized)
