File size: 3,364 Bytes
5e6d592
 
 
 
 
 
 
368c933
 
 
5a17e35
67cbf1d
 
5e6d592
368c933
 
 
 
5e6d592
209ce8f
368c933
 
 
5e6d592
209ce8f
368c933
 
 
5e6d592
209ce8f
5e6d592
 
 
 
 
 
 
 
 
 
 
100d664
 
 
 
 
 
 
 
 
 
e191308
 
af398ab
 
 
 
 
 
613f3f3
af398ab
 
 
 
 
 
 
 
100c496
 
af398ab
 
 
100d664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5e6d592
 
 
 
 
 
 
 
 
 
368c933
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
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- gta
- gta6
- game
- sdxl
- StableDiffusionXLPipeline
- Inference Endpoints
widget:
- text: >-
    A picture in the style of a gta 5 poster game, GTA V,  Grand Theft Auto 5
    poster,  16k, UHD, HDR, solo human, a blond man with a beard and glasses, in
    a formal suit
  output:
    url: images/GTA11.png
- text: >-
    A picture in the style of a gta 5 poster game, GTA V,  Grand Theft Auto 5
    poster,  16k, UHD, HDR, Liam Gallagher, moody, wearing a fishtail parka 
  output:
    url: images/GTA12.png
- text: >-
    John Wick as a GTA San Andreas cartoon, John Wick imagined as a cartoon
    drawing from Grand Theft Auto
  output:
    url: images/GTA13.png
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: Gta
license: creativeml-openrail-m
---
# Beta-GTA

<Gallery />

## Model description 

Pegasi-Beta-GTA-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                     | 15     | Save Every N Epochs       | 1      |


## SETTING-UP
```py
    pipe = StableDiffusionXLPipeline.from_pretrained(
        "SG161222/RealVisXL_V4.0",
        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/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="gta")
    pipe.set_adapters("gta")
    pipe.to("cuda")
```

## Trigger prompts

    A picture in the style of a gta 5 poster game, GTA V,  Grand Theft Auto 5 poster,  16k, UHD, HDR, solo human, a blond man with a beard and glasses, in a formal suit


    A picture in the style of a gta 5 poster game, GTA V,  Grand Theft Auto 5 poster,  16k, UHD, HDR, Liam Gallagher, moody, wearing a fishtail parka 


    John Wick as a GTA San Andreas cartoon, John Wick imagined as a cartoon drawing from Grand Theft Auto 

| Parameter       | Value                                                                                 |
|-----------------|---------------------------------------------------------------------------------------|
| Prompt          | John Wick as a GTA San Andreas cartoon, John Wick imagined as a cartoon drawing from Grand Theft Auto |
| Sampler         | euler                                                                                 |


## Trigger words

You should use `Gta` to trigger the image generation.


## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/Pegasi-Beta-GTA-LoRA/tree/main) them in the Files & versions tab.