language:
- zh
thumbnail: "images/evaluate/顽皮笑容.../顽皮笑容_17_3.0.png"
widget:
- text: 顽皮笑容
output:
url: images/顽皮笑容_17_3.0.png
- text: 顽皮笑容
output:
url: images/顽皮笑容_19_3.0.png
- text: 顽皮笑容
output:
url: images/顽皮笑容_20_3.0.png
- text: 顽皮笑容
output:
url: images/顽皮笑容_21_3.0.png
- text: 顽皮笑容
output:
url: images/顽皮笑容_22_3.0.png
tags:
- 文生图
- 稳定扩散XL
- 微调模型
- 模板:sd-lora
- 模板:sdxl-lora
- sdxl滑块
- ntcai.xyz滑块
- 概念
- 扩散器
license: "mit"
inference: false
instance_prompt: "顽皮笑容"
base_model: "stabilityai/stable-diffusion-xl-base-1.0"
ntcai.xyz滑块 - 顽皮笑容 (SDXL微调模型)
下载
该模型权重文件提供Safetensors格式下载。
触发词
可通过以下触发词增强微调效果:
顽皮笑容
在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.mischievious-grin', weight_name='顽皮笑容.safetensors', adapter_name="顽皮笑容")
pipe.set_adapters(["顽皮笑容"], adapter_weights=[2.0])
prompt = "中世纪富有的酒馆老板坐着,顽皮笑容"
negative_prompt = "不适合工作场合"
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后,您将获得:
- 470+种风格各异的独家微调模型库
- 新模型优先体验权
- 幕后制作花絮
- 强大的LoRA滑块创作工具
您的支持将助力我们持续开发更优质的模型。
其他资源