CoolFace
Modelpublic

prithivMLmods/Montuno-Omega-Anime-LoRA

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
3likes65downloads
Model Card

Montuno-Omega-Anime

<Gallery />

Model description

Montuno Omega Anime

Image Processing Parameters

ParameterValueParameterValue
LR SchedulerconstantNoise Offset0.03
OptimizerAdamWMultires Noise Discount0.1
Network Dim64Multires Noise Iterations10
Network Alpha32Repeat20
Epoch15Save Every N Epochs1

SETTING-UP

py
    pipe = StableDiffusionXLPipeline.from_pretrained(
        "-------------xxxxxxxxx----------",
        torch_dtype=torch.float16,
        use_safetensors=True,
    )
                    (or)
-----------------------------------------------------------
    pipe = StableDiffusionXLPipeline.from_pretrained(
        "stabilityai/stable-diffusion-xl-base-1.0",
        torch_dtype=torch.float16,
        use_safetensors=True,
    )
    pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
    
    pipe.load_lora_weights("prithivMLmods/Montuno-Omega-Anime-LoRA", weight_name="Montuno-Omega-Anime-LoRA.safetensors", adapter_name="rlms")
    pipe.set_adapters("rlms")
    pipe.to("cuda")

Trigger prompts

The face of a woman with brown eyes, in the style of yigal ozeri, light navy and light gray, patrick demarchelier, alayna lemmer, focus on joints/connections, caravaggism, studio light --ar 1:2 --stylize 750 --v 6

Anime male bartender in a black suit with a red shirt, with korean hairstyle, ilya kuvshinov style, white hair, urban male fanart, korean anime style illustration, korean anime art style, in an korean anime style, lofi male, in korean anime style, korean anime art style, korean anime style portrait

A woman dressed as a clown with red hair, in the style of magical girl, colorful moebius, light yellow and dark crimson, pencilsteampunk, kintsukuroi, loose and fluid, stylish costume design --ar 68:128 --stylize 750 --v 5.2

ParameterValue
PromptGirl stands in a red flower surrounded street, in the style of chinese cultural themes, romantic and nostalgic themes, panasonic lumix s pro 50mm f/1.4, light white and light amber, transparent/translucent medium, elegant , embroidery --ar 1:2 --stylize 750 --niji 6
Samplereuler

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.