File size: 10,905 Bytes
2de3774
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
### 25.04.27
* Settings tab
* Add preview for WAN and Hunyuan Video

### 25.04.11
* Multiple Fixes
* Added torchutils to add support for all gfx cards/systems
* Added models/inbox for models to get sorted
* Code cleanup

### 25.03.17
* Improve model loading
* Initial support for WAN 2.1 t2v and i2v models

### 25.03.09
* Initial support for Hunyuan Videos models

### 25.03.05
* Support different pip requirements files
* Support cpu-only
* Support some of the ComfyUI args about vram usage

### 25.02.23
* Chatbots can have embeddings and read markdown from github

### 25.02.21
* Support Lumina2 safetensors
* Bump ComfyUI and GGUF versions

### 25.02.12
* Bugfixes

### 25.02.06
* Fix for browser high CPU usage
* Code cleanup

### 25.02.02
* Fix for StabilityMatrix

### 25.01.30
* Borrow llama_cpp_python from oobaboga
* Update ImageBrowser DB during generation
* List for "archive_folders" in settings
* Chatbots

### 25.01.25
* Image Browser
* Inpainting works again

### 2.0.1
* Post-upgrade bugfixes
* llama and image generation API

### 2.0.0
* RF2!

### 1.58.0
* Support SD1
* Fixes when loading gguf-models

### 1.57.0
* Added BrainBlip interrogator
* StabilityMatrix compatibility
* Added Llama 3.2 button
 
### 1.56.0
* Support for Flux GGUF unet models
* RemBG
* Img2STL
* Florence as default Interrogator

### 1.55.0
* Pixart and Flux oh my!

### 1.53.0
* MergeMaker

### 1.52.0
* Merge-recipes for checkpoints

### 1.51.0
* Bugfixes
* Now works with the SD3 LARGE model.
* OBP Update!!!

### 1.50.0
* SD3 BBY

### 1.40.1
* Support animated thumbnails

### 1.40.0
* New LoRA selection
* Updated OBP

### 1.39.0
* New model selection with model previews!


### 1.38.1
* Minor Fixes

### 1.38.0
* Added HyperPrompt to styles / OBP
* Added handy hints!

### 1.37.1
* Fixed missing clip skip in some performances

### 1.37.0
* Updated Comfy Version
* Tidied Code
* Added CLipSkip

### 1.36.0
* Added search pipeline, Type "search:" in prompt to get todays images

### 1.35.0
* Added LayerDiffuse to create transparent images with an optional background image  `Powerup Tab`
* Artify Update: NMake sure you check the style selection for a TON of new styles to try
* OBP Update

### 1.34.0
* Added llyasviel's prompt tokenizer model for improving prompts, This can be used by adding the `Flufferizer` style

### 1.33.1
* Moved upscale to its own pipeline
* Various Bug Fixes

### 1.33.0
* Updated to latest comfy version
* Now supports Playground 2.5 model!

### 1.32.0
* Various Bugfixes
* Adds the ability to upgrade to a newer torch and xformers, just create a blank `reinstall` file in the RF directory

### 1.31.0
* Added presets / custom preset for OBP
* Various Bugfixes

### 1.30.0
* The OBP Update
* added "the tokinator" mode
* Fintetunes on autonegative prompt: -- Landscape removed
* Added list of artist shorthands (like van gogh)
* Added secret sauce mode (mixing OBP + SDXL styles). Happens more on lower insanity levels
* Added more consistency on lower insanity levels
* EVO with OPB variant works better:
* Small prompts now work
* (almost) always changes something
* Fix for line ends creeping into EVO + OPB Variant
* Added loads of new styles into the lists
* Added loads of more fictional characters into the lists (finally, harley quinn is in :p)

### 1.29.0
* Automatic Negative prompt, save yourself the heartache and hassle of writing negative prompts!

### 1.28.2
* Fixed some dodgy regex to support wildcards with `-` in the name

### 1.28.1
* Added better error descriptions for the civit api

### 1.28.0
* Automatically grabs lora keywords from civit on startup

