Model safetensors checkpoint and config

#1
by duuuuuuuden - opened

Amazing work. Is there any chance to get safetensors checkpoint and yaml config to use in webui?
I tried to convert it by myself, but getting a lot of errors when trying to load it into webui. I guess there should be a config to use

Monadical Labs org

Hey duuuuuuuden -

I'll try and find one of the checkpoints for you, I'm sure I have it stashed away on a machine somewhere.

I'll also be releasing a model that generates usable skins in about a week +/-, so keep an eye out for that one as well!

Thanks for your feedback!

Hey duuuuuuuden -

I'll try and find one of the checkpoints for you, I'm sure I have it stashed away on a machine somewhere.

I'll also be releasing a model that generates usable skins in about a week +/-, so keep an eye out for that one as well!

Thanks for your feedback!

Thank you so much! Waiting for the new model!

duuuuuuuden changed discussion status to closed
Monadical Labs org
coryspencer changed discussion status to open
coryspencer changed discussion status to closed

@duuuuuuuden I have released the new model here: https://huggingface.co/monadical-labs/minecraft-skin-generator

Yooooo, amazing!!!
But still, is there a chance to get these models as checkpoints in safetensors format with a corresponding yaml config file for using it in webui?

duuuuuuuden changed discussion status to open
Monadical Labs org

In the latest model, there is a checkpoint under the 'checkpoint/' subfolder - is this what you're looking for?

It's the format of checkpoint that is automatically generated as part of our training process.

In the latest model, there is a checkpoint under the 'checkpoint/' subfolder - is this what you're looking for?

It's the format of checkpoint that is automatically generated as part of our training process.

I meant to convert it using this script
https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_stable_diffusion.py
Also, webui needs a yaml config to load model like this one:
https://github.com/Stability-AI/stablediffusion/blob/main/configs/stable-diffusion/v2-inference.yaml

Sorry for bothering you, your models are just so amazing to to pass by ❤

Monadical Labs org

If you give me a week or so, I'm going to be releasing a GitHub repository that includes code to run the model, as well as extract the generated skin, rescale it to the needed dimensions, adjust the alpha channels, and then save it in a usable format for Minecraft. Perhaps that might satisfy what you're looking for.

duuuuuuuden changed discussion status to closed
Monadical Labs org

@duuuuuuuden - I've just added safetensors files to both the 'monadical-labs/minecraft-preview' and the 'monadical-labs/minecraft-skin-generator' models. Would you mind checking them out and seeing if they were what you were after?

Thank you!

Sign up or log in to comment