language:
- en
thumbnail: >-
https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion/resolve/main/img/thumbnail.png
tags:
- cyberpunk
- anime
- waifu-diffusion
- stable-diffusion
- aiart
license: creativeml-openrail-m
Cyberpunk Anime Diffusion
An AI model that generates cyberpunk anime characters!~
Based of a finetuned Waifu Diffusion V1.3 Model with Stable Diffusion V1.5 New Vae, training in Dreambooth
by DGSpitzer
🧨 Diffusers
This model contains both .ckpt and Diffuser files, It's compatible to be used as any Stable Diffusion model. For more details:Stable Diffusion.
You can convert this model to ONNX, MPS and/or FLAX/JAX.
#!pip install diffusers transformers scipy torch
from diffusers import StableDiffusionPipeline
import torch
model_id = "DGSpitzer/Cyberpunk-Anime-Diffusion"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "a beautiful perfect face girl in dgs illustration style, Anime fine details portrait of school girl in front of modern tokyo city landscape on the background deep bokeh, anime masterpiece, 8k, sharp high quality anime"
image = pipe(prompt).images[0]
image.save("./cyberpunk_girl.png")
Online Demo
You can try the Gradio Online Web UI demo and Colab Notebook at here:
Finetuned_Diffusion WebUI Version
Buy me a coffee if you like this project ;P ♥
👇Model👇
AI Model Weights available at huggingface: https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion
Usage
After model loaded, use keyword dgs in your prompt, with illustration style to get even better results.
For sampler, use Euler A for the best result (DDIM kinda works too), CFG Scale 7, steps 20 should be fine
Example 1:
portrait of a girl in dgs illustration style, Anime girl, female soldier working in a cyberpunk city, cleavage, ((perfect femine face)), intricate, 8k, highly detailed, shy, digital painting, intense, sharp focus
For cyber robot male character, you can add muscular male to improve the output.
Example 2:
a photo of muscular beard soldier male in dgs illustration style, half-body, holding robot arms, strong chest
If using Stable Diffusion Webui, you can set negative prompt as this to get cleaner face:
body out of frame, deformed, cross-eye, blurry, bad anatomy, ugly, disfigured, poorly drawn face, mutation, mutated, extra limbs
NOTE: usage of this model implies accpetance of stable diffusion's CreativeML Open RAIL-M license