Turn Any Image into 3D in Minutes! | Multi-Angle Views with ComfyUI Advanced MV Adapter Workflow

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 34

  • @jinxing-xv3py
    @jinxing-xv3py 9 днів тому +1

    It is wonderful tutorial.you are fantastic!

  • @ПёсВатник
    @ПёсВатник 2 дні тому +1

    When proccess is done i have 6 black screen images and warning in PowerShell "RuntimeWarning: invalid value encountered in cast" =(
    Im using your config but RealVisXL_5.0_LIGHTNING not RealVisXL_5.0
    How to fix it?

    • @ПёсВатник
      @ПёсВатник День тому

      Change Lightning model to RealVisXL5.0 and nothing changes - i still have six black screen images when done.

  • @trombonator
    @trombonator 8 днів тому +1

    Thanks !
    Is there an ai that Can use the 6 images created to build a 3d model?

    • @ComfyUIworkflows
      @ComfyUIworkflows  8 днів тому +2

      Organize Your PNG Files
      Place all PNG files in a single directory.
      Ensure the files are named in a way that reflects their order (e.g., 01.png, 02.png, ...).
      Step 2: Load and Stack the Images
      Using NumPy and Pillow:
      python
      Copy code
      import os
      import numpy as np
      from PIL import Image
      # Path to the directory containing PNG files
      directory = "path/to/your/png/files"
      # Sort and load files
      files = sorted([os.path.join(directory, f) for f in os.listdir(directory) if f.endswith('.png')])
      # Load images and stack them into a 3D NumPy array
      volume = np.array([np.array(Image.open(file)) for file in files])
      print("Volume shape:", volume.shape)

    • @Bunoin
      @Bunoin 7 днів тому

      ​@@ComfyUIworkflows easier explanation plz

    • @ComfyUIworkflows
      @ComfyUIworkflows  6 днів тому +1

      @@Bunoin next video, with the help of that you can generate fully 3d model in 1 click

  • @PepperFrog-t4l
    @PepperFrog-t4l 6 днів тому

    Image to image. my BiRefNet node only has the ckpt_name line. does not have the second use_gpu line below it. so i can not turn use_gpu to false. I followed your install instructions. what part should I review to solve this problem? Thanks.

    • @ComfyUIworkflows
      @ComfyUIworkflows  6 днів тому

      download www.mediafire.com/file/rhddod5pgyk9xxe/nodes.py/file
      nodes.py file and replace with your Comfy UI MV Adapter folder nodes.py file

  • @Bunoin
    @Bunoin 7 днів тому

    How to turn these frames into a short gif rotatating around the character ?

    • @ComfyUIworkflows
      @ComfyUIworkflows  6 днів тому

      Convert a sequence of images to a video. You can search on Google; there are many websites available that can do this.

    • @Bunoin
      @Bunoin 5 днів тому

      @ComfyUIworkflows 6 frames is not enough for a smooth rotation though.

  • @lucifer9814
    @lucifer9814 9 днів тому

    Thanks to this tutorial and whatever custom nodes that come from this workflow, my comfyUI is broken

    • @ComfyUIworkflows
      @ComfyUIworkflows  9 днів тому

      what error you getting?

    • @lucifer9814
      @lucifer9814 9 днів тому

      @@ComfyUIworkflows No it's solved, so this custom node broke my comfyUI, I've had this problem while installing several other custom nodes. So I looked it up online because I was tired of reinstalling comfyUI. So I had to update the torch version and that solved the issue. Thanks for video although I do get the allocation error lol

  • @petec737
    @petec737 6 днів тому

    Excerpt the 3D part is missing lol.

  • @AgustinCaniglia1992
    @AgustinCaniglia1992 8 днів тому

    Where is the 3D?

    • @ComfyUIworkflows
      @ComfyUIworkflows  8 днів тому +1

      use the lora

    • @AgustinCaniglia1992
      @AgustinCaniglia1992 7 днів тому

      @@ComfyUIworkflows what lora? Do you even know what 3D actually is? This is not 3D.

    • @ComfyUIworkflows
      @ComfyUIworkflows  7 днів тому +1

      ​@@AgustinCaniglia1992 You have a sequence of PNG images showing every side. It is possible to convert them into a 3D model. Alternatively, there is another method using a 3D node, which can also generate a 3D model. However, the output quality is not good, and it consumes a lot of VRAM.

    • @AgustinCaniglia1992
      @AgustinCaniglia1992 7 днів тому

      @@ComfyUIworkflows every side or just 6 angles? That doesnt works for 3D. The other tool You mention might deserve the title on this video

    • @Ai_wifus
      @Ai_wifus 6 днів тому

      ​@@AgustinCaniglia1992 use Microsoft/Trellis to convert image to 3d

  • @DarthChrisB
    @DarthChrisB 8 днів тому

    Why do you use such a bad AI voice?

    • @ComfyUIworkflows
      @ComfyUIworkflows  8 днів тому +1

      It's not an AI voice. While editing, I removed all the silences in the video and also the 'um' words with just one click. If I were to do it manually, it would take a lot of time, which I don't have. Without the silences, the video's voice sounds too fast and unnatural, making it less engaging."

  • @JMCGANESH
    @JMCGANESH 6 днів тому

    I Got This Error Any One Help ME DiffusersModelMakeup
    'down_blocks.1.attentions.0.transformer_blocks.0.attn1.to_q.weight'

    • @ComfyUIworkflows
      @ComfyUIworkflows  6 днів тому

      which node

    • @JMCGANESH
      @JMCGANESH 4 дні тому

      @@ComfyUIworkflows DiffusersModelMakeup

    • @JMCGANESH
      @JMCGANESH 4 дні тому

      @@ComfyUIworkflowsDiffusersModelMakeup and output also black screen