Skip to content

DiffSynth Studio v1.1

Artiprocher edited this page Dec 23, 2023 · 1 revision

The dev branch has been merged to the main branch. We provide some interesting examples here.

Usage (in WebUI)

python -m streamlit run Diffsynth_Studio.py
sdxl_turbo_ui.mp4

Usage (in Python code)

Example 1: Stable Diffusion

We can generate images with very high resolution. Please see examples/sd_text_to_image.py for more details.

512*512 1024*1024 2048*2048 4096*4096
512 1024 2048 4096

Example 2: Stable Diffusion XL

Generate images with Stable Diffusion XL. Please see examples/sdxl_text_to_image.py for more details.

1024*1024 2048*2048
1024 2048

Example 3: Stable Diffusion XL Turbo

Generate images with Stable Diffusion XL Turbo. You can see examples/sdxl_turbo.py for more details, but we highly recommend you to use it in the WebUI.

"black car" "red car"
black_car black_car_to_red_car

Example 4: Toon Shading

A very interesting example. Please see examples/sd_toon_shading.py for more details.

output_video_compare.mp4