starriver030515 / SynthVLM

29 stars 1 forks source link

Generating images on 8 GPUs #2

Open sudanl opened 1 month ago

sudanl commented 1 month ago

Hi! Awesome work!

I would like to ask how to synthesize images on 8 GPUs (as mentioned in the paper)? Are they generated separately on each of the 8 GPUs?

starriver030515 commented 1 month ago

Yes, the existing diffusion models only supports single GPU, but you can write a bash script to run it in parallel across 8 GPUs.