Replies: 1 comment
-
Hi, the only people that can do a real Since the model is already supported by diffusers you just need to adapt the training script you want to use SD2, sadly that model architecture wasn't popular or really used so I don't think we have any training scripts for it. When you load the model with that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I have a technical question regarding the fine-tuning process of the stable-diffusion-2-depth model, and I'd love to hear your insights.
The model card states:
"This stable-diffusion-2-depth model is resumed from stable-diffusion-2-base (512-base-ema.ckpt) and finetuned for 200k steps. Added an extra input channel to process the (relative) depth prediction produced by MiDaS (dpt_hybrid) which is used as an additional conditioning." This implies that the input channels for self.conv_in layer were increased from 4 (for the latent) to 5 (for the latent + depth map). How can one "resume" fine-tuning from a checkpoint when the model's architecture has been modified?
Beta Was this translation helpful? Give feedback.
All reactions