df7070eca2 
								
							 
						 
						
							
							
								
								Deduplicate get_font code  
							
							
							
						 
						
							2023-05-11 10:06:19 +03:00  
				
					
						
							
							
								 
						
							
								16e4d79122 
								
							 
						 
						
							
							
								
								paths_internal: deduplicate modules_path  
							
							
							
						 
						
							2023-05-11 10:05:39 +03:00  
				
					
						
							
							
								 
						
							
								3bb964d806 
								
							 
						 
						
							
							
								
								Merge pull request  #10272  from AUTOMATIC1111/clean-fid  
							
							... 
							
							
							
							Update clean-fid to loosen transitive dependency pins 
							
						 
						
							2023-05-11 09:36:08 +03:00  
				
					
						
							
							
								 
						
							
								1dcd672324 
								
							 
						 
						
							
							
								
								Update sd_vae.py  
							
							... 
							
							
							
							There is no need to use split. 
							
						 
						
							2023-05-11 14:29:52 +08:00  
				
					
						
							
							
								 
						
							
								ef11c197b3 
								
							 
						 
						
							
							
								
								Update clean-fid to loosen transitive dependency pins  
							
							... 
							
							
							
							Diff: bd92e684ff...c8ffa420a3 
							
						 
						
							2023-05-11 08:48:08 +03:00  
				
					
						
							
							
								 
						
							
								fe5d988947 
								
							 
						 
						
							
							
								
								Merge pull request  #10268  from Sakura-Luna/pbar  
							
							... 
							
							
							
							UniPC progress bar adjustment 
							
						 
						
							2023-05-11 08:16:36 +03:00  
				
					
						
							
							
								 
						
							
								b7e160a87d 
								
							 
						 
						
							
							
								
								change live preview format to jpeg to prevent unreasonably slow previews for large images, and add an option to let user select the format  
							
							
							
						 
						
							2023-05-11 08:14:45 +03:00  
				
					
						
							
							
								 
						
							
								e334758ec2 
								
							 
						 
						
							
							
								
								repair  #10266  
							
							
							
						 
						
							2023-05-11 07:45:05 +03:00  
				
					
						
							
							
								 
						
							
								ae17e97898 
								
							 
						 
						
							
							
								
								UniPC progress bar adjustment  
							
							
							
						 
						
							2023-05-11 12:28:26 +08:00  
				
					
						
							
							
								 
						
							
								c9e5b92106 
								
							 
						 
						
							
							
								
								Merge pull request  #10266  from nero-dv/dev  
							
							... 
							
							
							
							Update sub_quadratic_attention.py 
							
						 
						
							2023-05-11 07:21:18 +03:00  
				
					
						
							
							
								 
						
							
								c8732dfa6f 
								
							 
						 
						
							
							
								
								Update sub_quadratic_attention.py  
							
							... 
							
							
							
							1. Determine the number of query chunks.
2. Calculate the final shape of the res tensor.
3. Initialize the tensor with the calculated shape and dtype, (same dtype as the input tensors, usually)
Can initialize the tensor as a zero-filled tensor with the correct shape and dtype, then compute the attention scores for each query chunk and fill the corresponding slice of tensor. 
							
						 
						
							2023-05-10 22:05:18 -05:00  
				
					
						
							
							
								 
						
							
								8aa87c564a 
								
							 
						 
						
							
							
								
								add UI to edit defaults  
							
							... 
							
							
							
							allow setting defaults for elements in extensions' tabs
