MaterialTraces commited on
Commit
7af6f7b
·
verified ·
1 Parent(s): 6bfb68a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ This repository contains two distinct style LoRAs trained for the [Chroma1-HD](https://huggingface.co/lodestones/Chroma1-HD) model. One is for fantasy/sci-fi, and the other is a unique pixel art style.
6
+
7
+ ---
8
+
9
+ ## 1. Fantasy/Sci-Fi LoRA
10
+
11
+ **Filename:** `[fantasy_lora_filename.safetensors]`
12
+
13
+ A versatile LoRA for producing epic fantasy and science fiction scenes, characters, and environments with an illustrative feel.
14
+
15
+ ### Sample
16
+ ![Sample image for the Fantasy/Sci-Fi LoRA](URL_TO_YOUR_FANTASY_IMAGE.png)
17
+ *(Note: To get your image to show up, upload it to this repo and then replace the placeholder URL with the image file's name)*
18
+
19
+ ### Example Prompt
20
+ `In the style of [fantasy_lora_name], a majestic knight with glowing armor standing on a floating celestial rock`
21
+
22
+ ---
23
+
24
+ ## 2. RoRR-Inspired Pixel Art LoRA
25
+
26
+ **Filename:** `[pixel_art_lora_filename.safetensors]`
27
+
28
+ A pixel art LoRA heavily inspired by the gritty, atmospheric aesthetic of the game *Risk of Rain Returns*. It's perfect for creating moody and detailed scenes.
29
+
30
+ ### Sample
31
+ ![Sample image for the Pixel Art LoRA](URL_TO_YOUR_PIXEL_ART_IMAGE.png)
32
+ *(Note: To get your image to show up, upload it to this repo and then replace the placeholder URL with the image file's name)*
33
+
34
+ ### Example Prompt
35
+ `In the style of [pixel_art_lora_name], a lone survivor in a strange alien landscape, giant skeletons in the background`
36
+
37
+ ---
38
+
39
+ ## How to Use
40
+
41
+ Use the trigger phrase at the beginning of your prompt. Replace `[lora_name]` with the specific name for the style you want to use (e.g., the name used in the example prompts above).
42
+
43
+ It works best without other competing style keywords.
44
+
45
+ **General Format:**
46
+ In the style of [lora_name], [your prompt]
47
+
48
+ ---
49
+
50
+ ## Support My Work
51
+
52
+ Training these things runs on GPU time and copious amounts of caffeine. If you enjoy these LoRAs and want to see more, consider dropping by my Ko-fi!
53
+
54
+ It's also the absolute best way to request a new LoRA or ask about a commission. Thanks for the support!
55
+
56
+ **[☕ Support me on Ko-fi](https://ko-fi.com/YOUR_USERNAME_HERE)**
57
+
58
+ ---
59
+
60
+ ## Acknowledgements
61
+
62
+ These wouldn't have been possible without the excellent work from the teams behind the base model and the training software.
63
+
64
+ * **Base Model:** [Chroma1-HD by lodestones](https://huggingface.co/lodestones/Chroma1-HD)
65
+ * **Trainer:** [OneTrainer by Nerogar](https://github.com/Nerogar/OneTrainer)