Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use shibal1/anything-v4.5-clone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shibal1/anything-v4.5-clone with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("shibal1/anything-v4.5-clone", 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
Commit History
Update README.md 123fa6c
Delete anything-v4.0.ckpt 1a6e5e3
Delete anything-v4.0-pruned.safetensors 07d1bbd
Delete anything-v4.0-pruned.ckpt f8fb755
Delete anything-v4.0-pruned-fp32.safetensors d49551e
Delete anything-v4.0-pruned-fp32.ckpt 255cbc8
Delete anything-v4.0-pruned-fp16.safetensors 37f9ca1
Delete anything-v4.0-pruned-fp16.ckpt c0aded5
Delete Anything-V3.0-pruned.ckpt f4b2961
Duplicate from andite/anything-v4.0 01495e0
shibal1 andite commited on