CoolFace
Modelpublic

prithivMLmods/Pegasi-Beta-GTA-LoRA

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
6likes81downloads
Model Card

Beta-GTA

<Gallery />

Model description

Pegasi-Beta-GTA-LoRA 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(
        "SG161222/RealVisXL_V4.0",
        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/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="gta")
    pipe.set_adapters("gta")
    pipe.to("cuda")

Trigger prompts

A picture in the style of a gta 5 poster game, GTA V, Grand Theft Auto 5 poster, 16k, UHD, HDR, solo human, a blond man with a beard and glasses, in a formal suit

A picture in the style of a gta 5 poster game, GTA V, Grand Theft Auto 5 poster, 16k, UHD, HDR, Liam Gallagher, moody, wearing a fishtail parka

John Wick as a GTA San Andreas cartoon, John Wick imagined as a cartoon drawing from Grand Theft Auto

ParameterValue
PromptJohn Wick as a GTA San Andreas cartoon, John Wick imagined as a cartoon drawing from Grand Theft Auto
Samplereuler

Trigger words

You should use Gta to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.