AI ExplorerAI Explorer
ToolsCategoriesSitesLLMsCompareAI QuizAlternativesPremium

—

AI Tools

—

Sites & Blogs

—

LLMs & Models

—

Categories

AI Explorer

Find and compare the best artificial intelligence tools for your projects.

Made within France

Explore

  • All tools
  • Sites & Blogs
  • LLMs & Models
  • Compare
  • Chatbots
  • AI Images
  • Code & Dev

Company

  • Premium
  • About
  • Contact
  • Blog

Legal

  • Legal notice
  • Privacy
  • Terms

© 2026 AI Explorer. All rights reserved.

HomeLLMsopenjourney

openjourney

by prompthero

Open source · 6k downloads · 3201 likes

4.4
(3201 reviews)ImageAPI & Local
About

OpenJourney is an AI model specialized in generating artistic images, inspired by the visual style of MidJourney. Fine-tuned from Stable Diffusion, it excels at creating aesthetic and stylized works, such as illustrations, paintings, or various artistic concepts. To use it, simply add the phrase "mdjrny-v4 style" at the beginning of your prompts, allowing it to replicate MidJourney-like atmospheres and compositions. This model is particularly well-suited for artists, designers, and content creators seeking to produce unique and striking visuals. Its strength lies in transforming detailed text descriptions into coherent, high-quality images while offering great flexibility in use.

Documentation

Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero

Include 'mdjrny-v4 style' in prompt. Here you'll find hundreds of Openjourney prompts

Openjourney Links

  • Lora version
  • Openjourney v4

Want to learn AI art generation?:

  • Crash course in AI art generation
  • Learn to fine-tune Stable Diffusion for photorealism

Use it for free:

Open In Spaces

Stable Diffusion v1.5 vs Openjourney

(Same parameters, just added "mdjrny-v4 style" at the beginning):

🧨 Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

You can also export the model to ONNX, MPS and/or FLAX/JAX.

Python
from diffusers import StableDiffusionPipeline
import torch
model_id = "prompthero/openjourney"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
image = pipe(prompt).images[0]
image.save("./retro_cars.png")
Capabilities & Tags
diffuserssafetensorsstable-diffusiontext-to-imageenendpoints_compatible
Links & Resources
Specifications
CategoryImage
AccessAPI & Local
LicenseOpen Source
PricingOpen Source
Rating
4.4

Try openjourney

Access the model directly