Issues with SD comfyui template
Issues with the notebook including;
1) Cant Install / Update comfyui
2) Cant download a model
3) Cant open the "Checkpoint" folder in ComfyUI/models.
Any help with this would be appreciated!
14 Replies
This is the Install/Update error;
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 6
1 Huggingface_token_optional=""
3 # Restore your backed-up ComfyUI folder by entering your huggingface token, leave it empty to start fresh or continue with the existing sd folder (if any).
4
5 #--------------------
----> 6 repo(Huggingface_token_optional)
File /workspace/mainrunpodComfy.py:96, in repo(Huggingface_token_optional)
94 def repo(Huggingface_token_optional):
---> 96 from slugify import slugify
97 from huggingface_hub import HfApi, CommitOperationAdd, create_repo
99 os.chdir('/workspace')
ModuleNotFoundError: No module named 'slugify'
This is the Model Download arror
You can't access checkpoint folder in Jupyter, its a bug in Jupyter not the template
Either create symlink or use terminal
I suggest using this template instead:
https://discord.com/channels/912829806415085598/1144401747100582008
ok thanks a lot! let me try this template instead.
im not a dev so symlink or terminal is foreign
You don't have to be a dev, its worth learning these things
OK, I will check it out
so all the ports ask for login?
I suggest reading the README
yeah, thanks, I got the info from there. However, the Jupyter notebook is having the same issues. Cant update, download and install models.
How would i fix these issues? Or is there a template that works?
You can't access checkpoints folder in Jupyter as I mentioned, its a bug in Jupyter
So I cant download any models?
GitHub
Can't open a directory named "checkpoints" · Issue #12408 · jupyter...
Description Can't open a directory named "checkpoints" Reproduce Create a new directory named "checkpoints" Open it Nothing happened Expected behavior Open this directory co...
Use symlink as shown in the issue, or terminal
OK, this is all greek to me. As mentioned, I am not a dev or do i have any coding experience. So pleaee bare with me regarding this. Withou the use of jupyter notebooks, and using "symlink" or "terminal", is there any other way I can download models to my network drive?
Or is their a way I can point comfyui to my A1111 model folder on my network drive? This way i dont have to duplicate models. thanks
Yeah by symlinking, it's basically copying a file but just the pointer, like a shortcut in windows
Try reading how to symlink files
From the jupyter you can download using its terminal
But where are you downloading models from?
OK thanks, I have found out that there is an "extra models path" yaml file that just needs to be tweaked to point to my current A1111 models.
extra_model_paths.yaml
Prob the easiest solution
downloading from civitai
this worked for me