本文主要是介绍初学者如何入门 Generative AI 之 Stable Diffusion 与 CLIP :看两篇综述,玩几个应用感受一下先!超多高清大图,沉浸式体验,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章大纲
- 4种 图片生成 的算法
- 扩散模型的起源
- Stable Diffusion
- UNet
- CLIP
- 参考文献与学习路径
A synthography of an astronaut riding a horse created in NightCafe Studio with Stable Diffusion XL (SDXL). Prompt is a photograph of an astronaut riding a horse with weight of 1.0 (NightCafe Studio scale). Runtime is medium and overall prompt weight is 70%. This artwork was created with text-to-image (txt2img) process.
4种 图片生成 的算法
GAN是一种生成对抗网络,它由两个相互竞争的神经网络组成:一个生成器(Generator)和一个判别
这篇关于初学者如何入门 Generative AI 之 Stable Diffusion 与 CLIP :看两篇综述,玩几个应用感受一下先!超多高清大图,沉浸式体验的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!