File size: 4,845 Bytes
dbe1771
 
 
 
 
 
 
fb88845
 
 
dbe1771
fb88845
 
 
dbe1771
37a9331
fb88845
 
 
 
 
 
 
 
dbe1771
37a9331
fb88845
dbe1771
37a9331
fb88845
 
 
37a9331
 
fb88845
 
 
37a9331
 
fb88845
 
 
 
 
 
 
 
37a9331
 
dbe1771
 
 
 
 
 
 
 
29ae3e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50face2
 
29ae3e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dbe1771
 
 
 
 
 
 
 
 
 
 
 
fb88845
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
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&amp;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.