Flux LoRA Collections
Collection
Flux THE LoRA
•
131 items
•
Updated
•
31
The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.
prithivMLmods/Canopus-LoRA-Flux-Anime
Image Processing Parameters
Parameter | Value | Parameter | Value |
---|---|---|---|
LR Scheduler | constant | Noise Offset | 0.03 |
Optimizer | AdamW8bit | Multires Noise Discount | 0.1 |
Network Dim | 64 | Multires Noise Iterations | 10 |
Network Alpha | 32 | Repeat & Steps | 27 & 3.5K+ |
Epoch | 17 | Save Every N Epochs | 1 |
Labeling: florence2-en(natural language & English)
Total Images Used for Training : 220+ [ Hi-RES ]
Source Name | URL | License |
---|---|---|
4K Wallpapers | 4kwallpapers | Visit website for details |
Pixabay | Pixabay | Free for commercial use |
Freepik | Freepik | Free with attribution |
Please make sure to follow the licensing terms of each source when using these images in your project.
🚀 Scroll Down to the end for Sample Generations ⬇️.
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "prithivMLmods/Canopus-Anime-Art-Flux-LoRA"
trigger_word = "Anime"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
Anime ((masterpiece,best quality, detailed)), outdoor,wind_lift, souryuu asuka langley, interface headset, red bodysuit, (realistic:1.3)
An anime girl in a blue dress and straw hat, with long black hair and flowing curly bangs, in the style of anime, against a background of a coastal street by the sea, on a bright sunny day, with flowers on a windowsill, with a cheerful expression, with detailed design, with a watercolor painting effect, and vibrant colors, Hayao Miyazaki's manga, with high resolution and clear details --ar 1:2 --stylize 750 --v 6.1
Anime theme masterpiece,best quality,1girl,solo,looking at viewer, fur (clothing), black hair, black legwear,(electric guitar:1.4), reflection, splash, droplets, rust, sparks, asphalt, ground vehicle, sports car, super car, mechanical,burning, playing instrument, livestream.
Parameter | Value |
---|---|
Prompt | Anime ((masterpiece,best quality, detailed)), outdoor,wind_lift, souryuu asuka langley, interface headset, red bodysuit, (realistic:1.3) |
Sampler | euler |
You should use Anime
to trigger the image generation.
/project-root/
├── .gitattributes
├── README.md
├── app.py
├── pythonproject.py
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
.
Base model
black-forest-labs/FLUX.1-dev