Instructions to use mirroring/civitai_mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mirroring/civitai_mirror with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mirroring/civitai_mirror", 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
Upload /models/Stable-diffusion/CounterfeitV30_25.safetensors with huggingface_hub 3066b95
Upload /models/Stable-diffusion/aZovyaPhotoreal_v1Ultra.safetensors with huggingface_hub ea5fbd0
Upload /models/Stable-diffusion/aZovyaPhotoreal_v1.safetensors with huggingface_hub 7d78130
Upload /models/Stable-diffusion/sardonyxBlend_v12.safetensors with huggingface_hub f417352
Upload /models/Stable-diffusion/galenaBlend_v12.safetensors with huggingface_hub ed9e8f1
Upload /models/Stable-diffusion/euclaseBlend_v12.safetensors with huggingface_hub 8d04a6d
Upload /models/Stable-diffusion/ametrineREDUX_v10.safetensors with huggingface_hub 9ae21ea
Upload /models/Stable-diffusion/sardonyxREDUX_v10.safetensors with huggingface_hub 8c95a9a
Upload /models/Stable-diffusion/galenaREDUX_v10.safetensors with huggingface_hub 15460aa
re-arrange files, delete duplicates, list broken symlinks, redo json cea10a8 unverified
Efreak commited on