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
|
@@ -42,7 +42,7 @@ license: creativeml-openrail-m
|
|
| 42 |
<a href="#example11" style="padding:5px">
|
| 43 |
<img src="https://huggingface.co/MyneFactory/MF-Base/resolve/main/Example%20Pictures/V1.0%20Examples/38647-3530094527-1girl%2C%20wings%2C%20feathers%2C%20long%20hair%2C%20bloody%2C%20angel%20wings%2C%20dress%2C%20embroidery%2C%20angel%2C%20death%2C%20feathered%20wings%2C%20braid%2C%20sunset%2C%20masterp.png" style="margin:0"/>
|
| 44 |
</a>
|
| 45 |
-
<a href="#example9" style="padding:
|
| 46 |
<img src="https://huggingface.co/MyneFactory/MF-Base/resolve/main/Example%20Pictures/V1.0%20Examples/grid-6502.jpg" style="margin:0"/>
|
| 47 |
</a>
|
| 48 |
<a href="#example12" style="padding:5px">
|
|
|
|
| 42 |
<a href="#example11" style="padding:5px">
|
| 43 |
<img src="https://huggingface.co/MyneFactory/MF-Base/resolve/main/Example%20Pictures/V1.0%20Examples/38647-3530094527-1girl%2C%20wings%2C%20feathers%2C%20long%20hair%2C%20bloody%2C%20angel%20wings%2C%20dress%2C%20embroidery%2C%20angel%2C%20death%2C%20feathered%20wings%2C%20braid%2C%20sunset%2C%20masterp.png" style="margin:0"/>
|
| 44 |
</a>
|
| 45 |
+
<a href="#example9" style="padding:20px">
|
| 46 |
<img src="https://huggingface.co/MyneFactory/MF-Base/resolve/main/Example%20Pictures/V1.0%20Examples/grid-6502.jpg" style="margin:0"/>
|
| 47 |
</a>
|
| 48 |
<a href="#example12" style="padding:5px">
|