Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.
/ comfy-dl Public archive
forked from snomiao/comfy-dl

This project automaticaly search the model for you and redirect you to download url.

License

Notifications You must be signed in to change notification settings

drip-art/comfy-dl

 
 

Repository files navigation

Comfy Model Fetcher

This project automaticaly search the model for you and redirect you to download url.

For Example,

If You want to install this model to your ComfyUI: "sd_xl_refiner_1.0.safetensors", then:

Add a prefix 'https://comfy-dl.vercel.app/' into your model filename name:

https://comfy-dl.vercel.app/sd_xl_refiner_1.0.safetensors

It will find the model file for you and redirect into

https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors?download=true

And you could try install it with comfy-cli

pip install comfy-cli
comfy model download --url https://comfy-dl.vercel.app/sd_xl_refiner_1.0.safetensors
  • Note: curretly only support hugginface.co

Further with comfy-cli...

Currently comfy-cli abilities:

  1. comfy model download --url https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors?download=true
  2. comfy model download --url https://comfy-dl.vercel.app/sd_xl_refiner_1.0.safetensors

And we could make things even simpler by:

  1. comfy model download --search sd_xl_refiner_1.0.safetensors
  2. comfy model get checkpoints/sd_xl_refiner_1.0.safetensors

2024-05-25 by @snomiao

About

This project automaticaly search the model for you and redirect you to download url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 2.0%