File size: 3,986 Bytes
4ec05a9
 
 
 
 
 
 
a6f5937
4ec05a9
a6f5937
4ec05a9
684b495
a6f5937
 
 
4ec05a9
684b495
a6f5937
 
 
 
4ec05a9
684b495
4ec05a9
 
 
 
 
 
 
 
eb4fbf1
4ec05a9
7bb9737
 
 
 
 
 
 
a6f5937
 
 
 
 
 
 
 
 
 
 
3a2957d
a6f5937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ec05a9
 
25342d7
dd888c1
 
4ec05a9
 
 
 
 
 
 
7444d5b
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
105
106
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- tensorart
widget:
- text: 3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750
  output:
    url: images/11.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/22.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/33.png
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: Pixar
license: apache-2.0
---
# Canopus-Pixar-Art

<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.**

| Parameter           | Description                                          |
|---------------------|------------------------------------------------------|
| **Space Name**      | The-Pixar                                      |
| **Hosted on**       | [⚡Hugging Face Spaces⚡](https://huggingface.co/spaces/prithivmlmods/the-pixar) |
| **Default Theme**   |      Light by Defalut / Can be altered                                         |
| **Description**     | The-Pixar provides pixar image generation capabilities with a focus on high-quality outputs. |

## Model description 

Canopus-Pixar-Art

Image Processing Parameters 

| Parameter                 | Value  | Parameter                 | Value  |
|---------------------------|--------|---------------------------|--------|
| LR Scheduler              | constant | Noise Offset              | 0.03   |
| Optimizer                 | AdamW  | Multires Noise Discount   | 0.1    |
| Network Dim               | 64     | Multires Noise Iterations | 10     |
| Network Alpha             | 32     | Repeat                    | 28     |
| Epoch                     | 12     | Save Every N Epochs       | 1      |

## SETTING-UP

```py
    pipe = StableDiffusionXLPipeline.from_pretrained(
        "-------------xxxxxxxxx----------",
        torch_dtype=torch.float16,
        use_safetensors=True,
    )
                    (or)
-----------------------------------------------------------
    pipe = StableDiffusionXLPipeline.from_pretrained(
        "stabilityai/stable-diffusion-xl-base-1.0",
        torch_dtype=torch.float16,
        use_safetensors=True,
    )
    pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
    
    pipe.load_lora_weights("prithivMLmods/Canopus-Pixar-Art", weight_name="Canopus-Pixar-Art.safetensors", adapter_name="pixar")
    pipe.set_adapters("pixar")
    pipe.to("cuda")
```

## Trigger prompts

    3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750


    cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2


    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

| Parameter       | Value                                                                                 |
|-----------------|---------------------------------------------------------------------------------------|
| Prompt          | 3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750 |
| Sampler         | euler                                                                                 |


## Trigger words

**Triggering: The scenario is best for triggers in the prompt or string: Pixar-style, Pixar-3D, Pixar-HD, Pixar-4K, Pixar.**


You should use `Pixar` to trigger the image generation.


## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/Canopus-Pixar-Art/tree/main) them in the Files & versions tab.