A8DOG

A8DOG

随便写写,记录折腾过程!
telegram

白嫖AI云端绘图 免显卡版

不得不说人工智能到现在慢慢走进了大众视野,前有你上传图片给你绘画出动漫形象,后有给关键字就能绘画图像。我给大家介绍一个白嫖的项目,不过具体使用起来的效果还得大家去体验,因为我不怎么会用。

教程:#

第一步打开:https://colab.research.google.com/

右上角链接服务器:

Snipaste_2023-03-15_20-49-05

然后点击更改运行时类型:

Snipaste_2023-03-15_20-49-58

硬件加速器选择 GPU。

添加一个代码块:

Snipaste_2023-03-15_20-52-03

输入下面的代码:

!pip install --upgrade fastapi==0.90.1
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser
!curl -Lo chilloutmixni.safetensors https://huggingface.co/nolanaatama/chomni/resolve/main/chomni.safetensors
!curl -Lo ulzzang-6500.pt https://huggingface.co/nolanaatama/chomni/resolve/main/ulzzang-6500.pt
!mv "/content/chilloutmixni.safetensors" "/content/stable-diffusion-webui/models/Stable-diffusion"
!mv "/content/ulzzang-6500.pt" "/content/stable-diffusion-webui/embeddings"
%cd /content/stable-diffusion-webui
!COMMANDLINE_ARGS="--share --disable-safe-unpickle --skip-torch-cuda-test --no-half-vae --xformers --reinstall-xformers --enable-insecure-extension-access" REQS_FILE="requirements.txt" python launch.py

再点击运行。

Snipaste_2023-03-15_20-52-49
Snipaste_2023-03-15_20-47-48

就出现了一个网址,就能打开网址去生成了。

我给大家一些关键字:

# 输入图片需求指令
(8k, RAW photo, best quality, masterpiece:1.2), (realistic, photo-realistic:1.37), ultra-detailed,full body,1 japanese girl, solo,beautiful detailed sky,detailed parkt,night,beautiful detailed eyes,beautiful detailed lips,professional lighting, photon mapping, radiosity, physically-based rendering,extremely detailed eyes and face, beautiful detailed eyes,light on face,cinematic lighting, white shirt, fishnet stockings, over a white shirt,uniform,1girl,full body,full-body shot,see-through,looking at viewer,outdoors,((black hair)),
# 输入图片不需要素材指令
EasyNegative, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, glans,extra fingers,fewer fingers,strange fingers,bad hand,signature, watermark, username, blurry, bad feet,bad leg, duplicate, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry,mutated hands and fingers,, EasyNegative, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, glans,extra fingers,fewer fingers,strange fingers,bad hand,signature, watermark, username, blurry, bad feet,bad leg

下面是我生成的图片:

00012-2172499948
00013-29445743

第一张有点奇怪,第二张就蛮好的,然后里面还有很多功能大家可以体验一下啊。

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.