mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-15 10:49:44 +02:00
Hypernets mergefixes (#625)
* Add hypernetwork args definition in the engine. * Add the values to reqBody * Don't load hypernetwork.py with SD2 until it's compatible.
This commit is contained in:
committed by
GitHub
parent
d4a378827f
commit
182236e742
@ -743,6 +743,8 @@
|
||||
"use_face_correction": 'string',
|
||||
"use_upscale": 'string',
|
||||
"use_vae_model": 'string',
|
||||
"use_hypernetwork_model": 'string',
|
||||
"hypernetwork_strength": 'number',
|
||||
}
|
||||
|
||||
// Higer values will result in...
|
||||
|
Reference in New Issue
Block a user