language:
- zh
thumbnail: "images/cosplay outfit_17_3.0.png"
widget:
- text: "cosplay服装"
output:
url: "images/cosplay outfit_17_3.0.png"
- text: "cosplay服装"
output:
url: "images/cosplay outfit_19_3.0.png"
- text: "cosplay服装"
output:
url: "images/cosplay outfit_20_3.0.png"
- text: "cosplay服装"
output:
url: "images/cosplay outfit_21_3.0.png"
- text: "cosplay服装"
output:
url: "images/cosplay outfit_22_3.0.png"
tags:
- 文生图
- stable-diffusion-xl
- lora
- template:sd-lora
- template:sdxl-lora
- sdxl-sliders
- ntcai.xyz-sliders
- 概念
- diffusers
license: "mit"
inference: false
instance_prompt: "cosplay服装"
base_model: "stabilityai/stable-diffusion-xl-base-1.0"
ntcai.xyz滑块 - cosplay服装 (SDXL LoRA)
更多内容请访问 https://sliders.ntcai.xyz/sliders/app/loras/a66ce096-1781-46fe-8944-7c7a1a03714c
下载
该模型的权重文件可通过Safetensors格式获取。
触发词
您可以通过以下触发词应用此LoRA以获得额外效果:
cosplay服装
在diffusers中使用
from diffusers import StableDiffusionXLPipeline
from diffusers import EulerAncestralDiscreteScheduler
import torch
pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
pipe.to("cuda")
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.cosplay-outfit', weight_name='cosplay outfit.safetensors', adapter_name="cosplay服装")
pipe.set_adapters(["cosplay服装"], adapter_weights=[2.0])
prompt = "中世纪富有的酒馆老板坐在酒馆里,cosplay服装"
negative_prompt = "nsfw"
width = 512
height = 512
num_inference_steps = 10
guidance_scale = 2
image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
image.save('result.png')
支持Patreon
如果您喜欢这个模型,请考虑加入我们的Patreon。
加入我们的Patreon,您将获得一个不断增长的库,包含超过1496种独特多样的LoRA以及14602多种滑块合并,涵盖各种风格和类型。您还将获得新模型和更新的早期访问权限、独家幕后内容以及强大的NTC滑块工厂LoRA创建工具,让您能够制作自己的自定义LoRA和合并,开启无限可能。
您在Patreon上的支持将使我们能够继续开发新模型和工具。
其他资源