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
Was it trained on NSFW or SFW version of N_I?
#1
by alexds9 - opened
Was it trained on NSFW or SFW version of N_I?
Training images NSFW or SFW?
It was train on the NSFW version
It was trained on NSFW as well as having a ton of nsfw content in the dataset.
waifu-diffusion/wd-1-5-beta base probably would have been better
@faisalhr1997
wd-1-5 is using SD 2.1 which nobody else is using. You can't merge SD 2.1 with SD 1.5 models.
Choosing N_I NSFW for training is a good decision, it's the best SD 1.4/1.5 model.