Replies: 2 comments 2 replies
-
Hi! I'm Omar from Hugging Face. We already provide a mechanism to programmatically merge Pull Requests! See https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/hf_api.py#L3650 |
Beta Was this translation helpful? Give feedback.
-
InvokeAI's upcoming release loads diffusers-format models natively. While we do have a workflow that can load a CompVis-format file, we've found that some models (especially merges) have data that's been put together in unexpected ways, and the conversion process is not always seamless. I think we'll have better results and a more efficient loading process if model trainers are able to provide an official diffusers-format distribution. If trainers take advantage of 🤗's generous offer to host models and cross-post to there, we need only the 🤗 model ID. It would be sufficient to display that on the model page and include it in the API. If Civitai wants to offer their own hosting for diffusers-format models, then we'll want to figure out a more detailed API. I had full model weights in mind when writing that, but
|
Beta Was this translation helpful? Give feedback.
-
The thought on this one is that we would make it easier for creators to post to both services at once. They'd just need to put in their Hugging Face Token and then we'd be able to do the following on their behalf using the Hugging Face Hub API:
To get this working I believe we'd have to do a few things:
Beta Was this translation helpful? Give feedback.
All reactions