Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ tags:
|
|
12 |
|
13 |
# Shuttle 3 Diffusion
|
14 |
|
15 |
-
Shuttle 3 Diffusion is a text-to-image AI model designed to create detailed and diverse images from textual prompts. It offers enhanced performance in image quality, typography, understanding complex prompts, and resource efficiency.
|
|
|
|
|
16 |
|
17 |
You can try out the model through a website at https://chat.shuttleai.com/images
|
18 |
|
@@ -66,13 +68,14 @@ image.save("shuttle.png")
|
|
66 |
```
|
67 |
To learn more check out the [diffusers](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux) documentation
|
68 |
|
69 |
-
## Using the model with
|
70 |
|
71 |
-
|
72 |
|
73 |
## Comparison to other models
|
74 |
-
Shuttle 3 Diffusion can produce better images than Flux Dev in just four steps, while being licensed under Apache 2.
|
75 |
![image/png](https://huggingface.co/shuttleai/shuttle-3-diffusion/resolve/main/comparison.png)
|
|
|
76 |
|
77 |
## Training Details
|
78 |
-
Shuttle 3 Diffusion uses Flux.1 Schnell as its base. It can produce images similar to Flux Pro in just 4 steps, and it is licensed under Apache 2. The model was partially de-distilled during training. When used beyond 10 steps, it enters "refiner mode," enhancing image details without altering the composition. We overcame the limitations of the Schnell-series models by employing a special training method, resulting in improved details and colors.
|
|
|
12 |
|
13 |
# Shuttle 3 Diffusion
|
14 |
|
15 |
+
Shuttle 3 Diffusion is a text-to-image AI model designed to create detailed and diverse images from textual prompts in just 4 steps. It offers enhanced performance in image quality, typography, understanding complex prompts, and resource efficiency.
|
16 |
+
|
17 |
+
![image/png](https://huggingface.co/shuttleai/shuttle-3-diffusion/resolve/main/demo.png)
|
18 |
|
19 |
You can try out the model through a website at https://chat.shuttleai.com/images
|
20 |
|
|
|
68 |
```
|
69 |
To learn more check out the [diffusers](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux) documentation
|
70 |
|
71 |
+
## Using the model with ComfyUI
|
72 |
|
73 |
+
To run local inference with Shuttle 3 Diffusion using [ComfyUI](https://github.com/comfyanonymous/ComfyUI), you can use this [safetensors file](https://huggingface.co/shuttleai/shuttle-3-diffusion/blob/main/shuttle-3-diffusion.safetensors).
|
74 |
|
75 |
## Comparison to other models
|
76 |
+
Shuttle 3 Diffusion can produce images better images than Flux Dev in just four steps, while being licensed under Apache 2.
|
77 |
![image/png](https://huggingface.co/shuttleai/shuttle-3-diffusion/resolve/main/comparison.png)
|
78 |
+
[More examples](https://docs.shuttleai.com/getting-started/shuttle-diffusion)
|
79 |
|
80 |
## Training Details
|
81 |
+
Shuttle 3 Diffusion uses Flux.1 Schnell as its base. It can produce images similar to Flux Dev or Pro in just 4 steps, and it is licensed under Apache 2. The model was partially de-distilled during training. When used beyond 10 steps, it enters "refiner mode," enhancing image details without altering the composition. We overcame the limitations of the Schnell-series models by employing a special training method, resulting in improved details and colors.
|