This model is not trained from scratch. It is based off of SD 1.5's weights.

#1
by saftle - opened

I'm sorry, but this is absolutely not a model trained from scratch. It was absolutely trained on-top of SD 1.5 and not just based on the architecture and not without the LAION dataset.

I compared it to the base SD 1.5 model from stability released by runway at the time, using https://huggingface.co/JosephusCheung/ASimilarityCalculatior and also made a ComfyUI node equivalent here: https://github.com/saftle/uber_comfy_nodes

When comparing the model with base SD 1.5, it shows "Similarity: 76.92% (compared 11 blocks)" via my comfyUI node.

In comparison, if you compare base SD 1.5 with https://huggingface.co/aipicasso/clean-diffusion-2-0-poc, it shows up as a negative percentage because the weights are completely different as they should be. Clean Diffusion is actually a model trained from scratch.

Sign up or log in to comment