comfy_mtb icon indicating copy to clipboard operation
comfy_mtb copied to clipboard

[bug] Batch Float, Batch Transform node could not be loaded

Open DreamLoveBetty opened this issue 2 years ago • 1 comments

Describe the bug

Batch Float, Batch Transform node could not be loaded, I downloaded and released version 0.1.4, comfyui is a locally built venv environment version, not a released portable version. All dependencies have been installed (install.py,reqs.txt,reqs_windows.txt). Hope to get some answers.The console reported no errors, only one AnimateDiffEvo model file was not put in, I think this does not affect. 111 222

Reproduction

No response

Expected behavior

No response

Operating System

Windows (Default)

Comfy Mode

In a custom virtual env (venv, virtualenv, conda...)

Console output

** ComfyUI start up time: 2023-11-16 02:54:35.333056

Prestartup times for custom nodes:
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 24564 MB, total RAM 32498 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Web extensions folder found at D:\Program\ComfyUI\web\extensions\ComfyLiterals
[AnimateDiffEvo] - ERROR - No motion models found. Please download one and place in: ['D:\\Program\\ComfyUI\\custom_nodes\\ComfyUI-AnimateDiff-Evolved\\models']
### Loading: ComfyUI-Impact-Pack (V4.30.7)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.3)
### Loading: ComfyUI-Manager (V1.0.1)
### ComfyUI Revision: 1691 [629e4c55] | Released on '2023-11-15'
Requirement already satisfied: python_bidi in c:\users\h\appdata\local\programs\python\python310\lib\site-packages (0.4.2)
Requirement already satisfied: six in c:\users\h\appdata\local\programs\python\python310\lib\site-packages (from python_bidi) (1.16.0)
Requirement already satisfied: arabic_reshaper in c:\users\h\appdata\local\programs\python\python310\lib\site-packages (3.0.0)
Comfyroll Custom Nodes: Loaded
Imported node: FV_NodeGroup_1
Imported node: FV_NodeGroup_1
[comfy_mtb] | WARNING -> Web extensions folder at D:\Program\ComfyUI\web\extensions\mtb is not a symlink, if updating please delete it before
D:\Program\ComfyUI\venv\lib\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
  warnings.warn(
[comfy_mtb] | INFO -> Loaded the following nodes:
        Animation Builder (mtb): Convenient way to manage basic animation maths at the core of many of my workflows
        Smart Step (mtb): Utils to control the steps start/stop of the KAdvancedSampler in percentage
        Styles Loader (mtb): Load csv files and populate a dropdown from the rows (à la A111)
        Bbox From Mask (mtb): From a mask extract the bounding box
        Bbox (mtb): The bounding box (BBOX) custom type used by other nodes
        Crop (mtb): Crops an image and an optional mask to a given bounding box
        Uncrop (mtb): Uncrops an image to a given bounding box
        Debug (mtb): Experimental node to debug any Comfy values, support for more types and widgets is planned
        Save Tensors (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
        Deep Bump (mtb): Normal & height maps generation from single pictures
        Restore Face (mtb): Uses GFPGan to restore faces
        Load Face Enhance Model (mtb): Loads a GFPGan or RestoreFormer model for face enhancement.
        Face Swap (mtb): Face swap using deepinsight/insightface models
        Load Face Swap Model (mtb): Loads a faceswap model
        Load Face Analysis Model (mtb): Loads a face analysis model
        Qr Code (mtb): Basic QR Code generator
        Unsplash Image (mtb): Unsplash Image given a keyword and a size
        Text To Image (mtb): Utils to convert text to image using a font
        String Replace (mtb): Basic string replacement
        Fit Number (mtb): Fit the input float using a source and target range
        Get Batch From History (mtb): Very experimental node to load images from the history of the server.
        Any To String (mtb): Tries to take any input and convert it to a string
        Load Film Model (mtb): Loads a FILM model
        Film Interpolation (mtb): Google Research FILM frame interpolation for large motion
        Concat Images (mtb): Add images to batch
        Color Correct (mtb): Various color correction methods
        Image Compare (mtb): Compare two images and return a difference image
        Blur (mtb): Blur an image using a Gaussian filter.
        Mask To Image (mtb): Converts a mask (alpha) to an RGB image with a color and background
        Colored Image (mtb): Constant color image of given size
        Image Premultiply (mtb): Premultiply image with mask
        Image Resize Factor (mtb): Extracted mostly from WAS Node Suite, with a few edits (most notably multiple image support) and less features.
        Save Image Grid (mtb): Save all the images in the input batch as a grid of images.
        Load Image From Url (mtb): Load an image from the given URL
        Save Gif (mtb): Save the images from the batch as a GIF
        Export With Ffmpeg (mtb): Export with FFmpeg (Experimental)
        Latent Lerp (mtb): Linear interpolation (blend) between two latent vectors
        Image Remove Background Rembg (mtb): Removes the background from the input using Rembg.
        Float To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" FLOAT to a NUMBER.
        Int To Bool (mtb): Basic int to bool conversion
        Int To Number (mtb): Node addon for the WAS Suite. Converts a "comfy" INT to a NUMBER.
        Transform Image (mtb): Save torch tensors (image, mask or latent) to disk, useful to debug things outside comfy
        Load Image Sequence (mtb): Load an image sequence from a folder. The current frame is used to determine which image to load.
        Save Image Sequence (mtb): Save an image sequence to a folder. The current frame is used to determine which image to save.
Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Success!
Total VRAM 24564 MB, total RAM 32498 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite: `ffmpeg_bin_path` is set to: F:\facefusion\glut\ffmpeg\bin
WAS Node Suite: Finished. Loaded 197 nodes successfully.

        "Art is the language of the heart and the window to the soul." - Unknown


Import times for custom nodes:
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Image-Selector
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyLiterals
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI_Fictiverse
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\comfyui-various
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.0 seconds: D:\Program\ComfyUI\custom_nodes\facerestore_cf
   0.4 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Manager
   0.6 seconds: D:\Program\ComfyUI\custom_nodes\comfy_mtb
   0.9 seconds: D:\Program\ComfyUI\custom_nodes\was-node-suite-comfyui
   2.3 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   2.4 seconds: D:\Program\ComfyUI\custom_nodes\ComfyUI-Impact-Pack

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: D:\Program\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json
FETCH DATA from: D:\Program\ComfyUI\custom_nodes\ComfyUI-Manager\custom-node-list.json
FETCH DATA from: D:\Program\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json

Additional context

No response

DreamLoveBetty avatar Nov 15 '23 19:11 DreamLoveBetty

Oh I'm realising now my answer never was posted... I was low on network.

You can find these in main I did not make a proper release for it yet, I will keep this issue open until then. If you use ComfyManager is automatically relies on main. I will keep making releases for now but they make less sense than before where I was prebundling wheels but I don't rely on any of these anymore

melMass avatar Nov 21 '23 18:11 melMass