技术栈

text2img

Akttt
7 天前
人工智能·计算机视觉·text2img
【T2I】DreamBench++: A Human-Aligned Benchmark for Personalized Image GenerationCODE:ICLR 2025yuangpeng/dreambench_plus: [ICLR 2025] Official code implementation of DreamBench++: A Human-Aligned Benchmark for Personalized Image Generation
Akttt
2 个月前
text2img
【T2I】Divide & Bind Your Attention for Improved Generative Semantic NursingCODE:GitHub - boschresearch/Divide-and-Bind: Official implementation of "Divide & Bind Your Attention for Improved Generative Semantic Nursing" (BMVC 2023 Oral)
庞德公
9 个月前
人工智能·stable diffusion·midjourney·flux·text2img
Flux:Midjourney的新图像模型挑战者--->更多内容,请移步“鲁班秘笈”!!<---Black Forest Labs是一家由前Stability.ai开发人员创立的AI初创公司,旨在为图像和视频创建尖端的生成式 AI 模型。这家初创公司声称,其第一个模型系列Flux.1为文本到图像的生成设定新的标准。
走召大爷
2 年前
stable diffusion·pipeline·diffusers·text2img
扩散模型Diffusers Pipeline API使用介绍大部分扩散模型包含多个独立训练的子模型和组件模块组合而成,例如StableDiffusion 有:为了让开发者以最简单的方式使用最新最先进的扩散模型,diffusers开发了pipeline管理和使用这些类,使得开发者可以以端对端方式使用扩散模型。