Instructions to use tonyassi/luc7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tonyassi/luc7 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tonyassi/luc7", 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
Upload folder using huggingface_hub
Browse files- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.20.0.dev0",
|
| 4 |
-
"_name_or_path": "lucy7/checkpoint-
|
| 5 |
"act_fn": "silu",
|
| 6 |
"add_attention": true,
|
| 7 |
"attention_head_dim": 8,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.20.0.dev0",
|
| 4 |
+
"_name_or_path": "lucy7/checkpoint-62000",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"add_attention": true,
|
| 7 |
"attention_head_dim": 8,
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454867965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:646724f7ff9baa9a73cf98b6086e115caf57718f630f2f14afed22f6f39eee8e
|
| 3 |
size 454867965
|