开发者社区 > ModelScope模型即服务 > 正文

ModelScope中,为什么画出来的图像素变低了?"

"pipe = AutoPipelineForInpainting.from_pretrained(
""/data/xinkai_hu/model/runwayml/stable-diffusion-inpainting"",
torch_dtype=torch.float16,
variant=""fp16"",
).to(""cuda"")

set scheduler

pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)

load LCM-LoRA

pipe.load_lora_weights(""/data/xinkai_hu/model/latent-consistency/lcm-lora-sdv1-5"")
pipe.fuse_lora()
image = pipe(
prompt=prompt,
image=init_image,
mask_image=mask_image,
generator=generator,
num_inference_steps=30,
guidance_scale=4,
).images[0]
ModelScope中,为什么画出来的图像素变低了?"

展开
收起
小小爱吃香菜 2024-07-17 08:15:34 14 0
0 条回答
写回答
取消 提交回答

ModelScope旨在打造下一代开源的模型即服务共享平台,为泛AI开发者提供灵活、易用、低成本的一站式模型服务产品,让模型应用更简单!欢迎加入技术交流群:微信公众号:魔搭ModelScope社区,钉钉群号:44837352

相关电子书

更多
视觉AI能力的开放现状及ModelScope实战 立即下载
ModelScope助力语音AI模型创新与应用 立即下载
低代码开发师(初级)实战教程 立即下载