詳細
おすすめ
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.モデルの認証は公式チャンネルでご連絡ください。クリエイターの権利保護に努めています クリックして認証

創作許可範囲
オンライン画像生成
統合
ダウンロード
商用利用の許可範囲
生成された画像は販売または商業目的での使用
モデルの転売やモデル統合後の販売
QR Code
SeaArt Appをダウンロード
モバイルでAI創作の旅を続けよう