Johannes Weyel
		
	commited on
		
		
					Commit 
							
							·
						
						5be8eb5
	
1
								Parent(s):
							
							023e7d2
								
Upload with huggingface_hub
Browse files- scheduler_config.json +12 -0
 
    	
        scheduler_config.json
    ADDED
    
    | 
         @@ -0,0 +1,12 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "DDPMScheduler",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.9.0",
         
     | 
| 4 | 
         
            +
              "beta_end": 0.02,
         
     | 
| 5 | 
         
            +
              "beta_schedule": "squaredcos_cap_v2",
         
     | 
| 6 | 
         
            +
              "beta_start": 0.0001,
         
     | 
| 7 | 
         
            +
              "clip_sample": true,
         
     | 
| 8 | 
         
            +
              "num_train_timesteps": 1000,
         
     | 
| 9 | 
         
            +
              "prediction_type": "epsilon",
         
     | 
| 10 | 
         
            +
              "trained_betas": null,
         
     | 
| 11 | 
         
            +
              "variance_type": "fixed_small"
         
     | 
| 12 | 
         
            +
            }
         
     |