DiffuScene icon indicating copy to clipboard operation
DiffuScene copied to clipboard

How can I generate a scene by giving text as input?

Open HJJeongInK opened this issue 1 year ago • 1 comments

I want to create a scene that takes only text as input. However, when I looked at the generate_diffusion.py, there seems to be no codes that takes text as input. There are only a code that saves the text as a txt file. Please let me know. Is it impossible to create a scene by taking text as input?

HJJeongInK avatar Apr 27 '24 02:04 HJJeongInK

The text prompt is generated by the script in the dataset loader. You can change several lines of code to test my pre-trained model on your own text inputs.

tangjiapeng avatar Apr 28 '24 12:04 tangjiapeng