Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dreambooth + AnimateDiff + ControlNet #3

Open
tumurzakov opened this issue Aug 29, 2023 · 4 comments
Open

Dreambooth + AnimateDiff + ControlNet #3

tumurzakov opened this issue Aug 29, 2023 · 4 comments

Comments

@tumurzakov
Copy link

tumurzakov commented Aug 29, 2023

As I understand you making following steps:

  1. Fine tune dreambooth on all frames
  2. Fine tune animatediff motion module
  3. Extract controlnet from video
  4. Combine them to infer

Can you share hyperparameters of finetuning?

  1. Do you finetune LoRA or Dreambooth? How many steps, what lr?
  2. Do you finetune all module or selected layers?
@liewjunhao
Copy link
Collaborator

Hi, we do not finetune DreamBooth/LoRA on the input video frames. We simply replace the Stable Diffusion with the personalized model downloaded from CivitAi for different styles.

@tumurzakov
Copy link
Author

After you published your paper, I conducted experiments involving fine-tuning a U-Net in conjunction with a motion module, and it yielded promising results for style transfer. Prior to this, I explored LoRA, but the outcomes were less than impressive. I divide the samples into segments of video_length (16 frames) and then train the U-Net with the motion module on these segments as a single batch.

I have observed that the motion module, equipped with a single transformer block, possesses enough capability to capture simple motions. However, it does face limitations in memorizing shapes due to the absence of convolutional layers. Fine-tuning the U-Net, on the other hand, empowers it to retain both textures and shapes.

@wdapp
Copy link

wdapp commented Sep 12, 2023

你好,我想问一下 MagicEdit 预计什么时候能上线使用呢

@lmx99
Copy link

lmx99 commented Sep 19, 2023

MagicEdit 哪个时候可以使用到呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants