SDXL-JojosoStyle-Lora-v2

我要开发同款
匿名用户2024年07月31日
26阅读
所属分类aiPytorch、jojo's bizarre adven、sdxl style lora、stone ocean、jojo、jojo's bizarre adven、style、template:sd-lora、diffusers
开源地址https://modelscope.cn/models/sd_lora/SDXL-JojosoStyle-Lora-v2
授权协议other

作品详情

JoJo Stone-Ocean Style XL

(CivitAI)

Model description

A LoRA model for SDXL trained upon images from JoJo's Bizarre Adventure: Stone Ocean

Trigger words

You should use Jojosostyle to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the ? diffusers library

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('Norod78/jojo-stone-ocean-style-xl', weight_name='SDXL-JojosoStyle-Lora-v2-r16.safetensors')
image = pipeline('Mr. Potato head Jojosostyle , Very detailed, clean, high quality, sharp image').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论