Open fule1255 opened 2 months ago
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
thanks for your issue this is not something we can reproduce, unfortunately. do you have more info to add?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Describe the bug
Issue Summary
The
from_pretrained()
method of StableDiffusionPipeline fails to correctly load the specified models on local directory. Instead, it appears to use the same (likely default) weights for different model paths. This results in identical models being used even when attempting to load different models.Steps to Reproduce
Prepare two different Stable Diffusion models (modelA and modelB), ensuring each model directory contains all necessary components:
Execute the following code:
Expected Behavior
The
from_pretrained()
method should correctly load two different specified models, each with their unique weights.Actual Behavior
The
from_pretrained()
method does not load the specified models as expected. Instead, both instances have identical weights, suggesting that the correct models are not being loaded.Reproduction
Logs
System Info
Who can help?
No response