ariG23498 HF staff commited on
Commit
7b0d0e7
1 Parent(s): 929f646

chore: adding grid

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -48,6 +48,10 @@ image.save("sd-3.5-merged.png")
48
  ```
49
 
50
  > **Note**: Turbo variant runs faster with fewer steps, while Large variant requires more steps (around 50) but provides better detail.
 
 
 
 
51
 
52
  ## Merging Models
53
 
 
48
  ```
49
 
50
  > **Note**: Turbo variant runs faster with fewer steps, while Large variant requires more steps (around 50) but provides better detail.
51
+ With the merged model you would need to play with `num_inference_steps` and `guidance_scale` to get the perfect balance of speed and quality.
52
+ Below I show a grid of scale and step changes and its corresponding generations.
53
+
54
+ ![](./assets/grid.png)
55
 
56
  ## Merging Models
57