Haoming
0c26d5cd9c
presets
2026-05-08 14:20:39 +08:00
Haoming
152e3c0ea9
hint
2026-04-13 16:23:13 +08:00
Haoming
4b338a1c2a
refiner gguf
2026-02-26 13:49:26 +08:00
Haoming
edba28dacc
fast refiner
2026-02-20 19:39:07 +08:00
Haoming
13ac020a66
defaults
2026-01-19 17:12:57 +08:00
Haoming
bb6b1db8ed
xyz
2026-01-12 10:26:58 +08:00
Haoming
9849cc7968
gr
2025-11-06 14:18:51 +08:00
Haoming
3068c0546d
comments
2025-11-06 12:04:06 +08:00
Haoming
ea9598472c
Credits
2025-11-03 14:15:00 +08:00
Haoming
e6a65a3efd
sigmas refiner
2025-10-03 11:53:09 +08:00
Haoming
6afb284c60
scripts
2025-08-05 18:00:46 +08:00
Haoming
5f4de33777
sampler
2025-08-05 15:48:34 +08:00
Haoming
fe749365f7
scripts
2025-08-05 15:10:42 +08:00
Haoming
85fb27b8b4
option - ui
2025-08-05 14:17:08 +08:00
DenOfEquity
98e0adcc78
Refiner ( #2192 )
...
restore refiner, now uses new mode loading functions. No significant changes otherwise.
2024-11-11 11:20:48 +00:00
DenOfEquity
86d003266b
Fix for comments in prompts with styles ( #1948 )
...
(#1862 )
a fix for the 0.01% who use comments in prompts. Before this, styles could be considered part of a comment.
strips comments from prompts first, then from each applied style before merge
same process for extracting styles from prompts
updated tooltips for toolbuttons to apply styles
removed code made redundant by this change, from modules.processing_scripts.comments
2024-09-30 11:16:55 +01:00
DenOfEquity
b1256b5fc9
More UI settings ( #1903 )
...
adds options for user-set defaults for Sampler and Scheduler to UI settings sd, xl, flux;
adds options for user-set defaults for GPU Weights to UI settings xl, flux;
necessitates change to .input event listener instead of .release for ui_forge_inference_memory, which may be more correct anyway.
2024-09-24 11:40:44 +01:00
layerdiffusion
d08c9c809c
cleanup codes
2024-08-11 22:07:54 -07:00
lllyasviel
71eaa5ca12
rework UI so that the toolbar is managed by Forge
2024-08-06 13:54:06 -07:00
layerdiffusion
252d437f5d
add outage note to refiner
2024-08-05 14:00:59 -07:00
layerdiffusion
e26abf87ec
Gradio 4 + WebUI 1.10
2024-07-26 12:02:46 -07:00
AUTOMATIC1111
b7f45e67dc
add before_token_counter callback and use it for prompt comments
2024-02-11 12:56:53 +03:00
AUTOMATIC1111
b531b0bbef
add propmpt comments support
2024-02-11 12:23:21 +03:00
w-e-w
45a51c07e2
parse_generation_parameters with no skip_fields
2024-01-18 02:36:19 +09:00
w-e-w
0b83f4c263
reuse seed from infotexts
2024-01-18 02:33:43 +09: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
AUTOMATIC1111
bb07cb6a0d
a
2023-12-30 10:42:42 +03:00
missionfloyd
3e67017dfb
Restore missing tooltips
2023-09-01 17:01:08 -06:00
AUTOMATIC1111
7e77a38cbc
get XYZ plot to work with recent changes to refined specified in fields of p rather than in settings
2023-08-15 08:27:50 +03:00
AUTOMATIC1111
353c876172
fix API always using -1 as seed
2023-08-14 10:43:18 +03:00
AUTOMATIC1111
f3b96d4998
return seed controls UI to how it was before
2023-08-14 10:22:52 +03:00
AUTOMATIC1111
007ecfbb29
also use setup callback for the refiner instead of before_process
2023-08-13 21:01:13 +03:00
AUTOMATIC1111
f093c9d39d
fix broken XYZ plot seeds
...
add new callback for scripts to be used before processing
2023-08-13 17:31:10 +03:00
AUTOMATIC1111
fa9370b741
add refiner to StableDiffusionProcessing class
...
write out correct model name in infotext, rather than the refiner model
2023-08-13 06:07:30 +03:00
AUTOMATIC1111
6816ad5ed8
fix broken reuse seed
2023-08-12 18:36:30 +03:00
AUTOMATIC1111
4e8690906c
update seed/subseed HTML widths
2023-08-12 18:00:30 +03: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
b293ed3061
make it possible to use hires fix together with refiner
2023-08-12 12:54:32 +03:00
AUTOMATIC1111
64311faa68
put refiner into main UI, into the new accordions section
...
add VAE from main model into infotext, not from refiner model
option to make scripts UI without gr.Group
fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-12 12:39:59 +03:00