Edit model card

Fantasy.ai is the official and exclusive hosted AI generation platform that holds a commercial use license for Anything V4.0, you can use their service at https://Fantasy.ai/

Note

Examples

Prompt: ๊ฑธ์ž‘, ์ตœ๊ณ  ํ’ˆ์งˆ, 1์†Œ๋…€, ํฐ ๋จธ๋ฆฌ, ๊ณ ์–‘์ด ๊ท€, ๋ˆˆ์„ ๊ฐ๊ณ , ๋ณด๋Š” ์‚ฌ๋žŒ, ๊ท€์—ฌ์šด, ์Šค์นดํ”„, ์žฌํ‚ท, ์˜ฅ์™ธ, ๊ฑฐ๋ฆฌ

Prompt: ํ’๊ฒฝ, ์ง‘, ์•ผ์™ธ, ํ•˜๋Š˜, ๊ตฌ๋ฆ„

Prompt: 1์†Œ๋…„, ์ž˜์ƒ๊ธด, ์‹ค๋‚ด, ์•‰์•„์žˆ๋Š”, ์ปคํ”ผ ์ˆ, ์ปคํ”ผ ํ•œ ์ž”

Prompt: 1์†Œ๋…„, ๊ฐ•์•„์ง€ ๊ท€, ๊ท€์—ฌ์šด, ํฐ์ƒ‰ ์Šค์นดํ”„, ๋ˆˆ, ๊ด€์ฐฐ์ž

KO-Anything-V4.5

Welcome to Anything V4 - a latent diffusion model for weebs. The newest version of Anything. This model is intended to produce high-quality, highly detailed anime style with just a few prompts. Like other anime-style Stable Diffusion models, it also supports danbooru tags to generate images.

e.g. 1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden

Korean ver. e.g. ๊ฑธ์ž‘, ์ตœ๊ณ  ํ’ˆ์งˆ, 1์†Œ๋…€, ํฐ ๋จธ๋ฆฌ, ๊ณ ์–‘์ด ๊ท€, ๋ˆˆ์„ ๊ฐ๊ณ , ๋ณด๋Š” ์‚ฌ๋žŒ, ๊ท€์—ฌ์šด, ์Šค์นดํ”„, ์žฌํ‚ท, ์˜ฅ์™ธ, ๊ฑฐ๋ฆฌ

๐Ÿงจ Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

You can also export the model to ONNX, MPS and/or FLAX/JAX.

from diffusers import StableDiffusionPipeline
import torch

model_id = "kyujinpy/KO-anything-v4.5"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "1์†Œ๋…„, ๊ฐ•์•„์ง€ ๊ท€, ๊ท€์—ฌ์šด, ํฐ์ƒ‰ ์Šค์นดํ”„, ๋ˆˆ, ๊ด€์ฐฐ์ž"
image = pipe(prompt).images[0]

image.save("./hatsune_miku.png")

License

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: Please read the full license here

Downloads last month
154

Collection including kyujinpy/KO-anything-v4-5