Code Monkey home page Code Monkey logo

comfyui-fastblended's Introduction

ComfyUI-fastblend

fastblend for comfyui, and other nodes that I write for video2video. rebatch image, my openpose

fastblend node:

  1. smoothvideo(逐帧渲染/smooth video use each frames)
  2. interpolateKeyFrame(插帧、只选一部分帧渲染/smooth video only use a portion of the frames) parameter meaning: (1) accuracy: larger is better, 1 is enough for most situation (2) window_size: how smooth the video. (3) minimum_patch_size: odd number(important), larger is better (4) num_iter: Number of iterations, larger is better (5) Guide weight: a parameter that determines how much motion feature applied to the style video. (6) Batch size: a larger batch size makes the program faster but requires more VRAM. time complexity(accuracy=1): log(window_size) * minimum_patch_size^2 * num_iter * video length * video resolution

other nodes for making video:

  1. rebatchimage: especially for fastblend,Simultaneously render images (720p, 24G video memory, batch_size can be adjusted to 40), speed up about 40%.
  2. myopenpose: 因为dw_openpose在人物转身的时候不能识别人物后背,但是在人物姿势方面比openpose准确,而openpose可以很好的识别后背,这个就是结合了它两的优点

examples are in example directory.And other nodes don't have much use,so I'm not going to introduce.

Install:download the .zip and unzip to ComfyUI\custom_nodes.

Fastblend main code is from https://github.com/Artiprocher/sd-webui-fastblend I just made it work in ComfyUI.

March 28, 2024: New node:

  1. alert when finished: just input the full path(......\custom_nodes\ComfyUI-fastblend\drop.wav) of a sound, it will play after this node gets images.
  2. merge image list: the "Image List to Image Batch" node in my example is too slow, just replace with this faster one.

comfyui-fastblended's People

Contributors

ainseven avatar ethanfel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.