Nabla Theta A5 - Lines and colors enhanced A5
Notes:
- Original Author:
AD_KOISHI
- Main Checkpoint: https://civitai.com/models/260571/nabla-theta-a5-lines-and-colors-enhanced-a5-a5
- Restructured by:
Eien Mojiki
Model Introduction
- NablaThetaA5-v1.0 is an anime-style model fine-tuned from SD-v1.5. This is a restructured model suitable for use with the
Diffusers
library. - Some examples:
Usage
- Using Diffusers
Make sure you have installed Diffusers and necessary libraries
pip install --upgrade diffusers accelerate transformers
Quick example:
import torch
from diffusers import StableDiffusionPipeline, EulerAncestralDiscreteScheduler
pipe = StableDiffusionPipeline.from_pretrained("moji-ai/NablaThetaA5-v1.0", torch_dtype=torch.float16).to("cuda")
pipe.scheduler = EulerDiscreteScheduler.from_config(pipeline.scheduler.config)
prompt = "some cool prompt here"
image = pipe(prompt).images[0]
- Use in A1111 or ComfyUI
- A1111: Download the model here > Place the model inside the
models/Stable-diffusion
directory of your AUTOMATIC1111 Web UI instance > Refresh your model list or restart the Stable Diffusion Web UI > Select the custom model from the Stable Diffusion checkpoint input field and make awesome images!! - ComfyUI: Download the model > place it inside
ComfyUI/models/checkpoints/
directory > Restart ComfyUI and make cool images!!
Recommended settings:
CFG
: 5.5~7Sampler
: Euler aSteps
: 28~35High-res
: RealESRGAN_x4plus_anime_6B / 15 steps; 0.55~0.6 denoising strength
It is recommended to use the A5 Stabilizer LORA for generating to see slightly different styles under the same random seed, and in some cases, improve the image to better match your preferences.
From Author:
- The author strongly dislikes many homogenized styles nowadays, so the author trained and shared this model.
This is an incomplete model card, so feel free to open a discussion to improve this model
- Downloads last month
- 29
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for eienmojiki/NablaThetaA5-v1.0
Base model
runwayml/stable-diffusion-v1-5