How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("AIARTCHAN/AbyssHellHero", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

AbyssHellHero

원본글

huggingface

Download

AbyssOrangeMix2 + Helltaker 0.27 + HeroAcademia 0.2 레시피로 모델에 LoRA를 직접 병합한 모델. 모델 이름도 그냥 대충 앞글자만 따와서 조합함.

EasyNegative 같은 부정 임베딩과 함께 사용하는 것 추천. 태그에 1.1이상 강조두는 것 추천.

img img img img

Downloads last month
51
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Spaces using AIARTCHAN/AbyssHellHero 94