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 ·
7d36307
1
Parent(s): 29801d6
unlfs readme
Browse filesI wish I could move files around, but hf changed things and I simply dont have the storage avaipable to do so on the android tablet I use to manage this repo...
models/Stable-diffusion/huggingface/Xynon/noise-offset/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
offset_noise.ckpt is sd1.5emaonly with noise offset.
|
| 2 |
+
|
| 3 |
+
reupload from crosslabs.org blog since they took it down for some reason.
|
| 4 |
+
|
| 5 |
+
offset_noise_lora.safetensors is an extract from the ckpt in the form of lora, untested so no idea if it works or not.
|