prithivMLmods's picture
Update README.md
5fdd048 verified
|
raw
history blame
3.83 kB
metadata
tags:
  - text-to-image
  - stable-diffusion
  - lora
  - diffusers
  - template:sd-lora
widget:
  - text: >-
      Create an avant-garde reimagining of the iconic movie poster for red dead
      redemption II but with motorcycles using mixed media and collage
      techniques. Utilize hues reminiscent of vintage photography and capture
      Micah character in the surrealist dynamic chaos of the prairie beyond, 8K,
      <lora:red_dead_redemption_offset:1>
    output:
      url: images/rdr1.png
  - text: >-
      Multi form from Super Mario dressed as a cowboy from Red Dead Redemption,
      Mario has a pancho, a cowboy hat, boots, cowboy look, wild west, black
      coat, boots, motion picture shot
    output:
      url: images/rdr2.png
  - text: >-
      Donald Trump from Red Dead Redemption 2 riding a horse next to a train,
      wide shot, ray tracing, 8k by artgerm and greg rutkowski
    output:
      url: images/rdr3.png
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: Red Dead Redemption
license: creativeml-openrail-m

Red-Dead-Minimalize

Prompt
Create an avant-garde reimagining of the iconic movie poster for red dead redemption II but with motorcycles using mixed media and collage techniques. Utilize hues reminiscent of vintage photography and capture Micah character in the surrealist dynamic chaos of the prairie beyond, 8K, <lora:red_dead_redemption_offset:1>
Prompt
Multi form from Super Mario dressed as a cowboy from Red Dead Redemption, Mario has a pancho, a cowboy hat, boots, cowboy look, wild west, black coat, boots, motion picture shot
Prompt
Donald Trump from Red Dead Redemption 2 riding a horse next to a train, wide shot, ray tracing, 8k by artgerm and greg rutkowski

Model description

Red-Dead-Minimalize-LoRA

Image Processing Parameters

Parameter Value Parameter Value
LR Scheduler constant Noise Offset 0.03
Optimizer AdamW Multires Noise Discount 0.1
Network Dim 64 Multires Noise Iterations 10
Network Alpha 32 Repeat 20
Epoch 10 Save Every N Epochs 1

SETTING-UP

    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/Canopus-Red-Dead-Minimalize-LoRA", weight_name="Canopus-Red-Dead-Minimalize-LoRA.safetensors", adapter_name="adp")
    pipe.set_adapters("adp")
    pipe.to("cuda")

Trigger prompts

Create an avant-garde reimagining of the iconic movie poster for red dead redemption II but with motorcycles using mixed media and collage techniques. Utilize hues reminiscent of vintage photography and capture Micah character in the surrealist dynamic chaos of the prairie beyond, 8K, <lora:red_dead_redemption_offset:1>


Multi form from Super Mario dressed as a cowboy from Red Dead Redemption, Mario has a pancho, a cowboy hat, boots, cowboy look, wild west, black coat, boots, motion picture shot


Donald Trump from Red Dead Redemption 2 riding a horse next to a train, wide shot, ray tracing, 8k by artgerm and greg rutkowski
Parameter Value
Prompt Donald Trump from Red Dead Redemption 2 riding a horse next to a train, wide shot, ray tracing, 8k by artgerm and greg rutkowski, lora:walking_dead_offset:1
Sampler euler

Trigger words

You should use Red Dead Redemption to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.