语言:
- 英文
缩略图: "images/evaluate/very aesthetic.../very aesthetic_17_3.0.png"
微件:
- 文本: 极具美感
输出:
网址: images/very aesthetic_17_3.0.png
- 文本: 极具美感
输出:
网址: images/very aesthetic_19_3.0.png
- 文本: 极具美感
输出:
网址: images/very aesthetic_20_3.0.png
- 文本: 极具美感
输出:
网址: images/very aesthetic_21_3.0.png
- 文本: 极具美感
输出:
网址: images/very aesthetic_22_3.0.png
标签:
- 文本生成图像
- 稳定扩散XL
- 低秩适应
- 模板:sd-lora
- 模板:sdxl-lora
- sdxl滑块
- ntcai.xyz滑块
- 概念
- 扩散器
许可证: "mit"
推理: 否
实例提示: "极具美感"
基础模型: "stabilityai/stable-diffusion-xl-base-1.0"
ntcai.xyz滑块 - 极具美感 (SDXL低秩适应)
下载
该模型的权重文件以Safetensors格式提供。
触发词
您可以通过以下触发词应用此低秩适应模型以增强效果:
极具美感
在扩散器中使用
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.very-aesthetic', weight_name='very aesthetic.safetensors', adapter_name="very aesthetic")
pipe.set_adapters(["very aesthetic"], 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,您将获得访问一个不断增长的包含850多种独特多样低秩适应模型的库,涵盖各种风格和类型。您还将提前获取新模型和更新,独家幕后内容,以及强大的低秩适应滑块创建工具,让您可以制作自己的定制低秩适应模型并探索无限可能。
您在Patreon上的支持将使我们能够继续开发和改进新模型。
其他资源