YiYiXu commited on
Commit
2d770f5
·
verified ·
1 Parent(s): 006a396

Upload AdaptiveProjectedGuidance

Browse files
Files changed (1) hide show
  1. apg_guider/guider_config.json +12 -0
apg_guider/guider_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AdaptiveProjectedGuidance",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "adaptive_projected_guidance_momentum": -0.3,
5
+ "adaptive_projected_guidance_rescale": 12.0,
6
+ "eta": 1.0,
7
+ "guidance_rescale": 0.0,
8
+ "guidance_scale": 15.0,
9
+ "start": 0.01,
10
+ "stop": 1.0,
11
+ "use_original_formulation": false
12
+ }