zydxt / sd-webui-rpg-diffusionmaster

Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (PRG)
GNU Affero General Public License v3.0
53 stars 2 forks source link

Image Fusion #5

Open threefoldo opened 4 months ago

threefoldo commented 4 months ago

It seems like you only implement the regional prompting, but how to merge different regions into one whole picture? In the original RPG-diffusionmaster repository, it implements or calls such functionality.

zydxt commented 4 months ago

Hi, merging the regions are implemented by Regional-prompter.. In original RPG-diffusionmaster repository, the codes of Regional-prompter were copied into scripts folder and those codes were called by constructing the process_args before processing the image.