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.view-from-behind', 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('生成结果.png')
支持Patreon
若喜欢本模型,请考虑加入我们的Patreon。
加入后可享:
- 550+种风格各异的独家微调模型库
- 新模型优先体验权
- 幕后创作花絮
- 强大的LoRA滑块生成工具,自由定制专属模型
您的支持将助力我们持续开发优质模型。
其他资源