veryVANYA commited on
Commit
95b3af1
1 Parent(s): a821e2a

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 24439220.jpeg +0 -0
  2. 24440109.jpeg +0 -0
  3. README.md +68 -0
  4. ps1_style_flux_v1.safetensors +3 -0
24439220.jpeg ADDED
24440109.jpeg ADDED
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+ - nostalgia
14
+ - game screenshot
15
+ - ps1 style
16
+ - console graphics
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: ps1
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 24439220.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 24440109.jpeg
31
+
32
+ ---
33
+
34
+ # PS1 Style Flux
35
+
36
+ <Gallery />
37
+
38
+
39
+
40
+
41
+
42
+ ## Model description
43
+
44
+ <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>
45
+
46
+ ## Trigger words
47
+ You should use `ps1` to trigger the image generation.
48
+
49
+
50
+ ## Download model
51
+
52
+ Weights for this model are available in Safetensors format.
53
+
54
+ [Download](/veryVANYA/ps1-style-flux/tree/main) them in the Files & versions tab.
55
+
56
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
57
+
58
+ ```py
59
+ from diffusers import AutoPipelineForText2Image
60
+ import torch
61
+
62
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
63
+ pipeline.load_lora_weights('veryVANYA/ps1-style-flux', weight_name='ps1_style_flux_v1.safetensors')
64
+ image = pipeline('`ps1`').images[0]
65
+ ```
66
+
67
+ 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)
68
+
ps1_style_flux_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f70c8ab7b482624769e8117486d62412caf9962539185d4c06749f6537cbcf5
3
+ size 171969344