Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymailk committed Jan 8, 2025
2 parents e07d89b + 7a67cac commit c61aaa1
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comfyui_sandbox/ffmpeg_utils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"0"
]
},
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
201 changes: 201 additions & 0 deletions comfyui_sandbox/image_utils.ipynb

Large diffs are not rendered by default.

27 changes: 24 additions & 3 deletions diffusers/examples/instruct_pix2pix/nfs_pix2pix_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"from pathlib import Path\n",
"from PIL import Image\n",
"\n",
"# original_images_path = \"/code/comfyui_sandbox/video_renders/render_nfs_4screens_5_game_render\"\n",
"original_images_path = \"/code/comfyui_sandbox/video_renders/render_nfs_4screens_6_game\"\n",
"styled_images_path = \"/code/comfyui_sandbox/video_renders/render_nfs_4screens_6_sdxl_1\"\n",
"\n",
"# original_images = sorted(list(Path(original_images_path).glob(\"*.png\")))\n",
Expand Down Expand Up @@ -221,9 +221,30 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"sh: 1: cp: Argument list too long\n",
"sh: 1: cp: Argument list too long\n",
" error: cannot open /code/comfyui_sandbox/video_renders/render_nfs_4screens_6_game/compressed/*.png for reading\n",
" error: cannot open /code/comfyui_sandbox/video_renders/render_nfs_4screens_6_sdxl_1/compressed/*.png for reading\n"
]
},
{
"data": {
"text/plain": [
"512"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import os\n",
"\n",
Expand Down
Binary file added showcases/showcase_9/nfs_render_00002_.mp4
Binary file not shown.
Binary file not shown.

0 comments on commit c61aaa1

Please sign in to comment.