StableCascade
StableCascade copied to clipboard
A few questions about the training process
I am wondering about how you guys code, debug, and train this model.
- Are you writing code and debugging the model using local machine or cloud machine? For example, if our GPU is not big enough maybe we'll need to use something like Lightning Studio for cloud development.
- I want to know how to replicate the entire training from scratch and how costly it is. So what is the training set used to train this model? Can it be disclosed?
- I am assuming that the architecture for StableCascade and Stable Diffusion 1.5 is different enough that it requires re-training all the extensions such as ControlNet or Lora. Do you need to re-train the ControlNet for this model?
- Is the training code provided in this repository roughly the same one that you used for training StableCascade here?
Thanks. Your effort coding this model is greatly appreciated!