mirror of
https://github.com/lllyasviel/huggingface_guess.git
synced 2026-03-02 16:09:50 +00:00
Update model_list.py
This commit is contained in:
@@ -632,7 +632,6 @@ class AuraFlow(BASE):
|
||||
|
||||
class HunyuanDiT(BASE):
|
||||
unet_config = {
|
||||
"image_model": "hydit",
|
||||
}
|
||||
|
||||
unet_extra_config = {
|
||||
@@ -652,7 +651,6 @@ class HunyuanDiT(BASE):
|
||||
|
||||
class HunyuanDiT1(HunyuanDiT):
|
||||
unet_config = {
|
||||
"image_model": "hydit1",
|
||||
}
|
||||
|
||||
unet_extra_config = {}
|
||||
@@ -667,7 +665,6 @@ class Flux(BASE):
|
||||
huggingface_repo = 'black-forest-labs/FLUX.1-dev'
|
||||
|
||||
unet_config = {
|
||||
"image_model": "flux",
|
||||
"guidance_embed": True,
|
||||
}
|
||||
|
||||
@@ -703,7 +700,6 @@ class FluxSchnell(Flux):
|
||||
huggingface_repo = 'black-forest-labs/FLUX.1-schnell'
|
||||
|
||||
unet_config = {
|
||||
"image_model": "flux",
|
||||
"guidance_embed": False,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user