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
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\rich_text_on_tab.py:283: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead.
richtext_result.style(height=784)
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
Startup time: 504.4s (prepare environment: 5.2s, import torch: 2.5s, import gradio: 0.6s, setup paths: 0.6s, initialize shared: 0.2s, other imports: 0.5s, load scripts: 1.8s, create ui: 492.9s).
text_input {"ops":[{"insert":"girl\n"}]} 512 512 41 8.5 9 0.45 0.3 0.3 0.5 (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\models\region_diffusion.py:203: FutureWarning: Accessing config attribute in_channels directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.
(text_embeddings.shape[0] // 2, self.unet.in_channels, height // 8, width // 8), device=self.device)
time lapses to get attention maps: 151.3357
File "F:\stable-diffusion-portable-main2\venv\lib\site-packages\joblib\externals\loky\backend\context.py", line 257, in _count_physical_cores
cpu_info = subprocess.run(
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 1440, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\models\region_diffusion.py:100: FutureWarning: Accessing config attribute in_channels directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.
(1, self.unet.in_channels, height // 8, width // 8), device=self.device)
The text was updated successfully, but these errors were encountered:
So... I tried Installing the extension in Automatic1111 But I keep getting errors when I try to generate an image... Are there specific COMMAND LINE ARGS I need? Or specific settings in the extension itself? Like the Demo on Huggingface works fine but the extension... not so much.
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\rich_text_on_tab.py:283: GradioDeprecationWarning: The
style
method is deprecated. Please set these arguments in the constructor instead.richtext_result.style(height=784)
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Startup time: 504.4s (prepare environment: 5.2s, import torch: 2.5s, import gradio: 0.6s, setup paths: 0.6s, initialize shared: 0.2s, other imports: 0.5s, load scripts: 1.8s, create ui: 492.9s).
text_input {"ops":[{"insert":"girl\n"}]} 512 512 41 8.5 9 0.45 0.3 0.3 0.5 (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\models\region_diffusion.py:203: FutureWarning: Accessing config attribute
in_channels
directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.(text_embeddings.shape[0] // 2, self.unet.in_channels, height // 8, width // 8), device=self.device)
time lapses to get attention maps: 151.3357
File "F:\stable-diffusion-portable-main2\venv\lib\site-packages\joblib\externals\loky\backend\context.py", line 257, in _count_physical_cores
cpu_info = subprocess.run(
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "F:\stable-diffusion-portable-main2\python\lib\subprocess.py", line 1440, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
F:\stable-diffusion-portable-main2\extensions\sd-webui-rich-text\scripts\models\region_diffusion.py:100: FutureWarning: Accessing config attribute
in_channels
directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.(1, self.unet.in_channels, height // 8, width // 8), device=self.device)
The text was updated successfully, but these errors were encountered: