Description:
I've encountered an issue where models are not appearing in the ComfyUI interface after executing the necessary steps to load them. Despite using multiple methods to link and load the models, they do not show up in the "Load Checkpoint" node or any other relevant section.
Steps Taken:
Model Download and Storage:
Downloaded the model (maj.safetensors) from Civitai and saved it to Google Drive at the path: /content/drive/MyDrive/Stable Diffusion Models/maj.safetensors.
Verified that the model exists in the correct directory using shell commands.
Copying Model to Checkpoints Directory:
Used the following command to copy the model to the appropriate directory:
bash
Copy code
!cp /content/drive/MyDrive/Stable\ Diffusion\ Models/maj.safetensors /content/models/checkpoints/
Verified that the model is present in the /content/models/checkpoints/ directory.
Restarted ComfyUI:
Restarted the entire Colab session and executed the ComfyUI setup from scratch.
Tried running with different configurations, including the use of cloudflared for UI access.
Observations:
The model does not appear in the "Load Checkpoint" node, even though it is correctly located in the /content/models/checkpoints/ directory.
No apparent errors are logged during the startup process that would indicate why the model isn't being detected.
Expected Behavior:
The model maj.safetensors should appear in the list of available models within the ComfyUI interface, allowing it to be selected and used.
System Information:
Platform: Google Colab (Pro)
ComfyUI Version: [Insert version here]
Python Version: 3.10.12
Pytorch Version: 2.4.0+cu118
xformers Version: 0.0.27.post2+cu118
Cloudflared Version: 2024.8.2
Request for Assistance:
I'd appreciate any guidance or suggestions on how to resolve this issue. If there's a step I might be missing or an alternative method to ensure models appear in the ComfyUI interface, please let me know.
Thank you in advance for your help!
Description:
I've encountered an issue where models are not appearing in the ComfyUI interface after executing the necessary steps to load them. Despite using multiple methods to link and load the models, they do not show up in the "Load Checkpoint" node or any other relevant section.
Steps Taken:
Model Download and Storage:
Downloaded the model (maj.safetensors) from Civitai and saved it to Google Drive at the path: /content/drive/MyDrive/Stable Diffusion Models/maj.safetensors.
Verified that the model exists in the correct directory using shell commands.
Copying Model to Checkpoints Directory:
Used the following command to copy the model to the appropriate directory:
bash
Copy code
!cp /content/drive/MyDrive/Stable\ Diffusion\ Models/maj.safetensors /content/models/checkpoints/
Verified that the model is present in the /content/models/checkpoints/ directory.
Restarted ComfyUI:
Restarted the entire Colab session and executed the ComfyUI setup from scratch.
Tried running with different configurations, including the use of cloudflared for UI access.
Observations:
The model does not appear in the "Load Checkpoint" node, even though it is correctly located in the /content/models/checkpoints/ directory.
No apparent errors are logged during the startup process that would indicate why the model isn't being detected.
Expected Behavior:
The model maj.safetensors should appear in the list of available models within the ComfyUI interface, allowing it to be selected and used.
System Information:
Platform: Google Colab (Pro)
ComfyUI Version: [Insert version here]
Python Version: 3.10.12
Pytorch Version: 2.4.0+cu118
xformers Version: 0.0.27.post2+cu118
Cloudflared Version: 2024.8.2
Request for Assistance:
I'd appreciate any guidance or suggestions on how to resolve this issue. If there's a step I might be missing or an alternative method to ensure models appear in the ComfyUI interface, please let me know.
Thank you in advance for your help!