### 1.27.0
* Advance prompt editing - See [Wiki](https://github.com/runew0lf/RuinedFooocus/wiki/Features#advanced-prompt-editing)
* Moved Evolve to the `Powerup` tab to be cleaner
* Bufixes

### 1.26.1
* Changed so loras with triggerwords textfiles dont automatically get added, instead displays trigger words to add manually

### 1.26.0
* Fixed issue with controlnet caching
* Custom resolutions can now be saved directly, just select custom from the resolution dropdown (Lavorther)
* re-enabled comfy messages

### 1.25.5
* Make Custom option for Performance Mode copy last selected mode's setings (Lavorther)

### 1.25.4
* Fixed an issue with wildcards and strengths getting stuck in Catastrophic backtracking

### 1.25.3
* Changed a lot of os.path to pathlibs
* Worked on backend code for future extensibility
* Added support for --auth

### 1.25.2
* Fixed an os.path issue by replaceing with pathlib

### 1.25.1
* Now displays 🗒️ at the end of the loraname if it has a keyword .txt file

### 1.25.0
* Prompt Bracketing Now works ie `[cat|dog]`
* Updated comfy version

### 1.24.2
* More Tidying and tweaks
* Autoselect LCM lora if Lcm is selected from the quality or sampler dropdowns

### 1.24.1
* Code Tidying and tweaks

### 1.24.0
* Added Evolve which generates variations on your generated picture.
* Fixed wild imports
* Added instant One Button Prompt
* Added keybind of `ctrl+shift` to toggle `hurt me plenty`` mode
* Code Cleanup
* Fixed Issue with dropdown box's being case sensitive when sorting

### 1.23.2
* Adds token count (thanks Lavorther)
* Fixed lora keywords only working the first time the lora is loaded

### 1.23.1
* Use OneButtonPrompt with infinite mode, simply put a tick in `BYPASS SAFETY PROTOCOLS`

### 1.23.0
* Inpainting Update: Adds inpainting to the powerup tab

### 1.22.0
* Now comes with a built in clip interrogator, just drag your image onto the main image to generate the prompt

### 1.21.0
* Π Time - Click the small Π symbol to get a fullscreen image of your last generation great for slideshows
* updated comfy version, NEW SAMPLER TIME

### 1.20.0
* Added wildcard helper, just start typing __ and your wildcards will display
* Added slideshow

### 1.19.5
* Fixed old bug of switching models when the stop button is pressed (old code from OG-F)

### 1.19.4
* Old experimental lcm-pipeline removed
* Generate forever if Image Number is set to 0
* Updated comfy version to latest
* Nested wildcards now supported

### 1.19.3
* Random styles now correctly applying to each image

### 1.19.2
* Gradio Rollback to v3 until v4 is fixed

### 1.19.1
* WildCard Fixes
* Automatcially downloads LCM Models
* Now checks subdirectories for models

### 1.19.0
* Gradio update to V4

### 1.18.0
* New Random Style Selection
* Adding one button prompt overrides in wildcards now
* Added wildcards official
* Other stuff i'll have to get arljen to explain

### 1.17.2
* Limit seeds to 32 bits
* Sort model dropdowns
* Use caches better

### 1.17.1
* removed groop and faceswap as it was causing dependency issues on some systems

### 1.17.0
* Changed minimum cfg scale to 0
* Updated to latest comfy and diffusers (Now supports LCM Loras)
* You NEEED to set the custom settings to use lcm and sgm_sampler, steps of 4 and REALLY low config (between 0 and 1.5)

### 1.16.0
* Facewapping
* Groop

### 1.15.1
* Updated Comfy Version

### 1.15.0
* Different pipelines supporting lcm and sdxl/ssd
* Let async_worker handle model preload
* Lots of small fixes
* fixed metadata bug when stopped

### 1.14.1
* Fixed small issue with metadata not updating

### 1.14.0
* Added Metadata Viewer for Gallery items (Viewable in `Info` Tab)
* Refresh Files now also reloads your `styles.csv` file

### 1.13.0
* Automatically download 4xUltrasharp Upscaler
* Added the ability to upscale images wth upscaler of your choosing
* Changed Powerup Settings so if there is a missing key from defaults it adds it to your custome settings.

### 1.12.1
* Refactored backend code to allow for future pipeline changes

### 1.12.0
* Automatically read triggerwords from <lora_filename>.txt

### 1.11.0
* Updated Comfy Version
* Added support for [SSD-1B Models](https://huggingface.co/segmind/SSD-1B)

### 1.9.0
* Removed ref redundant code.

### 1.8.2
* Update Comfy version and fix changes :D

### 1.8.1
* Improved image2image and allowed settings to be changed when "custom" is selected form the PowerUp Tab.

### 1.8.0
* Added the basics for image 2 image
* Renamed Controlnet to PowerUp
* Now uses `powerup.json` as default

### 1.7.2
* Wildcards can now use subdirectories
* Fixed issue where if you placed 2 placeholders with the same name, you got the same results, a new one is now chosen
* Updated status to show model loading / vae decoding

### 1.7.1
* Update to one button prompt (provided by [Alrjen](https://github.com/AIrjen/OneButtonPrompt))

### 1.7.0
* Custom Controlnet Modes
* minor bugfixes
* moved the controlnet tab to its own ui file.

### 1.6.1
* Added sketch controlnet!

### 1.6.0
* Updated gradio version
* Added recolour controlnet!

### 1.5.2
* Restored gallery preview on all images
* renamed more variables to make sense
* bugfixes

### 1.5.1
* Added all the settings/customization to their own `settings` folder **NOTE:** you will need to move / copy your settings into the new directory
* Bugfix where clicking stop mid-generation stopped working
* code cleanup and some renaming
* inference model speed up
* now only shows gallery when needed

### 1.5.0
* removed metadata toggle, it will now always save metadata
* save your own custom performances
* tidied ui
* fix crash when failing to load loras
* hide all but one lora dropdown showing "None"

### 1.4.2
* change fooocusversion.py to version.py for easier updating
* Moved controlnet to its own tab for easier updates
* updated gradio version
* minor wording changes

### 1.4.1
* `paths.json` will now be updated if there are any missing defaults paths

### 1.4.0
* Now supports controlnet

### 1.3.0
* Updated onebutton prompt so you can now add multiple random prompts by clicking the `Add To Prompt` button

### 1.2.2
* Update comfy version - Lora weights are now calculated on the gpu so should apply faster
### 1.2.1
* Bug fixes and backend updates
* changed `resolutions.csv` to `resolutions.json`
* updated readme

### 1.2.0
* Prompt now splits correctly using `---`
* added the ability to change styles in the prompt by using <style:stylename>

### 1.1.7
* Added init image

### 1.1.6
* Fixed issue with wildcards if file not found.

### 1.1.5
* Fixed sorting on subfolders, so directories are displayed first

### 1.1.4
* Allowed main image window to recieve drag and drop
* Added a gallery preview underneath that will activate image window.

### 1.1.3
* Added support for subdirectories with models/loras so you can get all organised!

### 1.1.2
* showed imported image in gallery 
* moved `---` split into prompt generation
* correctly updates progressbar
* fixed importing of width / height

### 1.1.1
*  In the json prompt, setting a seed of `-1` allows you to generate a random seed

### 1.1.0
*  Render different subjects so you can process a whole list of prompts. Seperate each prompt by placing `---` on a new line

### 1.0.0
* New Beginnings. The official start of the updates!