Skip to content

Commit

Permalink
chore: remove entity name from wandb.init (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Soumik Rakshit <19soumik.rakshit96@gmail.com>
  • Loading branch information
soumik12345 authored Aug 11, 2023
1 parent afad7ae commit 7f540af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colabs/diffusers/sdxl-compel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"metadata": {},
"outputs": [],
"source": [
"wandb.init(project=\"stable-diffusion-xl\", entity=\"geekyrakshit\", job_type=\"text-to-image-compel\", save_code=True)\n",
"wandb.init(project=\"stable-diffusion-xl\", job_type=\"text-to-image-compel\")\n",
"\n",
"config = wandb.config\n",
"config.stable_diffusion_checkpoint = \"stabilityai/stable-diffusion-xl-base-1.0\"\n",
Expand Down
2 changes: 1 addition & 1 deletion colabs/diffusers/sdxl-text-to-image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"outputs": [],
"source": [
"# initialize a wandb run\n",
"wandb.init(project=\"stable-diffusion-xl\", entity=\"geekyrakshit\", job_type=\"text-to-image\", save_code=True)\n",
"wandb.init(project=\"stable-diffusion-xl\", job_type=\"text-to-image\")\n",
"\n",
"# define experiment configs\n",
"config = wandb.config\n",
Expand Down

0 comments on commit 7f540af

Please sign in to comment.