Comfy-Org / Comfy-Org/ComfyUI

Conversion scripts per model

Open
#15,618 0 comments 0 reactions 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Feature Idea

I notice many repos on huggingface include the original model checkpoint and often a diffusers format version. Inside the diffusers library scripts/ folder are many convert_to_*.py scripts which will take the original checkpoints and produce a diffusers formatted version. This is useful to avoid storing multiple versions of the same model, just backup the original checkpoint and the conversion script gets you the diffusers format when you need it.

I presume the comfy team have internal scripts to convert either the original model checkpoint or diffusers depending on what was originally released, into comfyui format.

Any chance those scripts could be included in the comfy repo ?

### Existing Solutions

_No response_

### Other

_No response_

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the conversion scripts in Diffusers' scripts/ folder, especially the convert_to_*.py files, and inspect ComfyUI for any existing model-conversion entry points. Define which original or Diffusers checkpoints are supported and what ComfyUI output each conversion must produce before implementing per-model scripts.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.