TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.5k stars 1.31k forks source link

ComfyUI Path_to_MODEL not working - Paperspace #2705

Open aleeepp opened 9 months ago

aleeepp commented 9 months ago

Hi, First of all, excellent job!

I am using paperspace A1111 without problems, now I want to start using ComfyUI, but it does not recognize/detect the models that I use correctly in A1111.

In the ComfyUI Notebook I left these parameters and only modified this section

Original_Model_Version = ""

# Choices are "SDXL", "v1.5", "v2-512", "v2-768"

#-------------- Or

Path_to_MODEL = "/notebooks/sd/stable-diffusion-webui/models/Stable-diffusion/"

# Insert the full path of your trained model or to a folder containing multiple models.

MODEL_LINK = ""

# A direct link to a Model or a shared gdrive link.

#--------------------
model=mdls(Original_Model_Version, Path_to_MODEL, MODEL_LINK)

I am using the latest version of Notebooks (latest_notebooks), in the ComfyUI frontend it only shows me the 4 basic ones that come by default

What could be happening? thank you!

TheLastBen commented 9 months ago

I'll check it out, try using civitai links for now

aleeepp commented 9 months ago

Perfect, thanks! The problem is that I have several models and the option of using the link is not functional for me.