pranavajay
commited on
Commit
•
25fc3bc
1
Parent(s):
acadced
Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,18 @@ image = pipe(prompt,
|
|
71 |
image.save("mystic_example.png")
|
72 |
```
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
## Comparison with FLUX
|
75 |
|
76 |
Mystic AI is often compared to FLUX.1-dev for its high-quality outputs. Below are examples that demonstrate the differences in image generation under similar settings.
|
|
|
71 |
image.save("mystic_example.png")
|
72 |
```
|
73 |
|
74 |
+
## Online Service
|
75 |
+
|
76 |
+
Mystic AI is available for use via an online service:
|
77 |
+
|
78 |
+
- **Enhance Playground:** Explore and generate images directly in your browser with the Mystic Run playground at [enhanceai.art/playground/v2](https://enhanceai.art/playground/v2).
|
79 |
+
|
80 |
+
## API Service
|
81 |
+
|
82 |
+
If you prefer to integrate Mystic AI into your own applications, you can access it via our API:
|
83 |
+
|
84 |
+
- **ModelsLabAPI Service:** Visit [https://modelslab.com/models/mystic](https://modelslab.com/models/mystic) to get started with the Mystic API, allowing you to generate images programmatically.
|
85 |
+
|
86 |
## Comparison with FLUX
|
87 |
|
88 |
Mystic AI is often compared to FLUX.1-dev for its high-quality outputs. Below are examples that demonstrate the differences in image generation under similar settings.
|