Your current browser has compatibility issues. Please switch toChrome for uninterrupted access.

SDXL 正式版

435.7k
32
6.6k
6
RealisticAnimeCGI style
Cập nhật gần đây: 24/01/30Đăng tải lần đầu: 23/07/07
Realistic,Anime,CGI style,Checkpoint,SDXLImage info
Realistic,Anime,CGI style,Checkpoint,SDXLImage info
Realistic,Anime,CGI style,Checkpoint,SDXLImage info
Realistic,Anime,CGI style,Checkpoint,SDXLImage info
Realistic,Anime,CGI style,Checkpoint,SDXLImage info

SD XL1.0 正式版更新 !!

使用请遵守授权协议

web/bbd01b409416c75d486caaeefea3e4b79b91b4262fc87007452ed1ee6ca1cc05.png

Model

SDXL consists of a mixture-of-experts pipeline for latent diffusion: In a first step, the base model is used to generate (noisy) latents, which are then further processed with a refinement model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/) specialized for the final denoising steps. Note that the base model can be used as a standalone module.

Alternatively, we can use a two-stage pipeline as follows: First, the base model is used to generate latents of the desired output size. In the second step, we use a specialized high-resolution model and apply a technique called SDEdit (https://arxiv.org/abs/2108.01073, also known as "img2img") to the latents generated in the first step, using the same prompt. This technique is slightly slower than the first one, as it requires more function evaluations.

Source code is available at https://github.com/Stability-AI/generative-models .

Model Description

Model Sources

For research purposes, we recommned our generative-models Github repository (https://github.com/Stability-AI/generative-models), which implements the most popoular diffusion frameworks (both training and inference) and for which new functionalities like distillation will be added over time. Clipdrop provides free SDXL inference.

Evaluation

The chart above evaluates user preference for SDXL (with and without refinement) over SDXL 0.9 and Stable Diffusion 1.5 and 2.1. The SDXL base model performs significantly better than the previous variants, and the model combined with the refinement module achieves the best overall performance.

🧨 Diffusers

Make sure to upgrade diffusers to >= 0.18.0:


pip install diffusers --upgrade

In addition make sure to install transformers, safetensors, accelerate as well as the invisible watermark:


pip install invisible_watermark transformers accelerate safetensors

You can use the model then as follows


from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
pipe.to("cuda")

# if using torch < 2.0
# pipe.enable_xformers_memory_efficient_attention()

prompt = "An astronaut riding a green horse"

images = pipe(prompt=prompt).images[0]

When using torch >= 2.0, you can improve the inference speed by 20-30% with torch.compile. Simple wrap the unet with torch compile before running the pipeline:


pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)

If you are limited by GPU VRAM, you can enable cpu offloading by calling pipe.enable_model_cpu_offload instead of .to("cuda"):


- pipe.to("cuda")
+ pipe.enable_model_cpu_offload()

Uses

Direct Use

The model is intended for research purposes only. Possible research areas and tasks include

  • Generation of artworks and use in design and other artistic processes.
  • Applications in educational or creative tools.
  • Research on generative models.
  • Safe deployment of models which have the potential to generate harmful content.
  • Probing and understanding the limitations and biases of generative models.

Excluded uses are described below.

Out-of-Scope Use

The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.

Limitations and Bias

Limitations

  • The model does not achieve perfect photorealism
  • The model cannot render legible text
  • The model struggles with more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
  • Faces and people in general may not be generated properly.
  • The autoencoding part of the model is lossy.

Bias

While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.



Mở rộng tất cả

Thảo luận

Phổ biến nhất
|
Mới nhất
Gửi
Không có bình luận nào khác
Yêu thích
Tải xuống
(6.46GB)
Xác nhận:2023/07/27
safetensors
Chi tiết
Loại
Checkpoint
Số lần tạo hình ảnh trực tuyến
434.2k
Tải xuống
32
Thuật toán cơ bản
SDXL
Tham Số Đề Xuất
Sampler method
Euler a
CFG
7
VAE
Không
Thuật Toán Tăng Cường Độ Phân Giải Cao
Latent
Giấy phép sáng tạo
Có thể tạo trực tuyến
Không thể trộn hợp
Giấy phép thương mạiQuy tắc Sử dụng Thương mại
Các hình ảnh được tạo ra không thể được sử dụng cho mục đích thương mại
Mô hình không thể bán lại hoặc bán dưới dạng mô hình trộn hợp
*Phạm vi cấp phép do người sáng tạo thiết kế, người dùng phải sử dụng theo yêu cầu và tiêu chuẩn

Bộ sưu tập hình ảnh6587

Phổ biến nhất
|
Mới nhất
Image info
avatar
hkanimemangalego
Image info
avatar
skypinkroyoro
Image info
avatar
bkingbqueen19885766
Image info
avatar
xavieraandpaz
Image info
avatar
lalan lalan
Image info
avatar
kayfahaarukku
Image info
avatar
yorkspaceaiart
Image info
avatar
xavieraandpaz
Image info
avatar
xavieraandpaz
Image info
avatar
bkingbqueen19885766
Image info
avatar
ghtytnwifhmn558899
Image info
avatar
bkingbqueen19885766
Image info
avatar
bkingbqueen19885766
Image info
avatar
georgesmithrose
Image info
avatar
watchtvisgoodforme
Image info