🚀 PS1Redmond - 适用于SDXL的PS1游戏图形LoRA
PS1Redmond是一款专为SDXL 1.0微调的LoRA模型,能够以PS1游戏图形风格生成各种主题的图像,具有很强的通用性。
🚀 快速开始
触发词
你应该使用 Playstation 1 Graphics
、PS1 Game
来触发图像生成。
下载模型
该模型的权重以Safetensors格式提供。你可以在 Files & versions 标签页 下载。
使用🧨 diffusers库
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('artificialguybr/ps1redmond-ps1-game-graphics-lora-for-sdxl', weight_name='PS1Redmond-PS1Game-Playstation1Graphics.safetensors')
image = pipeline('harry potter game, playstation 1 graphics, PS1 Game, ').images[0]
更多细节,包括LoRA的加权、合并和融合,请查看 diffusers中加载LoRA的文档。
✨ 主要特性
- PS1图形风格:能够生成具有PS1游戏图形风格的图像。
- 通用性强:可以应用于各种主题的图像生成。
📦 安装指南
此部分文档未提供具体安装命令,因此跳过。
💻 使用示例
基础用法
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('artificialguybr/ps1redmond-ps1-game-graphics-lora-for-sdxl', weight_name='PS1Redmond-PS1Game-Playstation1Graphics.safetensors')
image = pipeline('harry potter game, playstation 1 graphics, PS1 Game, ').images[0]
高级用法
此部分文档未提供高级用法的代码示例,因此跳过。
📚 详细文档
模型描述
PS1Graphics.Redmond来啦!我很感激 Redmond.AI 提供的GPU时间,让我能够完成这个LoRA模型!
如果你想测试并访问我所有的AI作品,欢迎访问我的 网站!
这是一个在 SD XL 1.0 上微调的 PS1图形 LoRA模型。你可以在 这里 免费且无限制地测试我所有的LoRA模型。感谢Hugging Face提供的推理API!
这个LoRA模型能够以PS1游戏图形风格生成各种主题的图像,是一个非常通用的LoRA模型。
模型标签:playstation 1 graphics, PS1 Game
我真心希望你喜欢这个LoRA模型并使用它。如果你喜欢这个模型,认为它有价值,可以向我的 Patreon 或 Ko-fi 进行捐赠。
关注我的 Twitter,第一时间了解新模型的信息。
🔧 技术细节
此部分文档未提供具体的技术说明,因此跳过。
📄 许可证