Instructions to use damian0815/ff7r_4e-5cosine_everything-cont-20-ep50-3e-7_bs1-ep04-half with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use damian0815/ff7r_4e-5cosine_everything-cont-20-ep50-3e-7_bs1-ep04-half with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("damian0815/ff7r_4e-5cosine_everything-cont-20-ep50-3e-7_bs1-ep04-half", 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
ff7r_4e-5cosine_everything-cont-20-ep50-3e-7_bs1-ep04-half / ff7r_4e-5cosine_everything-cont-20-ep50-3e-7_bs1-20241228-170700.log
| 12/28/2024 05:07:00 PM [93m Disabling AMP, not recommended.[0m | |
| 12/28/2024 05:07:00 PM Seed: 756498848 | |
| 12/28/2024 05:07:00 PM unet attention_head_dim: 8 | |
| 12/28/2024 05:07:00 PM Inferred yaml: v1-inference.yaml, attn: sd1, prediction_type: epsilon | |
| 12/28/2024 05:07:01 PM * Using default (DDPM) noise scheduler for training: ddpm | |
| 12/28/2024 05:07:01 PM * Using SDP attention * | |
| 12/28/2024 05:07:01 PM * DLMA resolution 512, buckets: | |
| 12/28/2024 05:07:01 PM Preloading images... | |
| 12/28/2024 05:07:06 PM * Loaded 40 validation images for validation set 'val' from ../data/val | |
| 12/28/2024 05:07:06 PM * DLMA initialized with 40 images. | |
| 12/28/2024 05:07:06 PM ** Dataset 'val': 40 batches, num_images: 40, batch_size: 1 | |
| 12/28/2024 05:07:06 PM * [91mAspect ratio bucket ('default_batch', 768, 320) has only 1 images[0m. At batch size 1 this makes for an effective multiplier of 2.0, which may cause problems. Consider adding 1 or more images with aspect ratio 12:5, or reducing your batch_size. | |
| 12/28/2024 05:07:06 PM - Plugin plugins.interruptible.InterruptiblePlugin loaded to <class 'plugins.interruptible.InterruptiblePlugin'> | |
| 12/28/2024 05:07:06 PM * DLMA initialized with 1913 images. | |
| 12/28/2024 05:07:06 PM ** Dataset 'train': 1913 batches, num_images: 1913, batch_size: 1 | |
| 12/28/2024 05:07:06 PM [36m * unet optimizer: AdamW (686 parameters) *[0m | |
| 12/28/2024 05:07:06 PM [36m lr: 3e-07, betas: | |