Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use gsdf/Counterfeit-V2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gsdf/Counterfeit-V2.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("gsdf/Counterfeit-V2.5", 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
Virus in the Counterfeit-V2.5.vae.pt?
#14
by Wolh - opened
Windows defender triggered from this file, be advised
Can confirm
I can confirm this as well. However, I think it is a false positive. For VirusTotal, this file 100% clean.
https://www.virustotal.com/gui/url/17efd96e964c40a710341f5076ed20314d645d87b5e9153313a631bcb9308291
Can confirm as well! Does anyone know how to let Windows defender ignore this file and keep it from deleting it? thanks!
Anyone test it? Is it actually infected or just a false positive?
Can confirm as well! Does anyone know how to let Windows defender ignore this file and keep it from deleting it? thanks!
I downloaded it directly inside OpenSUSE on WSL2 using wget. Defender did not see it.