Stability-AI / StableCascade

Official Code for Stable Cascade
MIT License
6.44k stars 518 forks source link

Running an original notebook for text2img. Model stuck on stage B. #75

Open PMykhailo opened 4 months ago

PMykhailo commented 4 months ago

On stage B it just doesn't make any progress for several minutes then crashes. Any ideas why it can happen? image

BoxFishLab commented 4 months ago

On stage B it just doesn't make any progress for several minutes then crashes. Any ideas why it can happen? image

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} )

IssacCyj commented 4 months ago

Having the same issue, changing the code as @BoxFishLab suggested doesn't resolve it.

IssacCyj commented 4 months ago

resolved by not running the compling codeblock