Modify a Makefile.
This commit is contained in:
		
							parent
							
								
									ffbcb8aae0
								
							
						
					
					
						commit
						ea3374741d
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
deploy:
 | 
					deploy:
 | 
				
			||||||
	cd ./setup_files && modal deploy main.py
 | 
						cd ./setup_files && modal deploy __main__.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# `--upscaler` is a name of upscaler you want to use.
 | 
					# `--upscaler` is a name of upscaler you want to use.
 | 
				
			||||||
# You can use upscalers the below:
 | 
					# You can use upscalers the below:
 | 
				
			||||||
@ -14,7 +14,7 @@ run:
 | 
				
			|||||||
	--height 512 \
 | 
						--height 512 \
 | 
				
			||||||
	--width 512 \
 | 
						--width 512 \
 | 
				
			||||||
	--samples 1 \
 | 
						--samples 1 \
 | 
				
			||||||
	--steps 50 \
 | 
						--steps 30 \
 | 
				
			||||||
	--upscaler "" \
 | 
						--upscaler "" \
 | 
				
			||||||
	--use-face-enhancer "False" \
 | 
						--use-face-enhancer "False" \
 | 
				
			||||||
	--fix-by-controlnet-tile "False"
 | 
						--fix-by-controlnet-tile "False"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user