最近AI作画很火,DALL-E和Imagen崭露头角,国内外ERNIE-ViLG、Stable-Diffusion、Disco-Diffusion相继开源开放, 近日发现了一个开源的项目,开源了国内外主流的文生图的模型能力ERNIE-VILG,SD、D
最近AI作画很火,DALL-E和Imagen崭露头角,国内外ERNIE-ViLG、Stable-Diffusion、Disco-Diffusion相继开源开放,近日发现了一个开源的项目,开源了国内外主流的文生图的模型能力ERNIE-VILG,SD、DD;只需三行代码就可以生成高质量图片玩了一下效果比较惊艳!!!
传送门GitHub Code: https://github.com/PaddlePaddle/PaddleHub
Huggingface Space: https://huggingface.co/spaces/PaddlePaddle/ERNIE-ViLG
import paddlehub as hubmodule = hub.Module(name=" stable_diffusion ")
results = module.generate_image(text_prompts=[" close-up maximalist illustration of lion, by makoto shinkai, akihiko yoshida, yoshitaka amano, super detailed "])