StableCascade
StableCascade copied to clipboard
Running an original notebook for text2img. Model stuck on stage B.
On stage B it just doesn't make any progress for several minutes then crashes. Any ideas why it can happen?
On stage B it just doesn't make any progress for several minutes then crashes. Any ideas why it can happen?
you can change code: models = LoraCore.Models( **{**models.to_dict(), 'generator': models.generator} ) models_b = WurstCoreB.Models( **{**models_b.to_dict(), 'generator': models_b.generator} )
Having the same issue, changing the code as @BoxFishLab suggested doesn't resolve it.
resolved by not running the compling codeblock