当前位置:   article > 正文

AI 生成二次元女孩,免费云端部署(仅需5分钟)_civitai

civitai
  1. 首先需要google的colab,免费版本GPU有额度,因此生成图片悠着点(每天重置)。)
  2. 其次,需要魔法,打开github网站,点击其中一个就行。colab好像不能用了,具体看github公告。
  3. 进入colab,修改代码
    1. !apt-get -y install -qq aria2
    2. !pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp38-cp38-linux_x86_64.whl
    3. !pip install -q --pre triton
    4. !git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
    5. !wget https://raw.githubusercontent.com/camenduru/stable-diffusion-webui-scripts/main/run_n_times.py -O /content/stable-diffusion-webui/scripts/run_n_times.py
    6. !git clone -b v1.6 https://github.com/camenduru/deforum-for-automatic1111-webui /content/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui
    7. !git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser
    8. !git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui-huggingface /content/stable-diffusion-webui/extensions/stable-diffusion-webui-huggingface
    9. !git clone -b v1.6 https://github.com/camenduru/sd-civitai-browser /content/stable-diffusion-webui/extensions/sd-civitai-browser
    10. !git clone -b v1.6 https://github.com/camenduru/sd-webui-additional-networks /content/stable-diffusion-webui/extensions/sd-webui-additional-networks
    11. !wget https://civitai.com/api/download/models/7425 -O /content/stable-diffusion-webui/models/Stable-diffusion/CounterfeitV25_25.safetensors
    12. %cd /content/stable-diffusion-webui
    13. # !aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/sd14/resolve/main/sd-v1-4.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o sd-v1-4.ckpt
    14. !sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/self.logvar\\[t\\]/self.logvar\\[t.item()\\]/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/models/diffusion/ddpm.py""")''' /content/stable-diffusion-webui/launch.py
    15. !sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
    16. !sed -i '$a fastapi==0.90.0' requirements_versions.txt
    17. !python launch.py --share --xformers --enable-insecure-extension-access

    这里就是替换图中蓝色框,其中 模型地址方法:打开civitai.com网站,选择一个模型,找到蓝色DownloadLatest按钮右击链接地址,模型页面底部有很多成品,点击进去会有图片关键词配置。模型重命名随意

  4. 运行,里面会有两个链接(127.xxx和另一个.app),选第二个 xxx.app

  5. 在TXT2IMG框中添加关键词:
    ((masterpiece,best quality)),2girls, black kimono, black legwear, black ribbon, black hair, cherry blossoms, day, flower, hair bun, hair ribbon, japanese clothes, kimono, long hair, looking at viewer, looking back, multiple girls, obi, outdoors, red eyes, red hair, ribbon, sandals, single hair bun, stairs, standing, statue, torii, tree, white kimono, yellow eyes
    

  6. 设置Negative prompt
    EasyNegative, extra fingers,fewer fingers,
    

  7. 选择页面左上角模型下拉框,最后点击生成

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/367889
推荐阅读
相关标签
  

闽ICP备14008679号