StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

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

Open PMykhailo opened this issue 1 year ago • 3 comments

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

PMykhailo avatar Feb 19 '24 13:02 PMykhailo

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

BoxFishLab avatar Feb 22 '24 03:02 BoxFishLab

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

IssacCyj avatar Feb 27 '24 09:02 IssacCyj

resolved by not running the compling codeblock

IssacCyj avatar Feb 27 '24 19:02 IssacCyj