JarvisLabs commited on
Commit
aeae9df
·
verified ·
1 Parent(s): 791592b

Create Train1/traning_settings.json

Browse files
Files changed (1) hide show
  1. Train1/traning_settings.json +10 -0
Train1/traning_settings.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "steps": 1000,
3
+ "images": "https://replicate.delivery/pbxt/LRsoLR6KfsQnhrDqp0d4MQM3VfTf6AzSEsEEfyIvZ3XEh39k/CONSOLE_COWBOY.zip",
4
+ "hf_token": "[REDACTED]",
5
+ "batch_size": 1,
6
+ "resolution": "512,768,1024",
7
+ "lora_linear": 16,
8
+ "learning_rate": 0.0004,
9
+ "lora_linear_alpha": 16
10
+ }