|
--- |
|
tags: |
|
- text-to-image |
|
- stable-diffusion |
|
- lora |
|
- diffusers |
|
- template:sd-lora |
|
- StableDiffusionXLPipeline |
|
- Inference Endpoints |
|
- sdxl |
|
widget: |
|
- text: >- |
|
Deadpool , dark mist, caricature in Constantin Brâncuși style, Serene, |
|
Dynamic, surreal masterpiece, Cool Tones<lora:add-detail-xl:1.5> |
|
output: |
|
url: images/dw1.png |
|
- text: >- |
|
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. |
|
output: |
|
url: images/dw2.png |
|
- text: Deadpool of Marvel, 8K, masterpiece, octane render, ray-tracing |
|
output: |
|
url: images/dw3.png |
|
- text: >- |
|
Wolverine in his yellow suit character concept art by Roberto Ferri, epic |
|
shot, intricate details, 4k, uhd, dramatic lighting |
|
output: |
|
url: images/dw4.png |
|
- text: >- |
|
Deadpool, Ink illustration, Traditional drawing, Modern era, Monochromatic |
|
with a red and black color scheme. |
|
output: |
|
url: images/dw5.png |
|
- text: >- |
|
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 |
|
output: |
|
url: images/dw6.png |
|
base_model: stabilityai/stable-diffusion-xl-base-1.0 |
|
instance_prompt: Deadpool, Wolverine |
|
license: creativeml-openrail-m |
|
--- |
|
# D&W |
|
|
|
<Gallery /> |
|
|
|
## Model description |
|
|
|
Alpha-DW |
|
|
|
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 | 15 | Save Every N Epochs | 1 | |
|
|
|
## 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/Berenices-Alpha-DW-LoRA", weight_name="Berenices-Alpha-DW-LoRA.safetensors", adapter_name="DW") |
|
pipe.set_adapters("DW") |
|
pipe.to("cuda") |
|
``` |
|
|
|
|
|
## Trigger prompts |
|
|
|
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 |
|
|
|
| Parameter | Value | |
|
|-----------------|---------------------------------------------------------------------------------------| |
|
| Prompt | Deadpool of Marvel, 8K, masterpiece, octane render, ray-tracing | |
|
| Sampler | euler | |
|
|
|
|
|
## Trigger words |
|
|
|
You should use `Deadpool` to trigger the image generation. |
|
|
|
You should use `Wolverine` to trigger the image generation. |
|
|
|
|
|
## Download model |
|
|
|
Weights for this model are available in Safetensors format. |
|
|
|
[Download](/prithivMLmods/Berenices-Alpha-DW-LoRA/tree/main) them in the Files & versions tab. |