NablaThetaA5-v1.0 / README.md
Moji AI
Update README.md
11038fd verified
|
raw
history blame
2 kB
metadata
license: creativeml-openrail-m
language:
  - en
library_name: diffusers
pipeline_tag: text-to-image
tags:
  - text-to-image
  - stable-diffusion
  - diffusers
  - safetensors
  - stable-diffusion
  - anime
  - style
base_model: runwayml/stable-diffusion-v1-5

Nabla Theta A5 - Lines and colors enhanced A5

Note:

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

Like I mentioned above, you can use this model in Diffusers library easily

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]

Recommended settings:

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.

Feel free to opediscdiscussion