| 
									
										
										
										
											2022-12-03 02:28:53 -05:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | #################################################################### | 
					
						
							|  |  |  | #                          macOS defaults                          # | 
					
						
							|  |  |  | # Please modify webui-user.sh to change these instead of this file # | 
					
						
							|  |  |  | #################################################################### | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-04 08:29:10 -05:00
										 |  |  | if [[ -x "$(command -v python3.10)" ]] | 
					
						
							|  |  |  | then | 
					
						
							|  |  |  |     python_cmd="python3.10" | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-04 08:29:45 -05:00
										 |  |  | export install_dir="$HOME" | 
					
						
							| 
									
										
										
										
											2023-01-28 00:16:22 -05:00
										 |  |  | export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate" | 
					
						
							| 
									
										
										
										
											2023-05-12 11:15:43 -04:00
										 |  |  | export TORCH_COMMAND="pip install torch==2.0.1 torchvision==0.15.2" | 
					
						
							| 
									
										
										
										
											2022-12-03 02:28:53 -05:00
										 |  |  | export PYTORCH_ENABLE_MPS_FALLBACK=1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #################################################################### |