NEW AnimateAnyone LOCALLY. MIND BLOWN!

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 มิ.ย. 2024
  • 1 click animations with consistency. Now locally in Stable Diffusion.
    Patreon workflow / animateanyone-97409128
    Local install + simple free workflow github.com/MrForExample/Comfy...
    HF Demo huggingface.co/spaces/xunsong...
    Install Comfy and Manager • How to install and use...
    !!!
    A lot of users seem to have issues with conflicting nodes. I would recommend installing this on a fresh Comfy to not break your old one (unless you know what you're doing). The fix would be to just remove the newly installed custom nodes again.
    Some users have also reported that updating their pytorch to match their cuda version has helped. Here's how a user with cuda 11.8 solved his issue:
    pip install torch torchvision torchaudio --extra-index-url download.pytorch.org/whl/cu118
    If you have errors from missing custom nodes. Try a fresh install of Comfy, make sure it's the latest version. You can also try manually installing AnimateAnyone (can try git clone from github into custom nodes folder).
    Prompt styles for Stable diffusion Automatic1111, ComfyUI & Vlad/SD.Next: / sebs-hilis-79649068
    ComfyUI workflow for 1.5 models: / comfyui-1-5-86145057
    ComfyUI Workflow for SDXL: / comfyui-workflow-86104919
    Get early access to videos and help me, support me on Patreon / sebastiankamph
    Chat with me in our community discord: / discord
    Stable Diffusion for Beginners Playlist • Stable Diffusion Begin...
    My Weekly AI Art Challenges • Let's AI Paint - Weekl...
    My Stable diffusion workflow to Perfect Images • Revealing my Workflow ...
    ControlNet tutorial and install guide • NEW ControlNet for Sta...
    Famous Scenes Remade by ControlNet AI • Famous Scenes Remade b...
    CHAPTERS
    0:00 This is AnimateAnyone
    0:45 Huggingface demo
    01:29 How to install AnimateAnyone Local
    7:16 How to use AnimateAnyone
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 240

  • @CAPCOMhead
    @CAPCOMhead 4 หลายเดือนก่อน +3

    OMG I was waiting for this for at least a year, let's go!

  • @OG_Account
    @OG_Account 4 หลายเดือนก่อน +17

    This no longer works because there is something missing from on of the requirements files so you end up with
    When loading the graph, the following node types were not found:
    [ComfyUI-3D] Animate Anyone Sampler
    [ComfyUI-3D] Load UNet2D ConditionModel
    [ComfyUI-3D] Load UNet3D ConditionModel
    [ComfyUI-3D] Pose Guider Encode
    [ComfyUI-3D] Load Pose Guider
    DWPreprocessor
    Nodes that have failed to load will show as red on the graph.
    also when reported on the github they closed it withought fixing it

    • @kampkrieger
      @kampkrieger 3 หลายเดือนก่อน +1

      they don't care, it is all single use. They just want to shine with some new feature, let some people reproduce it on the day of release, and when the next guy publishes something he breaks everything else

    • @shard9571
      @shard9571 3 หลายเดือนก่อน

      it works for me

  • @michalgonda7301
    @michalgonda7301 4 หลายเดือนก่อน

    Yo great video :) thanks for your work! If I can ask from where are you getting so smooth and clean only open pose videos to feed it?

  • @flavorbot
    @flavorbot หลายเดือนก่อน

    incredibly useful tutorial. thank you so much id be lost with it

  • @saemranian
    @saemranian 4 หลายเดือนก่อน +1

    Awesome,
    Thanks for sharing.

  • @silvershadowsf
    @silvershadowsf 2 หลายเดือนก่อน +2

    there are some mismatches recently if you try to install the things in the order of the video, after installing the custom nodes you will see the errors you see in the rest of comments, you have to manually upgrade/install some libraries: pip install --upgrade diffusers and ffmpy library if you see its error in the console, same as any other errors, leaving this here for the next person

  • @marcihuppi
    @marcihuppi 4 หลายเดือนก่อน +8

    hey sebastian! thanks for the video, but i can't get it to work. i get a (IMPORT FAILED) ComfyUI-3D-Pack ERROR in the manager. reinstalling the node didnt work. any ideas?

    • @psaicon0
      @psaicon0 4 หลายเดือนก่อน +4

      I’m with this error too, wished I knew which python he used

    • @ronnykhalil
      @ronnykhalil 4 หลายเดือนก่อน +1

      same here

  • @grafik_elefant
    @grafik_elefant 4 หลายเดือนก่อน

    Wow!! Thanks for showing us 👍

  • @thomasmiller7678
    @thomasmiller7678 4 หลายเดือนก่อน +1

    Yes! Been waiting for this to drop!

  • @bdwedgeofanimotion4106
    @bdwedgeofanimotion4106 2 หลายเดือนก่อน

    nice and it gets better

  • @matthieudominguez3227
    @matthieudominguez3227 4 หลายเดือนก่อน +4

    I have an error that says ModulenotFoundError no module named "diffusers" i've tried to pip install it but no luck :/

  • @Foolsjoker
    @Foolsjoker 4 หลายเดือนก่อน +6

    I can't get the Custom Node to install correctly. Not a clean Comfy Install (I want this on my main), Git Cloned, and missing the 3-D nodes, and the ComyUI-AnimateAnyone-Evolved gets (IMPORT FAILED). Any ideas?

    • @ctankep
      @ctankep 4 หลายเดือนก่อน +1

      The " comfyui-3d-pack " is missing the " diff_gaussian_rasterization " module from its pip requirements. I'm assuming the author has that already installed on their machine but it wasn't added to the " comfyui-3d-pack " python requirements. Just about to try installing the submodule directly from the INRIA " gaussian splatting " repo ..

    • @philipvideoproductions9007
      @philipvideoproductions9007 4 หลายเดือนก่อน

      how do you install the submodule directly? I want to try that but that sounds like a foreign language lol what are the exacts steps? Did it work for you?@@ctankep

    • @Foolsjoker
      @Foolsjoker 4 หลายเดือนก่อน +1

      @@ctankep Did you get it to work? I'm still stuck on this one.

    • @clemenssc3542
      @clemenssc3542 4 หลายเดือนก่อน +5

      I got the same issue... 3D Pack not able to be imported while boot up... If you find a solution please keep me updated :)@@Foolsjoker

  • @TanvirsTechTalk
    @TanvirsTechTalk 4 หลายเดือนก่อน +7

    i am getting torch not compiled with cuda error, how to solve it?

    • @IdgrafixCh
      @IdgrafixCh 3 หลายเดือนก่อน

      So did I. I tried almost every solution on TH-cam and online. None worked. The only thing that worked was a clean re-installation of ComfyUI. And then the "torch not compiled with cuda error" re-occurred when installing the missing nodes. So I could not proceed with the free workflow.

  • @EpochEmerge
    @EpochEmerge 4 หลายเดือนก่อน

    I totally felt that 11:50 espresso moment :D

  • @TanvirsTechTalk
    @TanvirsTechTalk 4 หลายเดือนก่อน

    and how to install cuda 118 when I am using a windows portable version? there is no CLI to place it

  • @kaassoufflex9023
    @kaassoufflex9023 3 หลายเดือนก่อน

    Does this do creatures as well or only humans? Also, would it be possible to just do the character against a green backdrop?

  • @thenextbigthing7268
    @thenextbigthing7268 4 หลายเดือนก่อน

    When did they release it? I didnt think it was released yet? I thought they released magic animate but animate anyone was still in development?

  • @Skydam33hoezee
    @Skydam33hoezee 4 หลายเดือนก่อน +5

    Still getting these messages and several red boxes. Did anyone solve this? When loading the graph, the following node types were not found:
    [ComfyUI-3D] Load Pose Guider
    [ComfyUI-3D] Load UNet2D ConditionModel
    [ComfyUI-3D] Load UNet3D ConditionModel
    [ComfyUI-3D] Pose Guider Encode
    [ComfyUI-3D] Animate Anyone Sampler
    Nodes that have failed to load will show as red on the graph.

    • @jonescrusher1
      @jonescrusher1 4 หลายเดือนก่อน +3

      yep, lost hours of my life trying to get past it, nothing yet

    • @Skydam33hoezee
      @Skydam33hoezee 4 หลายเดือนก่อน

      I'm now hours in as well. Even tried the torch suggestion. Did nothing for me.@@jonescrusher1

    • @dovasubs7212
      @dovasubs7212 4 หลายเดือนก่อน +3

      @Skydam33hoezee @jonescrusher1 If you're getting that error because ComfyUI-AnimateAnyone-Evoled couldn't be imported, then you can try this workaround:
      1. Open the manager
      2. Go to "Install PIP packages"
      3. Type "diffusers" and click "OK"
      4. Restart ComfyUI and it should be fixed

    • @Skydam33hoezee
      @Skydam33hoezee 4 หลายเดือนก่อน

      Thank you for the tip, but unfortunately no progress. Same errors. @@dovasubs7212

    • @DelaPetty-sq7sw
      @DelaPetty-sq7sw 4 หลายเดือนก่อน

      Hero.@@dovasubs7212

  • @the_one_and_carpool
    @the_one_and_carpool 4 หลายเดือนก่อน

    do i need to download every file in the hugginface repos

  • @NithinBalakrishnanIsOnline
    @NithinBalakrishnanIsOnline 4 หลายเดือนก่อน +8

    Yo I got another one for your intro :
    What happens when you kill a board game?
    It dice.

  • @xuaninhnguyen4900
    @xuaninhnguyen4900 4 หลายเดือนก่อน

    Hello, can you tell me what CPU and GPU your computer uses to run these models?

  • @jepperisum
    @jepperisum 4 หลายเดือนก่อน +1

    All red boxes are gone, but when trying render the Animate Anyone Sampler node gets a purple border, and this error message appears: Error occurred when executing [AnimateAnyone] Animate Anyone Sampler:
    mat1 and mat2 shapes cannot be multiplied (2x1024 and 768x320)
    To try and troubleshoot it, I only use input from the example workflow... What could be wrong?

    • @tiowillsan
      @tiowillsan 4 หลายเดือนก่อน

      Same error here...

  • @alexmehler6765
    @alexmehler6765 4 หลายเดือนก่อน +5

    this is not animate anyone , the code is not yet released and achieves much better results. this is moore animate anyone, a project which aims to achive similar results but doesnt (yet). its still good though, ill try it with a raw drawing and an action scene made in blender. hope it doesnt just work with flat tiktok style dance vids but with camera and perpective

    • @drxam9999
      @drxam9999 3 หลายเดือนก่อน

      How's the result ?

  • @krishanSharma.69.69f
    @krishanSharma.69.69f 4 หลายเดือนก่อน +5

    Can one make prawn videos with this tech? Just asking for a prawn director friend.

  • @francaleu7777
    @francaleu7777 4 หลายเดือนก่อน +1

    thank you ! I cannot install it right... it gives me this error "The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled." do you have any Idea?

    • @francaleu7777
      @francaleu7777 4 หลายเดือนก่อน

      it works when reinstalling a new fresh comfyui..

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Glad to hear you got it working

  • @Dwoz_Bgmi
    @Dwoz_Bgmi 4 หลายเดือนก่อน

    I dont get how to use comfy ui , can't we use this in stable diffusion?

  • @CoconutPete
    @CoconutPete 3 หลายเดือนก่อน

    This is my new favorite channel... dare I say this channel is perfect?

  • @omarbromar
    @omarbromar 4 หลายเดือนก่อน +5

    I downloaded the custom node, and now comfy ui does not want to work.

    • @Deadgray
      @Deadgray 4 หลายเดือนก่อน +1

      Yup my Comfy is broken too after installing this... what a waste of time.

    • @IdgrafixCh
      @IdgrafixCh 3 หลายเดือนก่อน

      Same for me. I tried almost every solution on TH-cam and online. None worked. The only thing that worked was a clean re-installation of ComfyUI. And then the "torch not compiled with cuda error" re-occurred when installing the missing nodes. So I could not proceed with the free workflow.

  • @jzky
    @jzky 4 หลายเดือนก่อน

    so, clean install of comfy, git cloned the folder and installed the requirements, but loading the demo file from animateAnyone, I get a lot of missing stuff.. like ComfyUI-3D and VHS_videocombine - and I dont have the manager tab on my comfy.

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      The manager needs to be installed manually github.com/ltdrdata/ComfyUI-Manager

  • @Postfxx
    @Postfxx 4 หลายเดือนก่อน +1

    hi @sebastian have u removed the work flow from your patron.. i was going to purchase today..

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      No, should still be there :)

  • @ai_enthusiast3156
    @ai_enthusiast3156 2 หลายเดือนก่อน

    Can you do this on the online platform as well or do you need to have the tool locally installed?

    • @sebastiankamph
      @sebastiankamph  2 หลายเดือนก่อน

      You can do this online too on ThinkDiffusion.com

  • @jonescrusher1
    @jonescrusher1 4 หลายเดือนก่อน

    I'm returning an import failed error when comfyui tries to load custom nodes, the comfyui 3d pack isn't recognised even though it's been downloaded, ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

  • @marekklimaszewski4400
    @marekklimaszewski4400 3 หลายเดือนก่อน

    How many frames can you render at the standard resolution for this model (512x768)? My RTX4070 12GB - 20 frames

  • @JumpIntoAI
    @JumpIntoAI 4 หลายเดือนก่อน +6

    Good stuff as always mate. More toys for me to get less real work done. 😢

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +2

      Hah, you got that right!

  • @97BuckeyeGuy
    @97BuckeyeGuy 4 หลายเดือนก่อน +1

    Does anyone know if there is a website somewhere that offers free open pose animated mp4's for download? I would love to play around with these animation nodes, but I don't really have any decent videos to base them on.

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Pexels -> DWPose(openpose, see video)

    • @97BuckeyeGuy
      @97BuckeyeGuy 4 หลายเดือนก่อน

      @@sebastiankamph Excellent resource! Thank you

  • @Innovative_AI
    @Innovative_AI 2 หลายเดือนก่อน

    can I use in google colab or Kaggle also ?? I have installed and used comfy ui in kaggle

  • @skaramicke
    @skaramicke 3 หลายเดือนก่อน

    Is there some community resource where I can find various animation skeletons? I'm looking for game stuff like top down idle, running, attacking and stuff like that, or side view of the same. I imagine a pipeline for making game character resources.

    • @sebastiankamph
      @sebastiankamph  3 หลายเดือนก่อน

      I did a video on a free online tool like this a while back... I just can't remember the name 😅

    • @skaramicke
      @skaramicke 2 หลายเดือนก่อน

      @@sebastiankamph I got pose estimator working so now I’m looking for consistent videos of people moving in specific ways from various angles too. Use case is generating sprite sheets for games, but there are few free resources for good mocap work in my search results.

  • @CoconutPete
    @CoconutPete 3 หลายเดือนก่อน

    Idea... what about having a green screen solid color behind character as a way to avoid the jitter problem?

    • @sebastiankamph
      @sebastiankamph  3 หลายเดือนก่อน

      Try it and let me know!

  • @WhySoBroke
    @WhySoBroke 4 หลายเดือนก่อน

    Great tutorial!! Is it ok to rename the models? Thanks in advance!

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Sure, go ahead. Just need to reselect them in the workflow.

  • @itanrandel4552
    @itanrandel4552 2 หลายเดือนก่อน +1

    Excuse me, is there something similar in automatic1111?

  • @user-bx6kv1ik4p
    @user-bx6kv1ik4p 4 หลายเดือนก่อน

    hi, thanks for the video... i tried installing the node but am getting " (IMPORT FAILED) ComfyUI-AnimateAnyone-Evolved" - i tried both manager and direct pip install... neither is working :( any ideas... ?

    • @luqaszoq
      @luqaszoq 4 หลายเดือนก่อน

      In my case in had to disable AnimateDiff Evolved in Manager

  • @Innovative_AI
    @Innovative_AI 3 หลายเดือนก่อน

    HI I use comfy ui in kaggol can a use animate anyone there tool with your all workflow ?

  • @siltane216
    @siltane216 4 หลายเดือนก่อน

    Phenomenal video as always. I hope you get some well deserved rest!

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Thank you kindly! :)

  • @Sl15555
    @Sl15555 4 หลายเดือนก่อน

    i want to try Magic Animate,... but im gonna try this as well

    • @alexmehler6765
      @alexmehler6765 4 หลายเดือนก่อน

      magic animate sucks unless you prepare a 3d character with exact proportions of your final character and use that as input

  • @akunkkumul
    @akunkkumul 2 วันที่ผ่านมา

    import awq_inference_engine # with CUDA kernels
    ImportError: DLL load failed while importing awq_inference_engine: The specified procedure could not be found.
    torch 2.2.0+cu121

  • @NeoIntelGore
    @NeoIntelGore 4 หลายเดือนก่อน +2

    Some nodes stay red no matter what unfortunately.

  • @christiannilsen2835
    @christiannilsen2835 หลายเดือนก่อน

    can we get them to blink also?

  • @nefwaenre
    @nefwaenre 4 หลายเดือนก่อน

    Hi, how can i get the openpose version of my video that i want to use?

    • @thomasmiller7678
      @thomasmiller7678 4 หลายเดือนก่อน

      Just run it through an open pose preprocessor and connect a VHS combine node to save the output as video if you watch the video it's in there too maybe not explicitly explained but.

  • @hleet
    @hleet 4 หลายเดือนก่อน +1

    Impressive what AI can come up with. Hopefully tiktok won't copyright their dance moves lol

    • @mick7727
      @mick7727 4 หลายเดือนก่อน

      That's only a problem if you wanna make your work public.

  • @moviecartoonworld4459
    @moviecartoonworld4459 4 หลายเดือนก่อน

    I was moved by your wonderful lecture. I'm trying this too, but I'm getting the (IMPORT FAILED) ComfyUI-AnimateAnyone-Evolved error several times. Is there a solution?

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Conflicting nodes, try fresh install.

    • @moviecartoonworld4459
      @moviecartoonworld4459 4 หลายเดือนก่อน

      @@sebastiankamph thank you for telling me!

    • @indianabluepaw1327
      @indianabluepaw1327 4 หลายเดือนก่อน

      Fresh install didn't help :(

  • @leadlayer
    @leadlayer 4 หลายเดือนก่อน

    Is this only available for SD1.5 and not SDXL? 😢

  • @AlexAtiq
    @AlexAtiq 4 หลายเดือนก่อน

    what is the maximum number of frames it can process at a time ? i tried animatedif before and for my gpu it was limited to 16 frames

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      I didn't try over 300 at this time. But I had no problems with it so far.

    • @AlexAtiq
      @AlexAtiq 4 หลายเดือนก่อน

      thanks Sebastian, how much v-ram do you have and what gpu are you using

    • @calvinherbst304
      @calvinherbst304 4 หลายเดือนก่อน

      I also get capped at around 16 before running into a memory error. Is there a way to dedicate more V ram to comfy in settings? How are you getting 300 frames? I’m on. Ryzen 9 + 4060 with 32 gigs of memory.
      I’m also wondering which node parameters will decrease memory usage in addition to the load video height and width. Something in the K sampler maybe?
      Any tips on maximize my output frames / mitigate render times would be hugely appreciated.

    • @AlexAtiq
      @AlexAtiq 4 หลายเดือนก่อน +1

      @@calvinherbst304 its a v-ram issue, I believe he is using a 24gb card or more

    • @shard9571
      @shard9571 3 หลายเดือนก่อน

      @herbst304 on my 3090 it uses 13.5gb vram for 270+ frames

  • @macadonards1100
    @macadonards1100 4 หลายเดือนก่อน

    Will my 11gb gpu be able to run this?

  • @thewebstylist
    @thewebstylist 4 หลายเดือนก่อน

    Ahhhhgh blast man as soon as see Nodes im out ha

  • @twalling
    @twalling 4 หลายเดือนก่อน

    I get two deep red nodes from the Patreon workflow, and the manager doesn't seem to want to find them. They're for image height and image width.

    • @twalling
      @twalling 4 หลายเดือนก่อน

      and getting "UNKNOWN ERROR" every time I try to run it. Don't know what I'm doing wrong

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      You need to install AnimateAnyone manually. Sift through the comments though, a lot of people seem to be having conflicting nodes. (Try fresh install of Comfy)

    • @twalling
      @twalling 4 หลายเดือนก่อน

      I will, thank you @@sebastiankamph

  • @Seany06
    @Seany06 4 หลายเดือนก่อน

    Minimum VRAM requirements?

  • @karthick9490
    @karthick9490 4 หลายเดือนก่อน

    Not Able to Subscribe to Patreon, every card payment from India seems to be failing.. Any Idea whether this is a Patreon issue?

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Hmm, no idea. I've never heard about that before. If you're looking for anything specific you can dm me on Discord. But I can't add users in Patreon.

    • @NEET2D
      @NEET2D 4 หลายเดือนก่อน

      Also valid for Türkiye. sad

  • @andyrevo8081
    @andyrevo8081 4 หลายเดือนก่อน

    With good timing, a snotty-nosed dad-joke can be a runway for a pretty fluid animation.

  • @DuTea
    @DuTea 2 หลายเดือนก่อน

    how much Vram required for this process?

  • @knightride9635
    @knightride9635 4 หลายเดือนก่อน

    How long does it take to render on a 8gb gpu?

    • @Steamrick
      @Steamrick 4 หลายเดือนก่อน

      It'll probably be faster on a 4060Ti than on a 1070

  • @sreejit2100
    @sreejit2100 4 หลายเดือนก่อน +1

    Hey Seb!
    Its barely been a month and the AI industry is already rolling like crazy...
    What are your predictions for 2024! 😁

    • @aegisgfx
      @aegisgfx 2 หลายเดือนก่อน

      Infinite supply equals zero demand. So I predict total collapse is imminent.

  • @jimdelsol1941
    @jimdelsol1941 4 หลายเดือนก่อน +4

    we're not that far from being able to make movies at home if we can animate characters like that. Now you just need to animate a blender rig and the render will be done in comfyUI ! No texturing ! x)

    • @michaelleue7594
      @michaelleue7594 4 หลายเดือนก่อน

      You could automate to that level now, the problem is doing it that way without it being obvious, and we aren't really close to the point where it won't always be obvious. It isn't just jitter, look at the frames with a messed up face, look at how the sun moves like it's painted onto a backdrop. There's some seriously disconcerting elements of this that won't be easy to avoid using automated techniques, or fix at all without resorting to texturing.

    • @aaagaming2023
      @aaagaming2023 4 หลายเดือนก่อน

      @@michaelleue7594 There are other workflows that take care of these things. The main use of this kind of workflow would be to rip animation from video onto a base video which can then be masked and composited in other ways and style animated in other workflows.

    • @michaelleue7594
      @michaelleue7594 4 หลายเดือนก่อน

      @@aaagaming2023 I'm curious how work intensive those workflows are compared to just texturing from the beginning. I don't know of any that produce a significant savings without sacrificing a lot of stylistic control.

    • @aaagaming2023
      @aaagaming2023 4 หลายเดือนก่อน

      @@michaelleue7594 Its more a difference between micro tweaking a few settings and going through randomized seed generations of just a few frames at a time, as opposed to knowing what youre after and manually texturing. But the workflows to do pretty much everything are already there. Masking and compositing are one of the big strengths of comfy.

  • @jimdelsol1941
    @jimdelsol1941 4 หลายเดือนก่อน

    Hello fellow starcraft fan ! Thanks for the tutorial !

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Oh why helloooo! What gave me away!? 😅😍

    • @jimdelsol1941
      @jimdelsol1941 4 หลายเดือนก่อน

      Saw you in Harstem's chat the other day x) ^^ @@sebastiankamph

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      @@jimdelsol1941 best SC streamer by far! Watched way too much

  • @thomasmiller7678
    @thomasmiller7678 4 หลายเดือนก่อน +1

    i tried installing animate anyone and broke comfyui (Torch not compiled with CUDA enabled) please hel fix anyone that knows whats wrong i tried a fresh install but that produced teh same result

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      With the fresh install, try manually installing animateanyone first through a git clone, then the others from the manager.

    • @BobDoyleMedia
      @BobDoyleMedia 4 หลายเดือนก่อน

      This happened to me as well, but creating a fresh install of Comfy seems like an extreme solution given all the nodes that I have installed at this point. I'd have to redownload every custom node I've ever downloaded? Maybe I'm just not understanding.... Is there no way to undo this so that I can run comfy again? Or is my current install with all its nodes useless now? Just trying to understand what to do to get back where I was before installing this.

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      You could just remove the newly installed custom nodes. This is a common thing with conflicting nodes.
      @@BobDoyleMedia

    • @BobDoyleMedia
      @BobDoyleMedia 4 หลายเดือนก่อน

      @@sebastiankamph my solution ended up being reinstalling pytorch to match the Cuda installation I had. Somehow going through this process, changed something somewhere, but updating PyTorch appropriately fixed everything. No fresh install required!

    • @fipil
      @fipil 4 หลายเดือนก่อน +1

      Same as @BobDoyleMedia, after installation it broke my ComfyUI 😞. Removing of the newly installed custom nodes didn't help. Reinstalling pytorch helped, but now it shows a windows message "python entry point not found". SOmething is still wrong. Arrrgggghhhh 😞
      EDIT: I had to completely reinstall ComfyUI, moved all nodes + models from the old one, fixed some nodes which neded some requirements/dependencies.

  • @c3c_-zc1ii
    @c3c_-zc1ii 4 หลายเดือนก่อน

    How can we do this in Think Diffusion? :B

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Same way I showed you here. It's like using your own local machine. Just drop the models in the correlating folders in the file manager.

  • @ronnykhalil
    @ronnykhalil 4 หลายเดือนก่อน

    boogie woogie. big fat cheers!

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Thanks Ronny! Good seeing you here 🌟

  • @violegrace4471
    @violegrace4471 4 หลายเดือนก่อน +2

    can u show a tutorial with sd1.5

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      This is 1.5

    • @taiconan8857
      @taiconan8857 4 หลายเดือนก่อน

      ​@@sebastiankamph I was gonna say~
      Also, shame on you for dusting off that tissue joke 😆

    • @violegrace4471
      @violegrace4471 4 หลายเดือนก่อน

      my bad i probably shouldve asked if there is one for A1111, @@sebastiankamph

  • @darakuT
    @darakuT 4 หลายเดือนก่อน

    I notice when u try to animate real photos the results are worst than when you animate anime or digital paint characters stuff, for example I notice that background was going to fuse with the legs or other stuff belong to the character

  • @bregsma
    @bregsma 3 หลายเดือนก่อน

    hello so can anyone help me
    I had this message when I want to queue prompt
    "Prompt outputs failed validation
    VAELoader:
    - Value not in list: vae_name: 'sd-vae-ft-mse.safetensors' not in ['taesd', 'taesdxl'"
    I don't quite understand what it means. I put the vae where it should have been but not in taesd?
    Thank you

  • @Varibam
    @Varibam 2 หลายเดือนก่อน

    Could you share your workflow, perhaps on your Patreon? Just kidding! 😂😂😂 Seriously though, great video, Seb. However, mentioning your Patreon five times does come across as a bit much for the viewer.

    • @sebastiankamph
      @sebastiankamph  2 หลายเดือนก่อน

      You know I need those expensive steaks for breakfast, lunch and dinner to get me through all that dad joke work 🥰

  • @jrquillocreativestudio8408
    @jrquillocreativestudio8408 4 หลายเดือนก่อน

    man i really wanted to try this but i got the error as well no i wish they would fix this

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      There are some new troubleshooting tips in the description

  • @KingZero69
    @KingZero69 4 หลายเดือนก่อน +1

    lil bro actually wrote his name on his hat in CRAYON… 😭

  • @Strawberry_ZA
    @Strawberry_ZA 4 หลายเดือนก่อน

    how to make motion captures?

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +2

      Shown in the video with openpose from dwpose estimator.

    • @Strawberry_ZA
      @Strawberry_ZA 4 หลายเดือนก่อน

      thanks!@@sebastiankamph I must've missed that - was watching over lunch

  • @chrisbraeuer9476
    @chrisbraeuer9476 4 หลายเดือนก่อน +1

    Reading the comments discourages me from trying it. Not keen on installing comfy again just to end up stuck because some stuff is missing. Its 2024. Not doing that shit this year. Maybe next.

  • @justanothernobody7142
    @justanothernobody7142 4 หลายเดือนก่อน +1

    Has anyone used this for anything other than front facing dancing TikTok girls? I've literally seen no other videos made with it that shows anything else. I'm thinking it's probably because it's useless at anything else. Even the front facing dances often have issues with limbs passing through other things, plus it's a long way from being consistent. I'm thinking as soon as you tried to do anything useful and more complex with it that involved changing camera angles or body rotation or something like a side shot of someone walking, it would fail miserably.
    Much better than animation used to be but still a long way to go before it's more than a gimmick to make dancing anime girls.

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      It's mostly trained on static camera stuff, yes. And I guess in regard to what you see on TikTok, that's what people interact with and what's shown. I'm sure there are other/better examples that aren't shown as people interact less with it.

    • @rod-me8ey
      @rod-me8ey 4 หลายเดือนก่อน

      SD video sucks, this is just the latest masturbatory tool of the week so youtubers can upload something, and anime fans to generate more tiktok trash, that's about it.

  • @ApexArtistX
    @ApexArtistX 13 วันที่ผ่านมา

    can someone torrent his patreaon workflow ?

  • @ColorfulEscapades
    @ColorfulEscapades 4 หลายเดือนก่อน

    no automatic1111??

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Not yet. At a later date I guess :)

  • @kwlook90
    @kwlook90 2 หลายเดือนก่อน +1

    I downloaded this animate node through the manager and it broke my ComfyUI. Broken meaning got a pause press any key in the command prompt window and comfy wouldn't come up in browser it just quits after pressing any key. I have a Comfy portable install. AssertionError: Torch not compiled with CUDA enabled

    • @flavorbot
      @flavorbot หลายเดือนก่อน +1

      same problem fixed it by updating via the comfyui update folder updated python dependencies and comfy

    • @kwlook90
      @kwlook90 หลายเดือนก่อน

      @@flavorbot I tried that and I still couldn't start it again so I had to just do another install. I don't know why. I might try it again but I'll do another separate clean instance so if it kills it again I won't care. Live and learn.😁

  • @Bockiiey
    @Bockiiey 4 หลายเดือนก่อน

    Im really going to need to start looking into Comfy huh? Haha

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      I'm afraid all the new tech gets released to Comfy first. I'm sure there will be an a1111 extension soon.

    • @khroomlet8821
      @khroomlet8821 4 หลายเดือนก่อน

      @@sebastiankamph How is Comfy with AMD GPUs? I've been having issues for a while with my AMD card when it comes to AI generated content.

    • @alexmehler6765
      @alexmehler6765 4 หลายเดือนก่อน

      @@khroomlet8821 amd sucks for creative software , just get that through your head and make a better purchase next time

  • @DragonZ3R0
    @DragonZ3R0 4 หลายเดือนก่อน +1

    Why would you remove my comment, this is not the true AnimateAnyone from Alibaba, the true one is not yet available
    The one you are presenting is something trying to get close to it but it's definitely not it

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      I don't remove comments. If they get removed, you were using language TH-cam doesn't support.

    • @DragonZ3R0
      @DragonZ3R0 4 หลายเดือนก่อน +1

      @@sebastiankamph My bad then sorry for the mistake

  • @23dsin
    @23dsin 4 หลายเดือนก่อน +2

    Why so many dislikes?

    • @aegisgfx
      @aegisgfx 4 หลายเดือนก่อน +4

      No one likes comfy

    • @vintagegenious
      @vintagegenious 4 หลายเดือนก่อน +3

      They get triggered by ComfyUI 😂

  • @pirobot668beta
    @pirobot668beta 3 หลายเดือนก่อน

    It 'breaks' Torch...

  • @AlanBerry
    @AlanBerry 4 หลายเดือนก่อน

    Chapters?

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Added!

    • @AlanBerry
      @AlanBerry 4 หลายเดือนก่อน

      Means a lot. Thank you! @@sebastiankamph

  • @aegisgfx
    @aegisgfx 4 หลายเดือนก่อน +45

    So auto1111 is dead? No one does videos for it anymore. I have zero interest in learning comfy

    • @Elwaves2925
      @Elwaves2925 4 หลายเดือนก่อน +3

      It's not dead, certainly not for me. There are still YT'ers making videos on it but it's not advancing in the way that something like Comfy is, so there's not as much to talk about.

    • @Seany06
      @Seany06 4 หลายเดือนก่อน +13

      You have no interest in learning comfy? That's no one's problem but your own.
      I also prefer a1111 but fact is comfy excels at certain things plus it's not really that hard as you can literally copy and paste a workflow in and you don't need to faff about much with all the noodles.

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +10

      Like the others already mentioned, auto1111 don't get the new tech like Comfy as fast. So all the a1111 videos are on older stuff currently.

    • @MajorStudioArt
      @MajorStudioArt 4 หลายเดือนก่อน +10

      Sorry, but if you aren’t into learning then AI is def not the right space to be in.

    • @Jokker88
      @Jokker88 4 หลายเดือนก่อน +4

      Can you run comfy over network on your phone? My a1111 setup is too comfortable for the moment as i can prompt on my phone with my pc in another room.

  • @allenraysales
    @allenraysales 4 หลายเดือนก่อน +1

    Comfy UI only? Why not Auto1111?

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน +1

      Not available in auto1111 yet.

  • @Deadgray
    @Deadgray 4 หลายเดือนก่อน

    Lets say it clear - if you install it you probably will break your Comfy installation, just a warning.

  • @jyju_9724
    @jyju_9724 4 หลายเดือนก่อน

    I guess my 2go gpu won’t survive to this 🤣

  • @gameartmaniac
    @gameartmaniac 4 หลายเดือนก่อน +1

    good, but hands....

  • @PIQK.A1
    @PIQK.A1 4 หลายเดือนก่อน

    A111 can make like this video or just comyui only?

  • @psaicon0
    @psaicon0 4 หลายเดือนก่อน +5

    still dont understand why people get fedup with comfy, its way better for devs, more modular and easier to accomplish results...

    • @CAPCOMhead
      @CAPCOMhead 4 หลายเดือนก่อน +3

      Most people are just to lazy to learn, which is the case for every industry, not just AI. Comfy is a million times better if you know what you're doing and it's extremely light-weight compared to A1111.

    • @tinymutantsquid
      @tinymutantsquid 4 หลายเดือนก่อน +1

      @@CAPCOMhead And for whatever you're generating with AI, somebody could say you were too lazy to develop the artistic talent to make it yourself. But that's not entirely fair right? Fact of the matter is that learning anything is an opportunity cost, some of us have other interests, hobbies, software and tools to keep on top of. Time we spend deep diving into a single complex AI tool (that ends up being only a small part of our workflow) doesn't always make sense. Some of us prefer a simpler tool that gets out of the way, and for that are willing to give up some of the newest greatest features. Although I can see the appeal of Comfy for an AI enthusiast or somebody with more time to devote to it.

    • @Steamrick
      @Steamrick 4 หลายเดือนก่อน +1

      For my part I don't like spending a couple minutes stringing up modules whenever I want to maybe add a lora or a controlnet or something else until I've finally come up with an image that looks like something I want to put effort into refining. With A1111, that's only a few seconds and done.

    • @jaywv1981
      @jaywv1981 4 หลายเดือนก่อน +1

      I like it better for certain things and Auto/Vlad or Fooocus better for certain things. I use all of them daily lol.

    • @marcihuppi
      @marcihuppi 4 หลายเดือนก่อน

      you can build parts once, then save them as template :)@@Steamrick

  • @potusuk
    @potusuk 4 หลายเดือนก่อน

    Don't blindly follow this video ~ read the comments below and the full text above by Sebastian first or you may be heading into a world of hurt.

  • @RikkTheGaijin
    @RikkTheGaijin 4 หลายเดือนก่อน

    Is Automatic 1111 dead? None of the recent AI features have been added there... I hate ConfyUI...

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Not dead, just that updates are less frequent these days. I would guess they test for stability more before pushing now. Or I hope :D

  • @PeterPanbe
    @PeterPanbe 4 หลายเดือนก่อน

    “With one picture you can make someone dance”. Yup, AI is causing stupidity.

    • @Strawberry_ZA
      @Strawberry_ZA 4 หลายเดือนก่อน +1

      Did you use AI to make this comment? No? Then what's your excuse for stupidity?

  • @shroommovies
    @shroommovies 4 หลายเดือนก่อน +1

    Garbage

  • @ApexArtistX
    @ApexArtistX 13 วันที่ผ่านมา

    Error occurred when executing LoadImagesFromDirectory:
    Directory 'F:\#Projects\1) SD Animation\26) Bad Devil\5) OpenPose_C cannot be found.'
    File "E:\COMFYUI\ComfyUI\execution.py", line 151, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "E:\COMFYUI\ComfyUI\execution.py", line 81, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "E:\COMFYUI\ComfyUI\execution.py", line 74, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "E:\COMFYUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control
    odes_deprecated.py", line 31, in load_images
    raise FileNotFoundError(f"Directory '{directory} cannot be found.'")

  • @KDawg5000
    @KDawg5000 4 หลายเดือนก่อน

    Hmm... tried a lot but still getting errors w/these nodes.
    "Cannot import D:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved module for custom nodes:"
    "Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!"
    "0.4 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved"

    • @KDawg5000
      @KDawg5000 4 หลายเดือนก่อน

      Latest error, after doing a new install
      File "D:\ComfyUI2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
      odes.py", line 11, in
      from diffusers.schedulers import (
      ImportError: cannot import name 'LCMScheduler' from 'diffusers.schedulers' (D:\ComfyUI2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\schedulers\__init__.py)
      Cannot import D:\ComfyUI2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved module for custom nodes: cannot import name 'LCMScheduler' from 'diffusers.schedulers' (D:\ComfyUI2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\schedulers\__init__.py)

  • @mehmetarsak4589
    @mehmetarsak4589 4 หลายเดือนก่อน

    The custóm workflow doensnt work because the 3D models cant be loaded! Wasted my money!! [ComfyUI-3D] Load UNet2D ConditionModel
    [ComfyUI-3D] Load UNet3D ConditionModel
    [ComfyUI-3D] Load Pose Guider
    [ComfyUI-3D] Pose Guider Encode not available

  • @blackout1819
    @blackout1819 3 หลายเดือนก่อน

    fuck comfi, lets automatic 1111