Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/diffusers/modular_pipelines/ideogram4/modular_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.


from ...loaders import Ideogram4LoraLoaderMixin
from ..modular_pipeline import ModularPipeline


class Ideogram4ModularPipeline(ModularPipeline):
class Ideogram4ModularPipeline(ModularPipeline, Ideogram4LoraLoaderMixin):
"""
A ModularPipeline for Ideogram4.

Expand Down
Loading