You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Error executing callback model_loaded_callback for C:\Users\razze\Desktop\stable-diffusion-webui-master\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py
Traceback (most recent call last):
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\modules\script_callbacks.py", line 273, in model_loaded_callback
c.callback(sd_model)
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py", line 40, in on_model_loaded
aesthetic.process_tokens = sd_model.cond_stage_model.process_tokens
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1695, in getattr
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'GeneralConditioner' object has no attribute 'process_tokens'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
*** Error executing callback model_loaded_callback for C:\Users\razze\Desktop\stable-diffusion-webui-master\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py
Traceback (most recent call last):
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\modules\script_callbacks.py", line 273, in model_loaded_callback
c.callback(sd_model)
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py", line 40, in on_model_loaded
aesthetic.process_tokens = sd_model.cond_stage_model.process_tokens
File "C:\Users\razze\Desktop\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1695, in getattr
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'GeneralConditioner' object has no attribute 'process_tokens'
Beta Was this translation helpful? Give feedback.
All reactions