fix a problem with ESRGAN upscalers disappearing after UI reload
implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?) 
							
						 
						
							2023-05-10 23:41:08 +03:00  
				
					
						
							
							
								 
						
							
								5abecea34c 
								
							 
						 
						
							
							
								
								Merge pull request  #10259  from AUTOMATIC1111/ruff  
							
							... 
							
							
							
							Ruff 
							
						 
						
							2023-05-10 21:24:18 +03:00  
				
					
						
							
							
								 
						
							
								3ec7b705c7 
								
							 
						 
						
							
							
								
								suggestions and fixes from the PR  
							
							
							
						 
						
							2023-05-10 21:21:32 +03:00  
				
					
						
							
							
								 
						
							
								d25219b7e8 
								
							 
						 
						
							
							
								
								manual fixes for some C408  
							
							
							
						 
						
							2023-05-10 11:55:09 +03:00  
				
					
						
							
							
								 
						
							
								a5121e7a06 
								
							 
						 
						
							
							
								
								fixes for B007  
							
							
							
						 
						
							2023-05-10 11:37:18 +03:00  
				
					
						
							
							
								 
						
							
								550256db1c 
								
							 
						 
						
							
							
								
								ruff manual fixes  
							
							
							
						 
						
							2023-05-10 11:19:16 +03:00  
				
					
						
							
							
								 
						
							
								028d3f6425 
								
							 
						 
						
							
							
								
								ruff auto fixes  
							
							
							
						 
						
							2023-05-10 11:05:02 +03:00  
				
					
						
							
							
								 
						
							
								e42de4b8a2 
								
							 
						 
						
							
							
								
								update ruff config with more stuff  
							
							
							
						 
						
							2023-05-10 11:00:07 +03:00  
				
					
						
							
							
								 
						
							
								57ef617251 
								
							 
						 
						
							
							
								
								integrate the PR's config  
							
							
							
						 
						
							2023-05-10 09:09:41 +03:00  
				
					
						
							
							
								 
						
							
								837d3a94b7 
								
							 
						 
						
							
							
								
								Merge pull request  #10233  from akx/fix-lint-ci  
							
							... 
							
							
							
							Replace pylint CI with ruff 
							
						 
						
							2023-05-10 09:06:54 +03:00  
				
					
						
							
							
								 
						
							
								4b854806d9 
								
							 
						 
						
							
							
								
								F401 fixes for ruff  
							
							
							
						 
						
							2023-05-10 09:02:23 +03:00  
				
					
						
							
							
								 
						
							
								f741a98bac 
								
							 
						 
						
							
							
								
								imports cleanup for ruff  
							
							
							
						 
						
							2023-05-10 08:43:42 +03:00  
				
					
						
							
							
								 
						
							
								96d6ca4199 
								
							 
						 
						
							
							
								
								manual fixes for ruff  
							
							
							
						 
						
							2023-05-10 08:25:25 +03:00  
				
					
						
							
							
								 
						
							
								762265eab5 
								
							 
						 
						
							
							
								
								autofixes from ruff  
							
							
							
						 
						
							2023-05-10 07:52:45 +03:00  
				
					
						
							
							
								 
						
							
								a617d64882 
								
							 
						 
						
							
							
								
								add ruff config  
							
							
							
						 
						
							2023-05-10 07:43:55 +03:00  
				
					
						
							
							
								 
						
							
								f5ea1e9d92 
								
							 
						 
						
							
							
								
								bump torch version  
							
							
							
						 
						
							2023-05-10 07:26:42 +03:00  
				
					
						
							
							
								 
						
							
								d50b95b5a3 
								
							 
						 
						
							
							
								
								fix an issue preventing the program from starting if the user specifies a bad gradio theme  
							
							
							
						 
						
							2023-05-10 07:14:13 +03:00  
				
					
						
							
							
								 
						
							
								921dc4639b 
								
							 
						 
						
							
							
								
								Merge branch 'dev' into release_candidate  
							
							
							
						 
						
							2023-05-10 06:53:25 +03:00  
				
					
						
							
							
								 
						
							
								f07af8db64 
								
							 
						 
						
							
							
								
								bump gradio version for all suffering musicians  
							
							
							
						 
						
							2023-05-10 06:52:51 +03:00  
				
					
						
							
							
								 
						
							
								990ca80cb6 
								
							 
						 
						
							
							
								
								Replace pylint CI with ruff  
							
							
							
						 
						
							2023-05-09 23:13:47 +03:00  
				
					
						
							
							
								 
						
							
								c8791c1d37 
								
							 
						 
						
							
							
								
								Merge branch 'dev' into release_candidate  
							
							
							
						 
						
							2023-05-09 22:42:37 +03:00  
				
					
						
							
							
								 
						
							
								31397986e7 
								
							 
						 
						
							
							
								
								changelog  
							
							
							
						 
						
							2023-05-09 22:42:02 +03:00  
				
					
						
							
							
								 
						
							
								d6a9b22c19 
								
							 
						 
						
							
							
								
								Merge pull request  #10232  from akx/eff  
							
							... 
							
							
							
							Fix up string formatting/concatenation to f-strings where feasible 
							
						 
						
							2023-05-09 22:40:51 +03:00  
				
					
						
							
							
								 
						
							
								ccbb361845 
								
							 
						 
						
							
							
								
								Merge pull request  #10209  from AUTOMATIC1111/quicksettings-migration  
							
							... 
							
							
							
							1.1.1 quicksettings list migration 
							
						 
						
							2023-05-09 22:29:08 +03:00  
				
					
						
							
							
								 
						
							
								3ba6c3c83c 
								
							 
						 
						
							
							
								
								Fix up string formatting/concatenation to f-strings where feasible  
							
							
							
						 
						
							2023-05-09 22:25:39 +03:00  
				
					
						
							
							
								 
						
							
								81bbe31d9f 
								
							 
						 
						
							
							
								
								add documentation for simple installation method using release package  
							
							
							
						 
						
							2023-05-10 00:04:36 +09:00  
				
					
						
							
							
								 
						
							
								749a93295e 
								
							 
						 
						
							
							
								
								remove logs  
							
							
							
						 
						
							2023-05-09 15:43:58 +02:00  
				
					
						
							
							
								 
						
							
								7fd3a4e6d7 
								
							 
						 
						
							
							
								
								files in vae folder with same name as a checkpoint can be found too  
							
							
							
						 
						
							2023-05-09 15:35:57 +02:00  
				
					
						
							
							
								 
						
							
								8fb16ceb28 
								
							 
						 
						
							
							
								
								Merge pull request  #10214  from AUTOMATIC1111/refresh-fix  
							
							... 
							
							
							
							Refresh fix 
							
						 
						
							2023-05-09 15:29:48 +03:00  
				
					
						
							
							
								 
						
							
								e7dbefc340 
								
							 
						 
						
							
							
								
								refresh fix  
							
							
							
						 
						
							2023-05-09 19:06:00 +08:00  
				
					
						
							
							
								 
						
							
								d1ff57e1cb 
								
							 
						 
						
							
							
								
								1.1.1 quicksettings list migration  
							
							
							
						 
						
							2023-05-09 18:14:12 +09:00  
				
					
						
							
							
								 
						
							
								ad6ec02261 
								
							 
						 
						
							
							
								
								prevent Reload UI button/link from reloading the page when it's not yet ready  
							
							
							
						 
						
							2023-05-09 11:42:47 +03:00  
				
					
						
							
							
								 
						
							
								eb95809501 
								
							 
						 
						
							
							
								
								rework loras api  
							
							
							
						 
						
							2023-05-09 11:25:46 +03:00  
				
					
						
							
							
								 
						
							
								7e02a00c81 
								
							 
						 
						
							
							
								
								Merge pull request  #10194  from DumoeDss/dev  
							
							... 
							
							
							
							Add api method to get LoRA models with prompt 
							
						 
						
							2023-05-09 11:12:13 +03:00  
				
					
						
							
							
								 
						
							
								11ae5399f6 
								
							 
						 
						
							
							
								
								make it so that custom context menu from contextMenu.js only disappears after user's click, ignoring non-user click events  
							
							
							
						 
						
							2023-05-09 10:52:14 +03:00  
				
					
						
							
							
								 
						
							
								ea05ddfec8 
								
							 
						 
						
							
							
								
								Merge pull request  #10201  from brkirch/mps-nan-fixes  
							
							... 
							
							
							
							Fix MPS on PyTorch 2.0.1, Intel Macs 
							
						 
						
							2023-05-09 10:28:24 +03:00  
				
					
						
							
							
								 
						
							
								de401d8ffb 
								
							 
						 
						
							
							
								
								Fix generation with k-diffusion/UniPC on x64 Macs  
							
							
							
						 
						
							2023-05-09 01:10:13 -04:00  
				
					
						
							
							
								 
						
							
								9efb809f7c 
								
							 
						 
						
							
							
								
								Remove PyTorch 2.0 check  
							
							... 
							
							
							
							Apparently the commit in the main branch of pytorch/pytorch that fixes this issue didn't make it into PyTorch 2.0.1, and since it is unclear exactly which release will have it we'll just always apply the workaround so a crash doesn't occur regardless. 
							
						 
						
							2023-05-09 01:10:13 -04:00  
				
					
						
							
							
								 
						
							
								2b96a7b694 
								
							 
						 
						
							
							
								
								add links to wiki for filename pattern settings  
							
							... 
							
							
							
							add extended info for quicksettings setting 
							
						 
						
							2023-05-08 16:46:35 +03:00