How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("LyliaEngine/4x_foolhardy_Remacri")

prompt = "Highly detailed, High Quality, Masterpiece, beautiful, night, (dark environment), mountains, water, trees, <lora:DarkIncursioStyle:1>"
image = pipe(prompt).images[0]

4x_foolhardy_Remacri

Prompt
Highly detailed, High Quality, Masterpiece, beautiful, night, (dark environment), mountains, water, trees, <lora:DarkIncursioStyle:1>
Negative Prompt
By bad artist -neg By bad artist -neg-2 bad-hands-5 bad_pictures bad-picture-chill-75v bad_prompt bad_prompt_version2-neg badhandv4 ng_deepnegative_v1_75t easynegative, 2girls, 3girls, (nsfw:1.3)
Prompt
Highly detailed, High Quality, Masterpiece, beautiful, night, (dark environment), mountains, water, trees, <lora:DarkIncursioStyle:1>
Negative Prompt
By bad artist -neg By bad artist -neg-2 bad-hands-5 bad_pictures bad-picture-chill-75v bad_prompt bad_prompt_version2-neg badhandv4 ng_deepnegative_v1_75t easynegative, 2girls, 3girls, (nsfw:1.3)

Model description

This upscaler is not mine, all the credit goes to: FoolhardyVEVO

Official WIKI page: openmodeldb

License of use it: CC-BY-NC-SA-4.0

HOW TO INSTALL:

Copy the file 4x_foolhardy_Remacri.safetensors inside the folder: stable-diffusion/models/ESRGAN or ComfyUI/models/upscale_models

Restart/Reload you Stable Diffusion instance

The upscaler should be visible for hi-res and extras tabs

Trigger words

You should use None to trigger the image generation.

Source

https://civitai.com/models/147759/remacri?modelVersionId=164821

Credit

https://civitai.com/user/0_vortex

Download model

Download them in the Files & versions tab.

Downloads last month
4,047
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LyliaEngine/4x_foolhardy_Remacri