Instructions to use ChuuniZ/models_collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ChuuniZ/models_collection with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ChuuniZ/models_collection", 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
Add files using upload-large-folder tool
Browse files
ckpts/sdxl/SUPIR-v0F_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8f1846de1985cf0473fac6d8c0ef17c9498a90d1c19906e944134c5572275d0
|
| 3 |
+
size 2664825592
|
ckpts/upscale/SUPIR/SUPIR-v0F_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8f1846de1985cf0473fac6d8c0ef17c9498a90d1c19906e944134c5572275d0
|
| 3 |
+
size 2664825592
|
ckpts/upscale/SUPIR/SUPIR-v0Q_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eef33ec7633122ca23b1e5ef167faa048b5a0845768694d5e8070138ac013ce
|
| 3 |
+
size 2664858464
|