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("hanzogak/comradeshipLU-v2-FINAL", dtype=torch.bfloat16, device_map="cuda")

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

Comradeship LU v2 FINAL "Asterios"

์•„๋ฌด ์†Œ๋ฆฌ๋„ ๋“ค๋ฆฌ์ง€ ์•Š๊ณ , ๋น›๋„ ์Šค๋Ÿฌ์ ธ๊ฐ€๋Š” ๊ด‘ํ™œํ•œ ์–ด๋‘ ์œผ๋กœ.

This model is based on Lumina-Image-2.0, which is a merger of NetaYume-Lumina-Image-2.0 and an earlier version of Neta-Lumina. Although this model's anime knowledge is less extensive than that of the SDXL NoobAI model, it excels at understanding natural language captions.

ComfyUI sample

Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for hanzogak/comradeshipLU-v2-FINAL