lllyasviel / ControlNet-v1-1-nightly

Nightly release of ControlNet 1.1
4.48k stars 364 forks source link

I want to choose line_art_anime model other than anything_v3_full.safetensors. #28

Closed SepiaSandCreate closed 1 year ago

SepiaSandCreate commented 1 year ago

Thank you for creating such a wonderful work. I would like to make a request to choose a different model for "line_art_anime model" instead of anything_v3_full.safetensors. Of course, I understand that I can fork the gradio_lineart_anime.py file and modify the following line of code:

27 model.load_state_dict(load_state_dict('./models/anything-v3-full.safetensors', location='cuda'), strict=False)

to that for waifu or other anime model.

However, Anything-v3 model includes the NovelAI Leak, which may make it unusable in the future. Therefore, if it is possible to select a model for line art anime from ./stable-diffusion-webui/models/Stable-diffusion or so on, and check it in the Automatic1111 WebUI Settings, it would be very helpful. I'm sorry for my skilllessness and poor English.

Ihateyoudattebayo commented 1 year ago

Thank you for creating such a wonderful work. I would like to make a request to choose a different model for "line_art_anime model" instead of anything_v3_full.safetensors. Of course, I understand that I can fork the gradio_lineart_anime.py file and modify the following line of code:

27 model.load_state_dict(load_state_dict('./models/anything-v3-full.safetensors', location='cuda'), strict=False)

to that for waifu or other anime model.

However, Anything-v3 model includes the NovelAI Leak, which may make it unusable in the future. Therefore, if it is possible to select a model for line art anime from ./stable-diffusion-webui/models/Stable-diffusion or so on, and check it in the Automatic1111 WebUI Settings, it would be very helpful. I'm sorry for my skilllessness and poor English.

its possible on auto 1111 web ui

SepiaSandCreate commented 1 year ago

Oh, thank you for your replying. I’ll do so.