Stability-AI / StableCascade

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

Strange inference results #98

Closed cswry closed 4 months ago

cswry commented 4 months ago

I run the code of inference/text_to_image.ipynb, and get speckled results.

text prompt: Epic anime artwork of a wizard atop a mountain at night casting a cosmic spell into the dark sky that says 'Stable Diffusion 3'.

results:

This appears to be an issue with precision. However, I've adjusted all precisions in the code to torch.float32 and switched to the corresponding model, but the problem persists. What should I do to get normal results? My runtime environment is consistent with the requirements.txt.