Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what can I do? #14

Open
AlexGutter opened this issue Oct 6, 2023 · 3 comments
Open

what can I do? #14

AlexGutter opened this issue Oct 6, 2023 · 3 comments

Comments

@AlexGutter
Copy link

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)

@songweige
Copy link
Owner

It seems that all the messages are warnings, and there are no errors, which shouldn't affect the running. Did you see other error messages?

@AlexGutter
Copy link
Author

After installing the extension, the generation time increased significantly

@Lunarbabe29
Copy link

Lunarbabe29 commented Nov 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants