🚀 D&W
This project is designed for generating high - quality images related to Deadpool and Wolverine using Stable Diffusion XL technology. It provides various image generation examples and detailed model parameters and setup instructions.
✨ Features
- Rich Image Generation: Capable of generating diverse images of Deadpool and Wolverine in different styles, such as caricature, hyper - realistic digital portrait, and ink illustration.
- Customizable Parameters: Allows users to adjust multiple image processing parameters for personalized image generation.
- Easy to Use: Provides clear setup instructions and trigger prompts for quick start.
📦 Installation
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
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/Berenices-Alpha-DW-LoRA", weight_name="Berenices-Alpha-DW-LoRA.safetensors", adapter_name="DW")
pipe.set_adapters("DW")
pipe.to("cuda")
💻 Usage Examples
Basic Usage
prompt_1 = "Deadpool , dark mist, caricature in Constantin Brâncuși style, Serene, Dynamic, surreal masterpiece, Cool Tones<lora:add-detail-xl:1.5>"
prompt_2 = "Hyper-realistic digital portrait of Logan, known as Wolverine, rendered with Dan Hipps trademark blending of photo-realism and fantastical textures. Wolverines grizzled face and muscular physique displayed with forensic detail, minor scars and bruises lending gritty verisimilitude. His adamantium claws extended in a combative stance, razor-sharp steel glinting under neon signs of a gritty alleyway. Subtle luminescent threads pulse through muscles and between armor plating like circuitry."
image = pipe(prompt_1).images[0]
Advanced Usage
prompt = "Vintage Scene of Wolverine playing poker at the poker table in a Casino, photorealism, intricate details of the face, cinematic lighting, colorful, sharp image, hyperrealistic, 4k, (Masterpiece:1.3), (best quality:1.3), <lora:add_detail:0.4> <lora:epi_noiseoffset2:0.4> <lora:hairdetailer:0.6> <lora:more_details:0.3> <lora:add-detail-xl:1.2> <lora:DetailedEyes_V3:1.2> <lora:sd_xl_offset_example-lora_1.0:1.2>, (natural skin texture, hyperrealism, soft light, muted colors), background"
image = pipe(prompt).images[0]
📚 Documentation
Model description
This model is named Alpha - DW. Here are the image processing parameters:
Property |
Details |
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 |
15 |
Save Every N Epochs |
1 |
Trigger prompts
Here are some trigger prompts for image generation:
- Hyper - realistic digital portrait of Logan, known as Wolverine, rendered with Dan Hipp's trademark blending of photo - realism and fantastical textures. Wolverine's grizzled face and muscular physique displayed with forensic detail, minor scars and bruises lending gritty verisimilitude. His adamantium claws extended in a combative stance, razor - sharp steel glinting under neon signs of a gritty alleyway. Subtle luminescent threads pulse through muscles and between armor plating like circuitry.
- Deadpool of Marvel, 8K, masterpiece, octane render, ray - tracing
- Wolverine in his yellow suit character concept art by Roberto Ferri, epic shot, intricate details, 4k, uhd, dramatic lighting
Trigger words
You should use Deadpool
or Wolverine
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format. Download them in the Files & versions tab.
📄 License
This model is licensed under the creativeml - openrail - m license.