YiYiXu HF Staff commited on
Commit
49ab08b
·
verified ·
1 Parent(s): 122b92d

Upload AdaptiveProjectedMixGuidance

Browse files
Files changed (1) hide show
  1. guider/guider_config.json +7 -2
guider/guider_config.json CHANGED
@@ -1,10 +1,15 @@
1
  {
2
- "_class_name": "ClassifierFreeGuidance",
3
  "_diffusers_version": "0.36.0.dev0",
 
 
 
 
 
4
  "enabled": false,
 
5
  "guidance_rescale": 0.0,
6
  "guidance_scale": 3.5,
7
- "distilled_guidance_scale": 3.25,
8
  "start": 0.0,
9
  "stop": 1.0,
10
  "use_original_formulation": false
 
1
  {
2
+ "_class_name": "AdaptiveProjectedMixGuidance",
3
  "_diffusers_version": "0.36.0.dev0",
4
+ "adaptive_projected_guidance_momentum": -0.5,
5
+ "adaptive_projected_guidance_rescale": 10.0,
6
+ "adaptive_projected_guidance_scale": 10.0,
7
+ "adaptive_projected_guidance_start_step": 5,
8
+ "distilled_guidance_scale": 3.25,
9
  "enabled": false,
10
+ "eta": 0.0,
11
  "guidance_rescale": 0.0,
12
  "guidance_scale": 3.5,
 
13
  "start": 0.0,
14
  "stop": 1.0,
15
  "use_original_formulation": false