Instructions to use MyneFactory/MF-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MyneFactory/MF-Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MyneFactory/MF-Base", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -91,6 +91,7 @@ pipeline_tag: text-to-image
|
|
| 91 |
<!-- Technical details end here -->
|
| 92 |
<p style="font-size: 18px; color: #666;">
|
| 93 |
<strong>Authors: </strong><span>金Goldkoron, tsmkirby, Juusoz</span>
|
|
|
|
| 94 |
</p>
|
| 95 |
</div>
|
| 96 |
<!--Prompt format-->
|
|
|
|
| 91 |
<!-- Technical details end here -->
|
| 92 |
<p style="font-size: 18px; color: #666;">
|
| 93 |
<strong>Authors: </strong><span>金Goldkoron, tsmkirby, Juusoz</span>
|
| 94 |
+
<div>Visit our <a href="https://discord.gg/GdJBzaTSCF">Discord</a> community if you have any questions.</div>
|
| 95 |
</p>
|
| 96 |
</div>
|
| 97 |
<!--Prompt format-->
|