File size: 3,478 Bytes
86bae64 3f8114b ff7e755 86bae64 3f8114b 86bae64 e6f7e6d 3f8114b 86bae64 e6f7e6d 3f8114b 86bae64 e6f7e6d 86bae64 82f1f41 460c119 82f1f41 7f640fa 82f1f41 7f640fa 86bae64 3f8114b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 |
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- pixar
- 3d
- cartoon
- flux
- dev
- art
widget:
- text: >-
3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, style of
Pixarstyle of Pixar 4K : cinematic --ar 68:128 --stylize 750 --v 5.2
output:
url: images/11111.png
- text: >-
Cartoon 3D sunny bright Pixar-style image : super hero : full costume :
cinematic --ar 68:128 --stylize 750 --v 5.2
output:
url: images/22222.png
- text: >-
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
output:
url: images/33333.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Pixar, Pixar 3D, 3D
license: creativeml-openrail-m
---
# Canopus-Pixar-3D-FluxDev-LoRA
<Gallery />
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
## Model description
**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 ...............
## Trigger prompts
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 |
## Setting Up
```
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)
```
## Trigger words
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.
## Download model
Weights for this model are available in Safetensors format.
[Download](/prithivMLmods/Canopus-Pixar-3D-FluxDev-LoRA/tree/main) them in the Files & versions tab. |