Skip to content

Commit

Permalink
added canny model... mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dusky committed Nov 12, 2024
1 parent 5438c2b commit e7ed154
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Components/_draft/vid2vid/api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "Video 2 Video Diffusion",
"description": "SDXL Video 2 Video",
"server_id": "29eb91e6-3b8a-41c6-ae35-e8aa6212ff14",
"inputs": {
"1": {
"image": {
"value": "image",
"is_required": true
}
}
},
"workflow":{},
"form": {
"main": [
{
"id": "image",
"name": "Select Image",
"type": "image_loader",
"display": true
}
],
"advanced": [
{
"id": "steps",
"name": "Steps",
"type": "slider",
"default": 20,
"constraints": {
"min": 1,
"max": 60,
"step": 20
},
"display": true
}
]
},
"test": {

}
}
1 change: 1 addition & 0 deletions docker/video_new/models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mkdir -p ${ROOT}/models/ipadapter
mkdir -p ${ROOT}/models/loras
mkdir -p ${ROOT}/models/upscale_models
mkdir -p ${ROOT}/models/controlnet/SDXL/controlnet-depth-sdxl-1.0
mkdir -p ${ROOT}/models/controlnet/SDXL/controlnet-depth-sdxl-1.0
mkdir -p ${ROOT}/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife

cd ${ROOT}/models/checkpoints/SD15/LCM && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/checkpoints/realismBYSTABLEYOGI_v4LCM.safetensors -O realismBYSTABLEYOGI_v4LCM.safetensors
Expand Down

0 comments on commit e7ed154

Please sign in to comment.