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

Some questions about controlNET and LoRAs. #17

Closed
Atoli opened this issue Aug 28, 2023 · 5 comments
Closed

Some questions about controlNET and LoRAs. #17

Atoli opened this issue Aug 28, 2023 · 5 comments

Comments

@Atoli
Copy link

Atoli commented Aug 28, 2023

I have 6 punctual questions:

  1. Which LoRAs are compatible and which are incompatible with animatediff-cli-prompt-travel? So far some LoRAs i have tried work great with this.

  2. Do embeddings (textual inversion) work with this?

  3. The main page says i have to change the 999 for another number here, any suggestion which number i should choose?

 "controlnet_map": {
    "input_image_dir" : "controlnet_image/test",
    "max_samples_on_vram": 999,
    "save_detectmap": true,
    "preprocess_on_gpu": true,
  1. How do i make ControlNET work with this? I drag the PNG and rename them JUST like the example says, but they are not used in the generation.

img1

Capture

And they are enabled:

   "controlnet_openpose":{
      "enable": true,
      "use_preprocessor":true,
      "guess_mode":false,
      "controlnet_conditioning_scale": 1.0,
      "control_guidance_start": 0.0,
      "control_guidance_end": 1.0,
      "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
    },

    "controlnet_canny": {
      "enable": true,
      "use_preprocessor":true,
      "guess_mode":false,
      "controlnet_conditioning_scale": 1.0,
      "control_guidance_start": 0.0,
      "control_guidance_end": 1.0,
      "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
    },

I am putting the PNG on openpose and canny but they are completely ignored, even in the output they do not appear while the examples have a subfolder in the output to show the controlNET used.

  1. How do i "order" the controlnet? I want canny as a background (so the entire animation has a stable background), and open pose as the pose of the subject, i suppose this is done automatically? Or i have to order the "layers" of controlNET?

  2. Any way to remove that "shutterstock" text on the bottom? I tried to put (watermark, text:1.5), logo, text on the negative prompt but nothing, the text is still there.

@s9roll7
Copy link
Owner

s9roll7 commented Aug 28, 2023

Which LoRAs are compatible and which are incompatible with animatediff-cli-prompt-travel? So far some LoRAs i have tried work great with this.

Only the most basic lora is available, not LyCORIS, etc.

Do embeddings (textual inversion) work with this?

Yes. put in data/embeddings

The main page says i have to change the 999 for another number here, any suggestion which number i should choose?

For example, if you put 100 pngs in canny and 100 pngs in depth, this parameter determines where to put the 200 pieces of data generated by controlnet.
If you want to save vram, set it to 0 and everything will be placed in cpu. 999 is fine until you run out of vram.

How do i make ControlNET work with this? I drag the PNG and rename them JUST like the example says, but they are not used in the generation.

Maybe you have something in there that is not a png, or maybe the path is not specified correctly.
If that doesn't help, zip up the data/controlnet_image/test directory and the config file and paste it here.

How do i "order" the controlnet? I want canny as a background (so the entire animation has a stable background), and open pose as the pose of the subject, i suppose this is done automatically? Or i have to order the "layers" of controlNET?

This might be helpful.
#6

Any way to remove that "shutterstock" text on the bottom? I tried to put (watermark, text:1.5), logo, text on the negative prompt but nothing, the text is still there.

It seems to be a problem with mm_sd_v15.ckpt. Perhaps it has overlearned the logo.
Try changing it to mm_sd_v14.ckpt.

@Atoli
Copy link
Author

Atoli commented Aug 29, 2023

I see, thank you for answer.

It would seem my mistake was most images were not PNG.

Another question: Is there a meaning to the numbers on the files?

0000
0016
0032

Is this the frame where they "start"? I used canny with a background but it seems to not carry through the whole animation.

@s9roll7
Copy link
Owner

s9roll7 commented Aug 29, 2023

I think this explanation is easy to understand
#16

@xnmt9
Copy link

xnmt9 commented Sep 1, 2023

@s9roll7 do we have to adjust config file for an embedding?

@s9roll7
Copy link
Owner

s9roll7 commented Sep 1, 2023

this might works.
(embedding:1.4)

@s9roll7 s9roll7 closed this as completed Oct 2, 2023
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

3 participants