-
Notifications
You must be signed in to change notification settings - Fork 629
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.
python -m streamlit run Diffsynth_Studio.py
sdxl_turbo_ui.mp4
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 |
---|---|---|---|
Generate images with Stable Diffusion XL. Please see examples/sdxl_text_to_image.py
for more details.
1024*1024 | 2048*2048 |
---|---|
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" |
---|---|
A very interesting example. Please see examples/sd_toon_shading.py
for more details.