You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while i was trying to tun the model, i have ended up with this particular error
File "/workspace/dimensionx/DimensionX/src/gradio_demo/app.py", line 60, in <module>
pipe_image.fuse_lora(lora_scale=1 / lora_rank)
File "/usr/local/lib/python3.10/dist-packages/diffusers/loaders/lora_pipeline.py", line 2888, in fuse_lora
super().fuse_lora(
File "/usr/local/lib/python3.10/dist-packages/diffusers/loaders/lora_base.py", line 445, in fuse_lora
raise ValueError(f"{fuse_component} is not found in {self._lora_loadable_modules=}.")
ValueError: text_encoder is not found in self._lora_loadable_modules=['transformer'].
The text was updated successfully, but these errors were encountered:
while i was trying to tun the model, i have ended up with this particular error
The text was updated successfully, but these errors were encountered: