par prithivMLmods
Open source · 6k downloads · 32 likes
Le modèle Canopus Pixar 3D Flux LoRA est conçu pour générer des images 3D dans un style inspiré des films Pixar, avec des rendus hautement détaillés et des personnages stylisés. Il excelle particulièrement dans la création de scènes cinématographiques ou de portraits, en capturant l'esthétique colorée et dynamique caractéristique des productions Pixar. Ses cas d'usage incluent la conception de personnages, d'illustrations ou d'environnements pour des projets artistiques, des jeux vidéo ou des médias visuels. Ce qui le distingue, c'est sa capacité à produire des images en 3D avec une cohérence stylistique forte, tout en restant accessible via des mots-clés simples comme "Pixar" ou "3D". À noter que cette version est encore en phase de développement et peut présenter des imperfections.
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-Pixar-3D-FluxDev-LoRA
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 | 20 & 2.3K+ |
| Epoch | 15 | Save Every N Epochs | 1 |
Labeling: florence2-en(natural language & English)
Total Images Used for Training : 110+ [ Hi-RES ]
& More ...............
A young man with light brown wavy hair and light brown eyes sitting in an armchair and looking directly at the camera, pixar style, disney pixar, office background, ultra detailed, 1 man
cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2
3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750
| Parameter | Value |
|---|---|
| Prompt | cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2 |
| Sampler | euler |
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-Pixar-3D-FluxDev-LoRA"
trigger_word = "pixar" # Leave trigger_word blank if not used.
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
You should use Pixar to trigger the image generation.
You should use Pixar 3D to trigger the image generation.
You should use 3D to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.