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
Add Loras d608e47
move nsfws 845cd7f
update model infos 50ce5d6
re-arrange files, delete duplicates, list broken symlinks, redo json cea10a8 unverified
Efreak commited on
move LoCons 21a512e
MORE! b95e756 unverified
update json d81acb5 unverified
json ddd9562 unverified
more models 3276c90 unverified
Add some new Loras and embeddings, some new info, delete some dupes 31a8c35 unverified
Add new stuff 755eaa9 unverified
Upload more models, update json ed9c85a unverified
update json 40637ad unverified
update json 8d594ba unverified
update json c4ec8b8 unverified
update json eb247fc unverified
update jsons 8b26f6e unverified
update civitai.info.json c2c4348 unverified
Efreak commited on
update json 698ef9e unverified
Efreak commited on
update json file 52dc0d5
Efreak commited on
Add initial civitai.info.json d5f6a90
Efreak commited on