Instructions to use WarriorMama777/OrangeMixs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WarriorMama777/OrangeMixs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WarriorMama777/OrangeMixs", 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
Man?
#78
by Sophyte - opened
Is it just me or is it really difficult to make boys with this model?
Many times, even when I use 1boy in the positive prompt and girl in the negative prompt, I end up with a beautiful Waifu... and even when a boy comes out, he is quite... effeminate...
Is there any way to avoid this?
It's just you.
I type in "portrait of a burly man" and I get a very manly man.
You get feminized men because you prompt "boy"
Try typing "portrait of a burly man" like what @poisenbery did
I legit use a synonym dictionary whenever I have problems like this. It can basically take your prompt and give you words with a similar meaning.
For more example: https://www.pixiv.net/users/372784 (Maybe NSFW)γ

