feelatkeen commited on
Commit
0ef5bfa
1 Parent(s): eae5b8f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - image-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - style
12
+ - ps1
13
+ - ps1 style
14
+
15
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
16
+ instance_prompt: Playstation 1 Graphics
17
+ widget:
18
+ - image: ''
19
+ output:
20
+ url: >-
21
+ 5177876.jpeg
22
+ ---
23
+
24
+ # PS1Redmond - PS1 Game Graphics Lora for SDXL
25
+
26
+ <Gallery />
27
+
28
+
29
+
30
+
31
+
32
+ ## Model description
33
+
34
+ <h1 id="heading-28">PS1Graphics.Redmond is here!</h1><p>I'm grateful for the GPU time from <strong>Redmond.AI</strong> that allowed me to finish this LORA!</p><p>Want to test and have acess to all my AI Stuff? Check my <a target="_blank" rel="ugc" href="https://artificialguy.com/">website</a>!</p><p>This is a <strong>PS1 Graphics </strong>LORA fine-tuned on <strong>SD XL 1.0.</strong></p><p>Test all my Loras <a target="_blank" rel="ugc" href="https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora">here</a> for free and unlimited. Thanks, HF, for Inference API!</p><p>The LORA has a high capacity to generate Pomological Watercolor in a wide variety of themes.<strong> It's a versatile LORA.</strong></p><p><strong><u>The tag for the model: playstation 1 graphics, PS1 Game</u></strong></p><p>I really hope you like the LORA and use it.</p><p>If you like the model and think it's worth it, you can make a donation to my <a target="_blank" rel="ugc" href="https://www.patreon.com/user?u=81570187">Patreon</a> or <a target="_blank" rel="ugc" href="https://ko-fi.com/jvkape">Ko-fi</a>.</p><p>Follow me in my twitter to know before all about new models:</p><p><a target="_blank" rel="ugc" href="https://twitter.com/artificialguybr/"><u>https://twitter.com/artificialguybr/</u></a></p>
35
+
36
+ ## Trigger words
37
+ You should use `Playstation 1 Graphics`, `PS1 Game` to trigger the image generation.
38
+
39
+
40
+ ## Download model
41
+
42
+ Weights for this model are available in Safetensors format.
43
+
44
+ [Download](/artificialguybr/ps1redmond-ps1-game-graphics-lora-for-sdxl/tree/main) them in the Files & versions tab.
45
+
46
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
47
+
48
+ ```py
49
+ from diffusers import AutoPipelineForText2Image
50
+ import torch
51
+
52
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
53
+ pipeline.load_lora_weights('artificialguybr/ps1redmond-ps1-game-graphics-lora-for-sdxl', weight_name='PS1Redmond-PS1Game-Playstation1Graphics.safetensors')
54
+ image = pipeline('harry potter game, playstation 1 graphics, PS1 Game, ').images[0]
55
+ ```
56
+
57
+ 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)
58
+