Text-to-Image
Jonathan-Zhou commited on
Commit
4290419
1 Parent(s): c2142e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,6 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
4
  ```python3
5
  from diffusers import FlowMatchEulerDiscreteScheduler, AutoencoderKL
6
  from diffusers.models.transformers.transformer_flux import FluxTransformer2DModel
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - Jonathan-Zhou/GameLabel-10k
5
+ base_model:
6
+ - black-forest-labs/FLUX.1-schnell
7
+ 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.
14
+
15
+
16
  ```python3
17
  from diffusers import FlowMatchEulerDiscreteScheduler, AutoencoderKL
18
  from diffusers.models.transformers.transformer_flux import FluxTransformer2DModel