Closed Ashdevz closed 1 year ago
Want to know if this model can run at least 4090Ti?
HI @Ashdevz, happy to help support any integration you want to try!
@MRQJsfhf yes I think it should. The main changes would just be to set use_bfloat16: false
in the config, and to replace torch.bfloat16
on line 316 in train.py with torch.float16
.
(let me know if you try this an encounter any unexpected issues)
Can anybody tell me if this can be integrated in to Automatic1111?
Thanks