DenOfEquity
f4a6a08ec2
Chasing save issues ( #2331 )
...
* already_saved_as attribute for gallery items after hiresfix quickbutton
* different method to select image in gallery after hires quickbutton with insert option to avoid other changes
2024-11-16 12:27:20 +00:00
DenOfEquity
95021aebec
Hiresfix quickbutton insert option ( #2325 )
...
add gallery insert option for hiresfix quickbutton, and select the new image in the new gallery
2024-11-15 12:16:29 +00:00
DenOfEquity
70f3499d0f
avoid potential unnecessary model load with hiresfix quickbutton ( #2189 )
2024-10-26 21:48:36 +01:00
DenOfEquity
aaa2fe761b
Hires additional modules ( #2116 )
...
adds selection of none/same/different modules for hiresfix
('Use same choices' default option has priority over other selections made at same time.)
includes saving/loading from infotext
2024-10-21 11:03:12 +01:00
DenOfEquity
a06cfc9634
Hiresfix checkpoint ( #2100 )
...
restores checkpoint selection for highres fix
2024-10-17 13:39:42 +01:00
DenOfEquity
cb412b290b
CFG and Distilled CFG for hiresfix ( #1810 )
2024-09-13 15:01:40 +01:00
DenOfEquity
2b14bcbc6e
allow repeated use of hrfix quickbutton
...
as discussed in #1535
2024-08-29 13:41:32 +01:00
DenOfEquity
d7b8127438
Update txt2img.py: fix the hrfix fix
...
main issue: Upscaling would fail on single image when controlnet used.
minor issues: On the way to fixing my oversight of not accounting for control images in the gallery, I found that attempting to upscale a control image would fail due to trying to access infotext that doesn't exist. Then I handled a case previously caught by an assert more gracefully. Unhandled, these minor issues would lose the current gallery, so these extra fixes are good QoL.
Then I found another related minor issue if grids are not displayed.
2024-08-27 00:40:21 +01:00
layerdiffusion
8b90bd88b5
fix #1367
2024-08-20 22:35:25 -07:00
DenOfEquity
b2353a4911
fix hires-fix button ( #1360 )
...
underlying gallery object changed with gradio update, old code broken, new code more simple
added check for attempt to upscale grid
removed redundant check already covered by second assert
2024-08-20 20:28:07 -07:00
lllyasviel
6921420b3f
Load Model only when click Generate
...
#964
2024-08-08 14:51:13 -07:00
layerdiffusion
572a3c3d8b
distilled cfg scale
2024-08-08 00:57:40 -07:00
layerdiffusion
e26abf87ec
Gradio 4 + WebUI 1.10
2024-07-26 12:02:46 -07:00
lllyasviel
f06ba8e60b
Significantly reduce thread abuse for faster model moving
...
This will move all major gradio calls into the main thread rather than random gradio threads.
This ensures that all torch.module.to() are performed in main thread to completely possible avoid GPU fragments.
In my test now model moving is 0.7 ~ 1.2 seconds faster, which means all 6GB/8GB VRAM users will get 0.7 ~ 1.2 seconds faster per image on SDXL.
2024-02-08 10:13:59 -08:00
lllyasviel
1ed5e695fc
i
2024-01-27 16:44:10 -08:00
w-e-w
2996e43ff7
fix txt2img_upscale
...
use force_enable_hr to set p.enable_hr = True
allow Script.setup() have access to the correct value
add a comment for p.txt2img_upscale
2024-01-27 14:55:47 +09:00
w-e-w
2cf23099eb
fix console total progress bar when using txt2img_upscale
...
add p.txt2img_upscale as indicator
2024-01-18 04:44:21 +09:00
w-e-w
e1dfd452c0
parse_generation_parameters with no skip_fields
2024-01-18 02:39:42 +09:00
w-e-w
208ccfbe7c
seed info from infotexts
2024-01-14 17:57:49 +09:00
w-e-w
ee9d487081
fix gallery black image issue
2024-01-14 17:57:42 +09:00
w-e-w
cfb90a938e
allowe hr pass to return multiple images
2024-01-14 17:57:26 +09:00
w-e-w
92501d4f80
disable saving images before highres fix
2024-01-14 17:56:34 +09:00
w-e-w
4d9f2c3ec8
update p.seed and p.subseed
2024-01-10 01:56:44 +09:00
AUTOMATIC1111
233c66b36e
Make the upscale button update the gallery with the new image rather than replace it.
2024-01-05 12:28:41 +03:00
AUTOMATIC1111
15ec54dd96
Have upscale button use the same seed as hires fix.
2024-01-04 19:47:00 +03:00
AUTOMATIC1111
501993ebf2
added a button to run hires fix on selected image in the gallery
2024-01-01 19:31:06 +03:00
AUTOMATIC1111
5d7d1823af
rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01 17:25:30 +03:00
AUTOMATIC1111
d859cec696
infotext.py: rename usages in the codebase
2024-01-01 13:53:12 +03:00
w-e-w
c68aabc852
lint
2023-09-09 15:59:22 +09:00
w-e-w
46ef185709
deprecate --enable-console-prompts
...
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
2023-09-09 15:53:10 +09:00
w-e-w
340fce2113
enable console prompts in settings
2023-09-07 10:01:16 +09:00
AUTOMATIC1111
f0b72b8121
move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
...
add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12 17:46:13 +03:00
AUTOMATIC1111
33446acf47
face restoration and tiling moved to settings - use "Options in main UI" setting if you want them back
2023-08-10 12:41:41 +03:00
catboxanon
bd4b4292ef
Fix hr use same sampler
2023-08-08 20:55:08 -04:00
AUTOMATIC1111
70c63c1208
pass samplers from UI by name, make it possible to use a sampler from infotext even if it's hidden in the dropdown
2023-08-08 21:28:34 +03:00
AUTOMATIC1111
3bca90b249
hires fix checkpoint selection
2023-07-30 13:48:27 +03:00
AUTOMATIC1111
127635409a
add padding and identification to generation log section (Failed to find Loras, Used embeddings, etc...)
2023-07-15 08:07:25 +03:00
Aarni Koskela
44c27ebc73
Use closing() with processing classes everywhere
...
Follows up on #11569
2023-07-10 20:08:23 +03:00
Jared Deckard
d3c86e5178
Note the Gradio user in the Exif data
2023-06-14 17:15:52 -05:00
AUTOMATIC
ff0e17174f
rework hires prompts/sampler code to among other things support different extra networks in first/second pass
...
rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously)
add some locals from processing function into the Processing class as fields
2023-05-18 20:16:09 +03:00
AUTOMATIC
5ec2c294ee
Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into hires-fix-ext
2023-05-18 17:57:16 +03:00
AUTOMATIC
f741a98bac
imports cleanup for ruff
2023-05-10 08:43:42 +03:00
InvincibleDude
3ec2eb8bf1
Merge branch 'master' into improved-hr-conflict-test
2023-01-30 15:35:13 +03:00
AUTOMATIC
938578e8a9
make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides
2023-01-30 00:25:30 +03:00
invincibledude
8114959e7e
Hr separate prompt test
2023-01-22 14:28:53 +03:00
invincibledude
f7b38c4841
Style fix
2023-01-22 00:18:26 +03:00
invincibledude
0f6862ef30
PLMS edge-case handling fix 5
2023-01-22 00:11:05 +03:00
invincibledude
6cd7bf9f86
PLMS edge-case handling fix 3
2023-01-22 00:08:58 +03:00
invincibledude
8bec3a2aa1
Index fix
2023-01-21 23:31:36 +03:00
invincibledude
6c0566f937
Type mismatch fix
2023-01-21 23:25:36 +03:00