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/expmixLine_v2", dtype=torch.bfloat16, device_map="cuda")

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

ExpMix_Line v2.0

원본글

civitai

Download

2D느낌 expmix 모델

License

Based on creativeml-openrail-m, additionally no commercial use, no redistribution.

병합 모델

ExpMix_Line

ChikMix

SamDoesArts (Sam Yang) Style LoRA

ligne claire style(cogecha焦茶) LoRA

Motomurabito Style LORA

Kidmo//style LoRa

추천 설정

Sampling method : DPM++ SDE Karras

Clip skip : 1~2

Hires.fix upscaler : R-ESRGAN 4x+Anime6B

Denoise strength : 0.4~0.65

CFG Scale : 6~10

추천 프롬프트

Prompt : ((masterpiece:1.2, best quality)), 1lady, solo

Negative : (worst quality, low quality:1.4), multiple views, blurry, multiple panels, watermark, letterbox, text

img img img img

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

Spaces using AIARTCHAN/expmixLine_v2 2