Giter Club home page Giter Club logo

Comments (3)

guanshiang avatar guanshiang commented on July 27, 2024

训练可以了, 生图又报错了
Traceback (most recent call last):
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\gradio\routes.py", line 422, in run_predict
output = await app.get_blocks().process_api(
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\gradio\blocks.py", line 1323, in process_api
result = await self.call_function(
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\gradio\blocks.py", line 1051, in call_function
prediction = await anyio.to_thread.run_sync(
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "E:\AI\sd-webui-aki-v4.1\python\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "E:\AI\sd-webui-aki-v4.1\extensions\sd-webui-EasyPhoto\scripts\easyphoto_infer.py", line 387, in easyphoto_infer_forward
first_diffusion_output_image = inpaint(input_image, input_mask, controlnet_pairs, diffusion_steps=first_diffusion_steps, denoising_strength=first_denoising_strength, input_prompt=input_prompts[index], hr_scale=1.0, seed=str(seed), sd_model_checkpoint=sd_model_checkpoint)
File "E:\AI\sd-webui-aki-v4.1\extensions\sd-webui-EasyPhoto\scripts\easyphoto_infer.py", line 121, in inpaint
image = i2i_inpaint_call(
File "E:\AI\sd-webui-aki-v4.1\extensions\sd-webui-EasyPhoto\scripts\sdwebui.py", line 249, in i2i_inpaint_call
sd_model_checkpoint = get_closet_checkpoint_match(sd_model_checkpoint).model_name
AttributeError: 'NoneType' object has no attribute 'model_name'

from sd-webui-easyphoto.

yunkchen avatar yunkchen commented on July 27, 2024

models 目录下能找到 ChilloutMix-ni-fp16.safetensors 模型么?看起来是没有下载成功

from sd-webui-easyphoto.

guanshiang avatar guanshiang commented on July 27, 2024

感谢,可以了, 改了一行代码可以了。
#sd_model_checkpoint = get_closet_checkpoint_match(sd_model_checkpoint).model_name
sd_model_checkpoint = "Chilloutmix-Ni-pruned-fp16-fix.safetensors"

from sd-webui-easyphoto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.