MJ52_v2.0 is a continuation of main model 1.2, they complement each other, using two versions at the same time you will get stunning results. Use v1.2 with 0.1 - 0.8 of weight and add v2.0 to additional micro details with 0.3 - 1 of weight.
best with DPM++ 2M SDE, DPM++ 3M SDE
LoRa mimicking midjourney slyle v5.2 This LoRA works as:
v.1.2 - Color enhancer (adds contrast and colors)
v.1.2 - BG depth improver (adds depth on the background)
v.1.2 - Composition improver (change composition)
v.2.0 - Detail tweaker (make little changes and supplements the picture with MICRO details)
CFG Scale 4 - 6.
Use v1.2 with 0.1 - 0.8 of weight and add v2.0 to add micro details with 0.3 - 1 of weight.
Description
MJ52_v2.0 is a continuation of version 1.2, they complement each other, using two versions at the same time you will get stunning results
FAQ
Comments (60)
Any SD 1.5 equivalent?
haha... now I need to re-generate all those pics I used 1.3 (or 1.2 only) on haha... this has become like the standard resource I am loading for just about anything... major thanks and kudos!
life is constant movement ))))
Please make an Midjourney v5.2 sdxl model instead of lora
Lora is better than one model, U can use is with other models and get such different results.
is there a reason you deleted v1.3?
its not finetuned
oh okay, but there is no difference between 1v2 and 2.0?
@diamondofdevil835 different dataset it`s like corrector for 1.2.
1.3 will come back after tuning and must be better than 1.2
especially for U https://civitai.com/models/251417?modelVersionId=681284 )))
@AndrexSel bro thank you so much god bless you man.
I appreciate your hard work bro.
I swear this is the best lora so far i use it almost all the time
I was wrong 2.0 still says segmentation fault error:<
v1.2 works fine, but v2.0 with everything else the same returns 'StableDiffusionXLPipeline' object has no attribute 'diffusion' and then fails to load.
What ui do you use?
@AndrexSel Easy Diffusion v3. At least 99% of the LoRAs here seem to work just fine with that, but a few don't. Though iirc, this is the first time I've ever seen that particular error. Usually, the only failure to load issue I have with LoRAs is when they're detected as SD instead of SDXL.
@AFD_0 computer spec.?
v2.0 has issues with SwarmUI too - it shows that it's incompatible with SDXL models.
@AndrexSel Haswell i7, 2080 Ti w/11GB VRAM, 16GB RAM. Pretty old system for now, but it still loads and runs >99% of all SDXL/PNY models and LoRAs without any problems using the "low memory usage" option, and the <1% of LoRAs that won't load is when they're detected as SD instead of SDXL. Just thought it was weird that your v1.2 version ran just fine, so figured I'd let you know.
same issue using invoke ai
Use v2.0 full weight and add v1.2 in 0.1 - 0.8 of weight.
If I try the 2 loras together the app crashes immediately (Draw Things for OS) !!
do you mean iOS? even on a 15 max with 8GB, i don't think it's surprising for an XL checkpoint and 2 very hefty LoRas to crash out. most iOS only has 4GB RAM so... be amazed it even functions
@Narz iPadOS on iPad Pro M4 16GB RAM. capable of Lora training on 1024x1024. doing 8 different Lora on image generation with no hiccups or a problem. I don't think RAM is the problem.
In this case am only using 2 Lora only, Midjourney mimic v1.2 + v2. always crashing
@nabils1cgi Are you generating with Tiled Decoding turned on? That usually helps me if I run into that issue, though I only have 8GB RAM on mine, so I would also think you wouldn’t have this issue. Also, I’d make sure to close any other apps you have open to see if that helps as well.
The v2.0 and the v1.3 don't work in Diffusers 0.24. Error loading.
Using Stable Diffusion, v1.2 and 1.3 work fine but I get this error with v2.0: Error: Could not load the lora model! Reason: 'StableDiffusionXLPipeline' object has no attribute 'diffusion'
I am not able to download this in my kaggle it says 404 bad errro even though I have tried the API it was not downloading
import os
# Define the models to download and their respective destinations
models = {
#"Jellyfishforest.safetensors": {"url": "https://civitai.com/api/download/models/114163", "dest": "temp"},
"MJ52_v2.0.safetensors": {"url": "https://civitai.com/api/download/models/678485?type=Model?token=", "dest": "temp"},
#"The_Serpent_God.safetensors": {"url": "https://civitai.com/models/41945/naga-the-serpent-god", "dest": "temp"},
#"ral-gamingrig-sdxl.safetensors": {"url": "https://civitai.com/api/download/models/614981?type=Model&format=SafeTensor", "dest": "temp"},
#"pokemon_v3_offset.safetensors": {"url": "https://civitai.com/api/download/models/73529?type=Model&format=SafeTensor", "dest": "temp"},
#"TransformersStyleXL-000009.safetensors": {"url": "https://civitai.com/api/download/models/245043?type=Model&format=SafeTensor", "dest": "working"},
#"comic_book_illustration.safetensors": {"url": "https://civitai.com/api/download/models/271577?type=Model&format=SafeTensor", "dest": "working"},
#"dragonborn_offset.safetensors": {"url": "https://civitai.com/api/download/models/123280?type=Model&format=SafeTensor", "dest": "working"},
#"jim_lee_offset_right_filesize.safetensors": {"url": "https://civitai.com/api/download/models/10580?type=Model&format=SafeTensor&size=full&fp=fp16", "dest": "working"},
#"FWXL.safetensors": {"url": "https://civitai.com/api/download/models/660798?type=Model&format=SafeTensor", "dest": "temp"},
"Future_Warfare_SDXL.safetensors": {"url": "https://civitai.com/api/download/models/181070?type=Model&format=SafeTensor", "dest": "temp"},
#Add new models here, e.g.:
# "model_name.safetensors": {"url": "model_url", "dest": "temp"},
# "another_model.safetensors": {"url": "another_model_url", "dest": "working"},
}
# Create directories if they don't exist
!mkdir -p /kaggle/temp/Lora/models
!mkdir -p /kaggle/working/stable-diffusion-webui-forge/models/Lora/temp_Lora_models
# Download and install models
for model_name, info in models.items():
if info["dest"] == "working":
dest_dir = "/kaggle/working/stable-diffusion-webui-forge/models/Lora/temp_Lora_models"
elif info["dest"] == "temp":
dest_dir = "/kaggle/temp/Lora/models"
# Check if model is already downloaded in either temp or working directory
if not (os.path.exists(f"/kaggle/temp/Lora/models/{model_name}") or os.path.exists(f"/kaggle/working/stable-diffusion-webui-forge/models/Lora/temp_Lora_models/{model_name}")):
# Download the model
get_ipython().system(f'wget -O "{dest_dir}/{model_name}" "{info["url"]}"')
print(f"Downloaded {model_name} to {dest_dir}")
else:
print(f"{model_name} already exists in either temp or working directory")
continue # Skip to next model
# Create symlink to temp Lora models directory (if temp)
if info["dest"] == "temp":
symlink_dest = f"/kaggle/working/stable-diffusion-webui-forge/models/Lora/temp_Lora_models/{model_name}"
if os.path.exists(symlink_dest) and not os.path.isdir(symlink_dest):
os.remove(symlink_dest)
try:
!ln -s {dest_dir}/{model_name} {symlink_dest}
print(f"Created symlink for {model_name}")
except Exception as e:
print(f"Failed to create symlink for {model_name}: {str(e)}")
please help me with this one
So basically none of the image below are made with this LORa...
So very wrong. lmao
2.0 doesn't change the image
try to read description, it`s just add micro detailes
@AndrexSel i read the description, again.. my image still hasn't changed... mind being a little more specific?
Nah bro, it does work, at least for me it's very clear that it changes the overall style of the image.
Works perfectly and exactly as it is intended. You didn't read the description. lmao
Works perfectly and as intended! Thank you so much for making this. There is however something that pop's up inside my comfyui terminal. It could be the source on why others are having a problem with it. Here is the output.
loaded completely 0.0 1560.802734375 True lora key not loaded: diffusion_model_output_blocks_2_2_conv.alpha lora key not loaded: diffusion_model_output_blocks_2_2_conv.lora_down.weight lora key not loaded: diffusion_model_output_blocks_2_2_conv.lora_up.weight lora key not loaded: diffusion_model_output_blocks_5_2_conv.alpha lora key not loaded: diffusion_model_output_blocks_5_2_conv.lora_down.weight lora key not loaded: diffusion_model_output_blocks_5_2_conv.lora_up.weightMJ52_v2.0.safetensors, ComfyUI: v0.3.9-21-g73e0498 (2024-12-24), Power Lora Loader (rgthree):
lora key not loaded: diffusion_model_output_blocks_2_2_conv.alpha
lora key not loaded: diffusion_model_output_blocks_2_2_conv.lora_down.weight
lora key not loaded: diffusion_model_output_blocks_2_2_conv.lora_up.weight
lora key not loaded: diffusion_model_output_blocks_5_2_conv.alpha
lora key not loaded: diffusion_model_output_blocks_5_2_conv.lora_down.weight
lora key not loaded: diffusion_model_output_blocks_5_2_conv.lora_up.weight
Other LoRAs in the same node (including MJ52.safetensors) load and work without such messages in the console.
send workflow
Hi, have you resolved this? Getting the same error.
@AndrexSel same error
unfortunately, I trained it v2.0 an "experimental way" and that why it does not work in comfy ((( next version will be work, and must be mind-blowing )))
@windlike_gust unfortunately, I trained it in an "experimental way" and that why it does not work in comfy ((( next version will be work, and must be mind-blowing )))
I'm using V1.2 with V2 together and the results are stunning! It's crazy by how much the images overall improve with your Lora applied.
Hello, I'm new to civitai.
I use colab to launch fooocus and i set my guidance scale at 6. Lora weight at 1. But my ronaldo photo is look like plastic, not real like in midjourney, what can i do? I'm using only version 2 not 1 because its too large file to upload in colab
Use less weight (cfg can be default), + more details in prompt or use prompt improver
Get an error with the 2.0 version in InvokeAI:
ValueError: Unrecognized SDXL LoRA key prefix: 'diffusion_model_output_blocks_2_2_conv.alpha'.
1.2 works just fine.
unfortunately, I trained v2.0 in an "experimental way" and that why it does not work in comfy ((( next version will be work, and must be mind-blowing )))
@AndrexSel Not using comfyUI but InvokeAI.
So, it seems that this LORA has become unusable since the big Checkpoint update?
At least I can’t generate any images with it anymore. All generations fail… 😢
Is anyone else having this problem?
seems so. v2.0 was an experiment to improve micro details, and trained not typical way (((
@AndrexSel Oh ok, thanks! Yeah it seems to have gotten better now but generating is still super buggy unfortunately. Let’s up things hey resolved soon 😊
Me too I’m trying to use this in draw things but it just crashes
Me too I’m trying to use this in draw things but it just crashes
v2 is magic for some of the stuff I'm doing, and it's been essentially unavailable for months now. Once in a while I get a few images but mostly it times out (crashes?)
Can we use this in draw things iOS app? I’m trying 1.2 but the app keeps crashing? 1.3 and 2.0 works fine
yep
I figured out how to use it just merge it with an sdxl model
Details
Available On (3 platforms)
Same model published on other platforms. May have additional downloads or version variants.



















