cleanup previews and add firered

Signed-off-by: vladmandic <mandic00@live.com>
pull/4653/head
vladmandic 2026-02-17 08:19:23 +01:00
parent 73b90c5228
commit 3dde41faa5
15 changed files with 11 additions and 4 deletions

View File

@ -131,9 +131,16 @@
},
"Anima": {
"path": "CalamitousFelicitousness/Anima-sdnext-diffusers",
"preview": "CalamitousFelicitousness--Anima-sdnext-diffusers.png",
"preview": "CalamitousFelicitousness--Anima-sdnext-diffusers.jpg",
"desc": "Modified Cosmos-Predict-2B that replaces the T5-11B text encoder with Qwen3-0.6B. Anima is a 2 billion parameter text-to-image model created via a collaboration between CircleStone Labs and Comfy Org. It is focused mainly on anime concepts, characters, and styles, but is also capable of generating a wide variety of other non-photorealistic content. The model is designed for making illustrations and artistic images, and will not work well at realism.",
"tags": "community",
"skip": true
},
"FireRed Image Edit": {
"path": "FireRedTeam/FireRed-Image-Edit-1.0",
"preview": "FireRedTeam--FireRed-Image-Edit-1.0.jpg",
"desc": "FireRed-Image-Edit is a general-purpose image editing model that delivers high-fidelity and consistent editing across a wide range of scenarios. FireRed is a a fine-tune of Qwen-Image-Edit.",
"tags": "community",
"skip": true
}
}

View File

@ -688,7 +688,7 @@ def check_diffusers():
t_start = time.time()
if args.skip_all:
return
target_commit = '6141ae2348c1af14836ac076bf089a0259daa340' # diffusers commit hash
target_commit = 'bcbbded7c3fc873343a7c8f8a63d91d5c727a4a3' # diffusers commit hash
# if args.use_rocm or args.use_zluda or args.use_directml:
# sha = '043ab2520f6a19fce78e6e060a68dbc947edb9f9' # lock diffusers versions for now
pkg = pkg_resources.working_set.by_key.get('diffusers', None)

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -115,7 +115,7 @@ def guess_by_name(fn, current_guess):
new_guess = 'ChronoEdit'
elif 'bria' in fn.lower():
new_guess = 'Bria'
elif 'qwen' in fn.lower():
elif 'qwen' in fn.lower() or 'firered' in fn.lower():
new_guess = 'Qwen'
elif 'nextstep' in fn.lower():
new_guess = 'NextStep'

2
wiki

@ -1 +1 @@
Subproject commit 8afa5d9c71b06d3cd7b81e8f6099d0d88e021c05
Subproject commit 98f878680440272626dccb44a061ff785209cdbe