gligen / GLIGEN

Open-Set Grounded Text-to-Image Generation
MIT License
1.91k stars 145 forks source link

Question for gligen_inference.py run(meta, config, starting_noise=None) #58

Closed csw0109 closed 7 months ago

csw0109 commented 8 months ago

Great work! I wonder if there is a typo in gligen_inference.py run(meta, config, starting_noise=None), or can someone explain to me how this works? To me, it seems like it should be run(meta, args, starting_noise=None). image

rohithpv commented 8 months ago

I think it's a typo too.