donahowe / TheaterGen

TheaterGen: Character Management with LLM for Consistent Multi-turn Image Generation
https://howe140.github.io/theatergen.io/
48 stars 2 forks source link

about negative prompt #3

Open ALR-alr opened 2 months ago

ALR-alr commented 2 months ago

Thanks for your releases. It seems that negative prompt is also concatenate with the positive prompt, isn't it? I have not found information about negative prompt in reference paper. How to deal with it?

donahowe commented 2 months ago

No, it is not like that. The negative prompt will be entered separately (as part of the CFG).

ALR-alr commented 2 months ago

No, it is not like that. The negative prompt will be entered separately (as part of the CFG).

More specifically, is it injected into the process of the sampling and denoising? I mean when we denoise, we drop out both predicted-noise and negative prompt embedding.

donahowe commented 2 months ago

Of course it will

ALR-alr commented 2 months ago

Of course it will

oh soga, I get it, thank you!