상세 정보
추천
v2-aesthetic
Playground

Playground

91
0
48
#애니메이션
#현실주의
#aesthetic
#기본 모델
#운동장

Playground v2 – 1024px Aesthetic Model

This repository contains a model that generates highly aesthetic images of resolution 1024x1024. You can use the model with Hugging Face 🧨 Diffusers.

Playground v2 is a diffusion-based text-to-image generative model. The model was trained from scratch by the research team at Playground.

Images generated by Playground v2 are favored 2.5 times more than those produced by Stable Diffusion XL, according to Playground’s user study.

We are thrilled to release [intermediate checkpoints](#intermediate-base-models) at different training stages, including evaluation metrics, to the community. We hope this will encourage further research into foundational models for image generation.

Lastly, we introduce a new benchmark, MJHQ-30K, for automatic evaluation of a model’s aesthetic quality.

Please see our blog for more details.

Model Description

- Developed by: Playground

- Model type: Diffusion-based text-to-image generative model

- License: Playground v2 Community License

Using the model with 🧨 Diffusers

Install diffusers >= 0.24.0 and some dependencies:

pip install transformers accelerate safetensors

To use the model, run the following snippet.

Note: It is recommend to use `guidance_scale=3.0`.

from diffusers import DiffusionPipeline

import torch

pipe = DiffusionPipeline.from_pretrained(

    "playgroundai/playground-v2-1024px-aesthetic",

    torch_dtype=torch.float16,

    use_safetensors=True,

    add_watermarker=False,

    variant="fp16"

)

pipe.to("cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"

image  = pipe(prompt=prompt, guidance_scale=3.0).images[0]

Using the model with Automatic1111/ComfyUI

In order to use the model with software such as Automatic1111 or ComfyUI you can use playground-v2.fp16.safetensors file.

번역문 보기

평점 및 리뷰

1.0 /5
0 개의 평점

충분한 평가나 댓글을 받지 못했습니다.

avatar
공고
2024-02-16
모델 게시
2024-02-16
모델 정보 업데이트
모델 상세정보
유형
Checkpoint
게시 날짜
2024-02-16
기본 모델
SDXL 1.0
허가 범위
모델 출처: civitai

1. 재게시된 모델의 권리는 원 제작자에게 있습니다.

2. 모델 원작자가 모델을 인증받으려면 공식 채널을 통해 SeaArt.AI 직원에게 문의하세요. 저희는 모든 창작자의 권리를 보호하기 위해 노력합니다. 인증하러 이동

창작 허가 범위
온라인 생방송
혼합 진행
다운로드 허용
상업적 허가 범위
생성된 이미지를 판매하거나 상업적 목적으로 사용 가능
모델의 재판매 또는 융합 후 판매 허용
QR Code
SeaArt 앱 다운로드
모바일에서 AI 창작 여정을 계속하세요