jbilcke-hf HF staff commited on
Commit
0cb4b8f
1 Parent(s): 3985905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -34,8 +34,20 @@ widget:
34
 
35
  # FLUX.1-[dev] Panorama LoRA (v2)
36
 
37
- This LoRA has been trained using random samples of Google Street View.
38
 
39
- Due to this and since the base model is FLUX.1-[dev], it is made available for [research purpose and demonstration only](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  Please use it responsibly, thank you!
 
34
 
35
  # FLUX.1-[dev] Panorama LoRA (v2)
36
 
37
+ A LoRA model to generate panoramas using Flux dev.
38
 
39
+ It should work most of the time (see the examples), but if you ask for something rare or never seen before (a special angle, or a location eg. ins pace), it might have trouble creating the spherical distortion.
40
+
41
+ ## Which image ratio to use?
42
+
43
+ This model has been trained on images with a 2:1 (2048x1024).
44
+
45
+ However panorama viewers are pretty flexible when it comes to resolution, and FLUX.1 seems to generalize well.
46
+
47
+ For instance the gallery samples have been generated in 1536 × 640 (~21:9), since this is reasonably fast (16 sec on the HF Inference API).
48
+
49
+ ## Licensing
50
+
51
+ As the base model is FLUX.1-[dev] and since the data comes from Google Street View, it should be used for [demonstration purposes only](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).
52
 
53
  Please use it responsibly, thank you!