mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-21 07:30:02 +08:00
Update script_callbacks.py
This commit is contained in:
parent
9a1435946c
commit
534cf60afb
@ -46,7 +46,7 @@ class CFGDenoiserParams:
|
|||||||
"""Total number of sampling steps planned"""
|
"""Total number of sampling steps planned"""
|
||||||
|
|
||||||
self.tensor = tensor
|
self.tensor = tensor
|
||||||
""" Encoder hidden states of condtioning"""
|
""" Encoder hidden states of conditioning"""
|
||||||
|
|
||||||
self.uncond = uncond
|
self.uncond = uncond
|
||||||
""" Encoder hidden states of unconditioning"""
|
""" Encoder hidden states of unconditioning"""
|
||||||
|
Loading…
Reference in New Issue
Block a user