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
- Draw Things
- DiffusionBee
Bulk upload
#33
by deleted - opened
Please upload to the appropriate directory. At 150mb, I assume this is a Lora, not I'm not sure?
deleted changed pull request status to closed
You might appreciate one of these spaces; at the very least you can modify one for your own use. https://huggingface.co/mirroring/civitai_mirror#uploading-files
I actually have and am currently mirroring all of civitai. I modified the code to bulk upload files to any repo you point it to from a list of links. The downside is that the files aren't sorted, but that doesn't really matter, as I plan to implement a repo wide search at some point.