Closed cyatarow closed 6 days ago
pls run without your negative prompt - its really bad and its causing massive burn. if issue persists, then we can look at it further.
I tried it again with no negative prompts, but the issue persists.
(Additional Information) I tried an older version of SD.Next (updated=2024-07-22 hash=25c3c610 branch=master), and the issue did not happen.
Model-> YesMix v5.0
Prompt-> 1girl, forest, masterpiece, best quality
Negative-> (none)
Size-> 512x768
Guidance scale-> 8
Steps-> 25
Sampling method-> DPM++ 2M
Seed-> 2368381021
@Disty0 can this be ipex version or dtype related? i cant reproduce on cuda.
Can you try this on the dev branch? Might be because of the last attention mask fix didn't make it into master branch yet.
Tried it with the master and dev, I can't reproduce this on either.
Giving it another try, it is an issue with that model and the specific seed.
2368381020 | 2368381021 | 2368381022 |
---|---|---|
Here is the broken seed with another model:
Using PyTorch 2.5+ also fixes this. This issue is probably related to this: https://github.com/intel/intel-extension-for-pytorch/issues/529
You can manually install PyTorch 2.5 by deleting the venv folder first, then exporting this command to tell SDNext to use different PyTorch but you will lose around 40% of the performance with PyTorch 2.5 compared to IPEX 2.3:
export TORCH_COMMAND="torch torchvision --index-url https://download.pytorch.org/whl/test/xpu"
./webui.sh --use-ipex
PyTorch 2.5 with the broken seed:
Closing this off since it is an edge case with a specific model and specific seed and also an upstream IPEX issue.
Using PyTorch 2.5+ also fixes this.
PyTorch 2.5.1 fixed it. Thank you!
Issue Description
I did a clean install of SD.Next and tried generating images, but the images did not follow the prompts and make sense.
Example: Model-> YesMix v5.0 Prompt->
1girl, forest, masterpiece, best quality
Negative->(low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3),(patreon logo)
Size-> 512x768 Guidance scale-> 8 Steps-> 25 Sampling method-> DPM++ 2M Seed-> 2368381021Version Platform Description
Relevant log output
Backend
Original
UI
Standard
Branch
Master
Model
StableDiffusion 1.5
Acknowledgements