Skip to content

Commit 6d9331e

Browse files
authored
Enable LoRA loading on Ideogram4ModularPipeline (#13980)
1 parent 3467efa commit 6d9331e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/diffusers/modular_pipelines/ideogram4/modular_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
15+
from ...loaders import Ideogram4LoraLoaderMixin
1616
from ..modular_pipeline import ModularPipeline
1717

1818

19-
class Ideogram4ModularPipeline(ModularPipeline):
19+
class Ideogram4ModularPipeline(ModularPipeline, Ideogram4LoraLoaderMixin):
2020
"""
2121
A ModularPipeline for Ideogram4.
2222

0 commit comments

Comments
 (0)