ubuntu 22.04 感觉真的不错诶
给客户搞了一台工控机,要求安全稳定还得不能沾任何盗版。 因业务需求比较单一就给灌了ubuntu 22
没想到试用了一下还挺顺手的,和win11的使用体验差距不大。
如果以后是纯工作用的机器。
单纯的 office全套加VSC之类敲代码 再配浏览器和媒体播放器,
不玩游戏不装steam 也不涉及网银就能满足需要的话。
搞这么一台似乎也不错。
真的觉得不错。
emmm~ 也可能是我错觉,当年我摸 mac mini 也有过这样的错觉,最后还是吃灰
给客户搞了一台工控机,要求安全稳定还得不能沾任何盗版。 因业务需求比较单一就给灌了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通用致敬: 感谢大佬,好人一生平安!
云端。
所以,还是继续玩我的 stable diffusion 算了。
默认情况下,运行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
需要注意的是,添加此参数后
安装扩展需要注意两点
--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避免在被异地访问用户随意安装和修改插件设置)
在对应的目录下
stable-diffusion-webuimodelsStable-diffusion
stable-diffusion-webuimodelsLora
找到对应的模型文件,把预览图保存为同名即可,如果插件界面不显示,可以点刷新。支持.jpg
或.png
格式
支持中文,可以改名。但不建议,改名后,如果直接借鉴引用其他人作品的 prompt 参数,可能因为模型更名了导致失效。建议还是用预览图来增加区分。