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
GooseBumps
GooseBumps3w ago
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
digigoblin
digigoblin3w ago
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
GooseBumps
GooseBumps3w ago
ok thanks a lot! let me try this template instead. im not a dev so symlink or terminal is foreign
digigoblin
digigoblin3w ago
You don't have to be a dev, its worth learning these things
GooseBumps
GooseBumps3w ago
OK, I will check it out so all the ports ask for login?
digigoblin
digigoblin3w ago
I suggest reading the README
GooseBumps
GooseBumps3w ago
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?
digigoblin
digigoblin3w ago
You can't access checkpoints folder in Jupyter as I mentioned, its a bug in Jupyter
GooseBumps
GooseBumps3w ago
So I cant download any models?
digigoblin
digigoblin3w ago
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...
digigoblin
digigoblin3w ago
Use symlink as shown in the issue, or terminal
GooseBumps
GooseBumps3w ago
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
nerdylive
nerdylive3w ago
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?
GooseBumps
GooseBumps3w ago
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