File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121
2222@dataclass
2323class Arguments :
24- model : str = "stabilityai /stable-diffusion-2"
24+ model : str = "Milabench /stable-diffusion-2"
2525 dataset : str = "lambdalabs/naruto-blip-captions"
2626 batch_size : int = 16
2727 num_workers : int = 8
@@ -252,4 +252,4 @@ def main():
252252
253253
254254if __name__ == "__main__" :
255- main ()
255+ main ()
Original file line number Diff line number Diff line change 66
77@dataclass
88class TrainingConfig :
9- model : str = "stabilityai /stable-diffusion-2"
9+ model : str = "Milabench /stable-diffusion-2"
1010 dataset : str = "lambdalabs/naruto-blip-captions"
1111 revision : str = None
1212 variant : str = None
Original file line number Diff line number Diff line change @@ -420,6 +420,7 @@ _diffusion:
420420 method : per_gpu
421421
422422 argv :
423+ --model : " Milabench/stable-diffusion-2"
423424 --num_epochs : 5
424425 --batch_size : " auto_batch(32)"
425426 --num_workers : " auto({n_worker}, 8)"
You can’t perform that action at this time.
0 commit comments