File size: 3,004 Bytes
95b3af1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0615251
95b3af1
 
 
0615251
95b3af1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- style
- nostalgia
- game screenshot
- ps1 style
- console graphics

base_model: black-forest-labs/FLUX.1-dev
instance_prompt: ps1
widget:
- text: 'ps1 game screenshot, the flash in a wheelchair, winning the boston marathon, hot streaks behind him as his wheelchair drives across the finish line, there is a banner overhead at the finish line with text ps1 flux by veryvanya, the flashs wheelchair is sleek and high-tech, with glowing blue accents and a bold, red stripe running along the side, his iconic red and gold costume is torn and worn, but still vibrant, with a few loose threads and scorch marks, the finish line is crowded with cheering spectators, the sky above is a bright, sunny blue, with a few puffy white clouds, the flashs face is set in a determined expression, his eyes fixed intently on the finish line, his arms are muscular and toned, with a few scars and bruises visible, the wheelchairs wheels are blurred, conveying a sense of speed and motion, the hot streaks behind the flash are long and curved, like a comets tail, and are colored in shades of orange, yellow, and red, the banner overhead is made of a shiny, metallic material, and the text ps1 flux by veryvanya is written in bold, graffiti-style letters'
  output:
    url: >-
      24439220.jpeg
- text: 'ps1 game screenshot, a little strawberry hamster floating on a large green leaf on a gentle river'
  output:
    url: >-
      24440109.jpeg

---

# PS1 Style Flux 

<Gallery />

## Model description

<p>works best when you include 'ps1 game screenshot' in prompt</p><p>late 90s/early 2000s ps1/n64 console graphics.</p><p>5000 steps </p><p>trained on 15 gpt4o captioned and adjusted ps1/n64 game screenshots using <a target="_blank" rel="ugc" href="https://github.com/ostris/ai-toolkit/tree/main">https://github.com/ostris/ai-toolkit/tree/main</a> </p>

## Trigger words
You should use `ps1` to trigger the image generation.
    

## Download model

Weights for this model are available in Safetensors format.

[Download](/veryVANYA/ps1-style-flux/tree/main) them in the Files & versions tab.

## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('veryVANYA/ps1-style-flux', weight_name='ps1_style_flux_v1.safetensors')
image = pipeline('`ps1`').images[0]
```

For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)