Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get comfyui to use models from a111 #8

Open
waaaok opened this issue Oct 29, 2023 · 4 comments
Open

How do I get comfyui to use models from a111 #8

waaaok opened this issue Oct 29, 2023 · 4 comments

Comments

@waaaok
Copy link

waaaok commented Oct 29, 2023

a111:
base_path: F:\sd-webui

checkpoints: models\Stable-diffusion
configs: models\Stable-diffusion
vae: models\VAE
loras: |
     models\Lora
     models\LyCORIS
upscale_models: |
              models\ESRGAN
              models\RealESRGAN
              models\SwinIR
embeddings: embeddings
hypernetworks: models\hypernetworks
controlnet: models\ControlNet
???: ???

what should i writ in extra_model_paths.yaml

@mav-rik
Copy link
Owner

mav-rik commented Oct 30, 2023

@SameetAsadullah maybe you can provide some suggestions?
Thanks!

@SameetAsadullah
Copy link
Collaborator

@waaaok You can paste the models in ComfyUI/models folder. Checkpoints goes into checkpoints, embeddings into embeddings and so on.

@mav-rik
Copy link
Owner

mav-rik commented Oct 31, 2023

@SameetAsadullah I think the question was about facerestore models and how to avoid copying it to comfyui, but keep using a1111 ones with the help of extra_model_paths.yaml file.

The models lookup is currently hardcoded to facerestore_models directory within comfyui.

I don't know how to lookup in folders provided in extra_model_paths.yaml. I must check some of the other custom nodes to see how they look models up within provided paths.

UPDATE:
@waaaok I think adding this line to extra_model_paths.yaml should work:
facerestore_models: models\path_to_face_restore_models where path_to_face_restore_models points to a1111 face restore models folder.

@waaaok
Copy link
Author

waaaok commented Oct 31, 2023

@SameetAsadullah thx for your reply. as @SameetAsadullah said, i want to avoid copying models to comfyui,keep them in a111 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants