分类 杂谈 下的文章

给客户搞了一台工控机,要求安全稳定还得不能沾任何盗版。 因业务需求比较单一就给灌了ubuntu 22
没想到试用了一下还挺顺手的,和win11的使用体验差距不大。

如果以后是纯工作用的机器。
单纯的 office全套加VSC之类敲代码 再配浏览器和媒体播放器,
不玩游戏不装steam 也不涉及网银就能满足需要的话。

搞这么一台似乎也不错。

真的觉得不错。
emmm~ 也可能是我错觉,当年我摸 mac mini 也有过这样的错觉,最后还是吃灰

几天前就得到消息了,实在令人惋惜。戳人的是那句大写加粗的 ON BOTH SIDES.

下面是关站公告

Hello guys,
We would like to inform you that we have decided to shut down our site.
The past 2 years have been very difficult for us - some of the people in our team died due to covid complications,
others still suffer the side effects of it - not being able to work at all.
Some are also fighting the war in Europe - ON BOTH SIDES.
Also, the power price increase in data centers in Europe hit us pretty hard.
Inflation makes our daily expenses impossible to bare.
Therefore we can no longer run this site without massive expenses that we can no longer cover out of pocket.
After an unanimous vote we've decided that we can no longer do it.
We are sorry :(
Bye

感恩,怀缅!

1024通用致敬: 感谢大佬,好人一生平安!

没打算吹彩虹屁,吹嘘神乎其神的软广网上已经够多了。
有的人感兴趣或有潜在需求,但目前接触GPT仍然不易且让人迷惑,因此回答几个常见的问题。

还有一些问题我不打算回答,懂的都懂。

gpt20230529231242.png


- 阅读剩余部分 -

开放公网访问

默认情况下,运行SD-webui时,监听的是 127.0.0.1:7860 。

如果需要局域网内共享使用或者映射到公网访问用,在启动脚本上添加命令行参数 --listen , 例如

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --no-half --medvram --listen
git pull
call webui.bat

需要注意的是,添加此参数后

安装扩展

安装扩展需要注意两点

  • 需要科学上网,绝大多数git的源来自github 会提示拒绝访问安装失败
  • 如添加了上文的 --listen 参数,webui会运行于保护模式提示错误如下文
assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
AssertionError: extension access disabed because of commandline flags

解决办法是去掉对应参数,运行在本地模式下即可以安装。(此举是保护webui避免在被异地访问用户随意安装和修改插件设置)

给已经下载的训练模型和LORA添加预览图

在对应的目录下

stable-diffusion-webuimodelsStable-diffusion
stable-diffusion-webuimodelsLora
找到对应的模型文件,把预览图保存为同名即可,如果插件界面不显示,可以点刷新。支持 .jpg.png 格式

模型或LORA是否支持改名和中文

支持中文,可以改名。但不建议,改名后,如果直接借鉴引用其他人作品的 prompt 参数,可能因为模型更名了导致失效。建议还是用预览图来增加区分。