Text-to-Image
Jonathan-Zhou commited on
Commit
ad94ebe
1 Parent(s): 3f6751f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,9 +8,9 @@ pipeline_tag: text-to-image
8
  ---
9
  # Flux GameLabel Lora
10
 
11
- This model is intended purely for research purposes as a demonstration of the feasibility of improving the model on data labeled from random video game players.
12
 
13
- Inference code that runs on a 24GB consumer card is below. More details are in the paper, at [https://arxiv.org/abs/2409.19830](https://arxiv.org/abs/2409.19830)
14
 
15
 
16
  ```python3
 
8
  ---
9
  # Flux GameLabel Lora
10
 
11
+ This model is intended purely for research purposes as a demonstration of the the quality of data labeled by random video game players. It achieves its purpose (higher prompt adherence), but suffers from a variety of issues due to being fine tuned on its own outputs.
12
 
13
+ Inference code that runs on a 24GB consumer card is below. More details are in the paper at [https://arxiv.org/abs/2409.19830](https://arxiv.org/abs/2409.19830)
14
 
15
 
16
  ```python3