-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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)