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
- Draw Things
- DiffusionBee
Commit History
Delete Example Pictures/V1.0 Examples/38838-18140600-girl, eyes, face, cyberpunk, ruins, mist, night, masterpiece, detailed, depth of field, reflective, caustics.png 1db7d41
More pictures 070b500
Upload 37876-1846839782-cropped-woman, decorated horns, long robes, fog, long curly hair, freckles, solo, masterpiece, reflective, depth of field, caustics, nig.png d4c1604
Upload grid-6502.jpg e582941
V1.0 release 7372fc8
Juusoz commited on
V1.0 release 45382f1
Juusoz commited on