Let's have a look at a simple example using theCanny Adapter. Dependency fromdiffusersimportStableDiffusionXLAdapterPipeline, T2IAdapter, EulerAncestralDiscreteScheduler, AutoencoderKLfromdiffusers.utilsimportload_image, make_image_gridfromcontrolnet_aux.midasimportMidasDetectorimporttorch# load adapteradapte...
与之前版本的 T2I-Adapter (SD-1.4/1.5) 相比,T2I-Adapter-SDXL 还是原来的配方,不一样之处在于,用一个 79M 的适配器去驱动 2.6B 的大模型 SDXL!T2I-Adapter-SDXL 在继承 SDXL 的高品质生成能力的同时,保留了强大的控制能力!用 diffusers 训练 T2I-Adapter-SDXL 我们基于 diffusers 提供的 ...
与之前版本的 T2I-Adapter (SD-1.4/1.5) 相比,T2I-Adapter-SDXL还是原来的配方,不一样之处在于,用一个 79M 的适配器去驱动 2.6B 的大模型 SDXL! T2I-Adapter-SDXL 在继承 SDXL 的高品质生成能力的同时,保留了强大的控制能力! 用diffusers训练 T2I-Adapter-SDXL 我们基于diffusers提供的这个官方示例构建...
模型分别见TencentARC/t2i-adapter-depth-midas-sdxl-1.0及TencentARC/t2i-adapter-depth-zoe-sdxl-1.0 使用OpenPose 骨骼图引导图像生成 模型见TencentARC/t2i-adapter-openpose-sdxl-1.0 致谢: 非常感谢 William Berman 帮助我们训练模型并分享他的见解。
模型分别见TencentARC/t2i-adapter-depth-midas-sdxl-1.0及TencentARC/t2i-adapter-depth-zoe-sdxl-1.0 使用OpenPose 骨骼图引导图像生成 模型见TencentARC/t2i-adapter-openpose-sdxl-1.0 致谢: 非常感谢William Berman帮助我们训练模型并分享他的见解。
We collaborate with the diffusers team to bring the support of T2I-Adapters for Stable Diffusion XL (SDXL) in diffusers! It achieves impressive results in both performance and efficiency. We release T2I-Adapter-SDXL models for sketch, canny, lineart, openpose, depth-zoe, and depth-mid. We...
模型分别见TencentARC/t2i-adapter-depth-midas-sdxl-1.0及TencentARC/t2i-adapter-depth-zoe-sdxl-1.0 使用OpenPose 骨骼图引导图像生成 模型见TencentARC/t2i-adapter-openpose-sdxl-1.0 致谢: 非常感谢William Berman帮助我们训练模型并分享他的见解。
We collaborate with the diffusers team to bring the support of T2I-Adapters for Stable Diffusion XL (SDXL) in diffusers! It achieves impressive results in both performance and efficiency. We release T2I-Adapter-SDXL models for sketch, canny, lineart, openpose, depth-zoe, and depth-mid. We...
cappuccino/T2I-Adapter 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
TencentARC/t2i-adapter-openpose-sdxl-1.0 Trained with OpenPose bone imageAOpenPose boneimage. Example To get started, first install the required dependencies: pip install -U git+https://github.com/huggingface/diffusers.git pip install -U controlnet_aux==0.0.7# for conditioning models and detect...