File size: 4,046 Bytes
c4517d4
 
 
 
 
 
 
60b5bc5
 
 
c4517d4
60b5bc5
 
 
 
c4517d4
ccd8166
60b5bc5
75e8579
c4517d4
75e8579
60b5bc5
 
 
 
 
c4517d4
ccd8166
c4517d4
 
 
 
 
 
 
 
 
 
d374c0d
c4517d4
a317adb
c4517d4
a317adb
 
 
 
 
 
d374c0d
a317adb
b169846
d374c0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a317adb
 
 
 
 
 
d374c0d
a317adb
 
d374c0d
a317adb
 
d374c0d
a317adb
 
 
 
 
c4517d4
 
 
 
 
 
a317adb
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
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- StableDiffusionXLPipeline
- Inference Endpoints
- sdxl
widget:
- text: >-
    The face of a woman with brown eyes, in the style of yigal ozeri, light navy
    and light gray, patrick demarchelier, alayna lemmer, focus on
    joints/connections, caravaggism, studio light --ar 1:2 --stylize 750 --v 6
  output:
    url: images/anime1.png
- text: >-
    Anime dragon ball, portrait of dr goku, in the style of street art aesthetic, cute cartoonish designs, photo-realistic techniques, dark red, childhood arcadias, anime aesthetic, cartoon-like figures --ar 73:98 --stylize 750 --v 6
  output:
    url: images/A.png
- text: >-
    A woman dressed as a clown with red hair, in the style of magical girl,
    colorful moebius, light yellow and dark crimson, pencilsteampunk,
    kintsukuroi, loose and fluid, stylish costume design --ar 68:128 --stylize
    750 --v 5.2
  output:
    url: images/anime3.png
base_model: cagliostrolab/animagine-xl-3.0
instance_prompt: anime
license: creativeml-openrail-m
---
# Montuno-Omega-Anime

<Gallery />

## Model description 

Montuno Omega Anime

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/Montuno-Omega-Anime-LoRA", weight_name="Montuno-Omega-Anime-LoRA.safetensors", adapter_name="rlms")
    pipe.set_adapters("rlms")
    pipe.to("cuda")
```




## Trigger prompts

    The face of a woman with brown eyes, in the style of yigal ozeri, light navy and light gray, patrick demarchelier, alayna lemmer, focus on joints/connections, caravaggism, studio light --ar 1:2 --stylize 750 --v 6


    Anime male bartender in a black suit with a red shirt, with korean hairstyle, ilya kuvshinov style, white hair, urban male fanart, korean anime style illustration, korean anime art style, in an korean anime style, lofi male, in korean  anime style, korean anime art style, korean anime style portrait


    A woman dressed as a clown with red hair, in the style of magical girl, colorful moebius, light yellow and dark crimson, pencilsteampunk, kintsukuroi, loose and fluid, stylish costume design --ar 68:128 --stylize 750 --v 5.2

| Parameter       | Value                                                                                 |
|-----------------|---------------------------------------------------------------------------------------|
| Prompt          | Girl stands in a red flower surrounded street, in the style of chinese cultural themes, romantic and nostalgic themes, panasonic lumix s pro 50mm f/1.4, light white and light amber, transparent/translucent medium, elegant , embroidery --ar 1:2 --stylize 750 --niji 6|
| Sampler         | euler                                                                                 |


## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/Montuno-Omega-Anime-LoRA/tree/main) them in the Files & versions tab.