Skip to content

Commit

Permalink
Merge branch 'latest' into keep-orig-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-kochin authored Nov 20, 2024
2 parents ecbc24b + ee93b2d commit 4b0bcb5
Show file tree
Hide file tree
Showing 12 changed files with 868 additions and 3,607 deletions.
7 changes: 0 additions & 7 deletions .ci/skipped_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,13 +532,6 @@
- ubuntu-20.04
- ubuntu-22.04
- windows-2019
- notebook: notebooks/internvl2/internvl2.ipynb
skips:
- os:
- macos-12
- ubuntu-20.04
- ubuntu-22.04
- windows-2019
- notebook: notebooks/qwen2-vl/qwen2-vl.ipynb
skips:
- os:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "b3ce0481-d7de-4d37-9414-c72dc6488f8e",
"metadata": {},
"outputs": [
Expand All @@ -155,7 +155,7 @@
"from huggingface_hub import hf_hub_download\n",
"from omegaconf import OmegaConf\n",
"\n",
"from dynamicrafter.utils.utils import instantiate_from_config\n",
"from utils.utils import instantiate_from_config\n",
"\n",
"\n",
"def load_model_checkpoint(model, ckpt):\n",
Expand Down Expand Up @@ -287,7 +287,7 @@
"metadata": {},
"outputs": [],
"source": [
"from dynamicrafter.lvdm.modules.encoders.condition import FrozenOpenCLIPEmbedder\n",
"from lvdm.modules.encoders.condition import FrozenOpenCLIPEmbedder\n",
"\n",
"MODEL_DIR = Path(\"models\")\n",
"\n",
Expand Down
226 changes: 147 additions & 79 deletions notebooks/instant-id/instant-id.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 4b0bcb5

Please sign in to comment.