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 Settings
- Draw Things
- DiffusionBee
Virus in VAE?
I've been using this VAE for ~2 months, without any problems up until today as well. The webui failed to load, with a message stating that the VAE "may be malicious", after which it was automatically quarantined by the AV. It's likely just a false positive; even still, a .safetensors variant would be preferable.
So if I had to take a guess, there's something about the VAE that is triggering the AV's machine-learning-based protection for some reason.
For now I'm using vae-ft-mse-840000; the resulting images are slightly sharper but the colors are a little over-saturated when compared with images generated with orangemix.vae.pt loaded.
yes there is a virus inside, starting somewhere last week - just tried it again today on 20.03 and defender is still not happy -.-
false positive... it's the same VAE that's been in circulation and many models use this as well (anythingv3)
check CRC for yourself
Windows Defender's update did something about it , search Casdet!rfn and you will see it pops up everywhere
Update: re-downloaded the VAE and scanned it again after a definitions update, and the VAE is no longer identified as a threat. Even still, I'd prefer a .safetensors version of it but since it's (to my knowledge) a clone of another VAE that was leaked, that probably won't happen anytime soon.
it is actually a false positive. just like after you downloading a pirate games

