File size: 9,302 Bytes
41be379
 
 
 
 
 
 
 
 
 
 
 
9d45f7e
41be379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d45f7e
41be379
 
 
9d45f7e
41be379
 
15a2a55
 
 
41be379
 
 
18657eb
41be379
18657eb
41be379
 
 
 
 
 
 
 
 
 
 
 
15a2a55
 
 
41be379
 
 
 
 
18657eb
 
 
 
41be379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d45f7e
41be379
9d45f7e
41be379
 
706ed2f
7956403
 
 
 
 
 
 
 
f6ad30b
7956403
 
 
 
 
 
 
9d45f7e
7956403
 
41be379
 
 
 
 
 
 
 
 
 
7956403
1f0bc5b
 
41be379
 
 
 
 
 
 
 
 
 
15a2a55
 
 
 
41be379
 
 
 
15a2a55
18657eb
 
 
 
41be379
 
 
 
 
 
 
6dcfb62
 
41be379
706ed2f
7956403
 
 
 
 
 
 
 
 
41be379
 
 
 
 
 
 
 
 
15a2a55
7956403
1f0bc5b
41be379
 
 
 
 
 
 
 
 
 
 
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
---
language:
- en
library_name: diffusers
---
# Imagine V5 Model Card

![row01](v5.jpg)

## Model Details

### Model Description
The [Imagine V5](https://imagine.art/), developed by Vyro AI, represents the pinnacle of photorealism in AI art generation. Specializing in photographs and portraits, V5 is known for its exceptional ability to create images that closely mimic reality.

V5 boasts an impressive ability to recognize a wide array of prompts and handle multiple subjects effortlessly. It's important to note that V5, with its vast capabilities, also demands significant computational resources and may exhibit slower processing times. This model is best suited for users with a good understanding of prompt composition, as it offers high-quality outputs for those who can navigate its complexities.

- **Developed by:** Vyro AI
- **Model type:** Generative text-to-image model
  
## Key Features
- Photorealistic Portraits and Landscapes: Specializes in creating highly realistic images.
- Large Dataset Training: Inherits a broad understanding of prompts from Stable Diffusion XL Model.
- Color Characteristics: Tends to produce slightly saturated imagery.
- Resource Intensive: Requires significant computational power.
## Ideal Uses
- Digital Art Creation: Ideal for artists seeking to create photorealistic portraits and landscapes.
- Graphic Design: Useful for designers who require high-fidelity images.
- Creative Experimentation: A valuable tool for exploring new artistic concepts, especially in realistic styles.
- Professional Projects: Suitable for advanced users in fields like advertising, where photorealism is key.
  
For more ways to use V5 and to explore its full potential, visit [ImagineV5 Use Cases](https://www.imagine.art/blogs/10-awesome-ways-to-use-imagine-s-new-v5-model)
## Limitations
- Factual Representations: Not intended for creating accurate depictions of real-world events or people.
- Sensitive Content: Must not be used for generating offensive or explicit material.
- Identity Misrepresentation and Deepfakes: Prohibited from creating deceptive images of real individuals.
- Legal and Ethical Compliance: Users must adhere to copyright, privacy, and ethical standards.

## Get Started with Using V5
Ready to dive into the world of AI-generated art with Imagine V5? 
Begin your journey into photorealistic art creation today. Visit [imagine.art](https://www.imagine.art/) to access a user-friendly platform designed to help you harness the full capabilities of V5. Whether you're an experienced artist or just starting out, you'll find the tools and guidance you need to transform your artistic visions into stunning digital realities.

Explore detailed tutorials, creative tips, and a supportive community that will guide you through the exciting process of AI art generation. Start crafting your unique art pieces with Imagine V5 now at [imagine.art](https://www.imagine.art/)

# Setup and Usage

We offer two workflows:
- One for **Imagine V5**
- One for **Imagine V5 Ultra**

---

### Initial Setup

Clone this repository 
```bash
git clone https://huggingface.co/vyroAI/ImagineV5
cd ImagineV5
```
Create a conda environment
```bash
conda create -n imaginev5 python==3.11 -y
```
Install PyTorch Nightly for ComfyUI
Select the version that matches your system's CUDA version.

For example, for CUDA 12.8:
```bash
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 
```
Install the requirements 
```bash
cd Imagine
pip install -r requirements.txt
```

---

## Imagine V5 Setup
### Step 1: Navigate into the imagine-v5 folder
```bash
cd Imagine/imagine-v5
```

### Step 2: Clone ComfyUI
Clone the  ComfyUI version: "0.3.27"

-[ComfyUI](https://github.com/comfyanonymous/ComfyUI)

### Step 3: Replace & Configure
- Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.

## Step 4: Models Installation:

Download the models using the links provided below and place them at appropriate locations.

```bash
cd models/checkpoints
```
- [dreamshaper_8.safetensors](https://huggingface.co/plhyser/SD15/blob/main/dreamshaper_8.safetensors)
- [juggernautXL_version2.safetensors](https://huggingface.co/RunDiffusion/Juggernaut-XL/blob/main/juggernautXL_version2.safetensors)
- [revAnimated_v11.safetensors](https://huggingface.co/ahmmu20/rev_animated/blob/main/revAnimated_v11.safetensors)
- [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors)

```bash
cd models/loras
```
- [Juggernaut Cinematic XL LoRA](https://civitai.com/models/120663/juggernaut-cinematic-xl-lora)
- [xl_more_art-full_v1.safetensors](https://huggingface.co/ffxvs/lora-effects-xl/blob/main/xl_more_art-full_v1.safetensors)


```bash
cd models/interposers
```
- [xl-to-v1_interposer-v1.1.safetensors](https://huggingface.co/city96/SD-Latent-Interposer/blob/22521a60876fb29534403572e8688a4e269707f9/xl-to-v1_interposer-v1.1.safetensors)

```bash
cd models/vae
```

- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)
- [vae-ft-mse-840000-ema-pruned.safetensors](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.safetensors)

Additionally:
```bash
git clone https://huggingface.co/spacy/en_core_web_trf models/spacy/en_core_web_trf
```

The models directory would look like this after all installations.
```
models/
β”œβ”€β”€ checkpoints/
β”‚   β”œβ”€β”€ dreamshaper_8.safetensors
β”‚   β”œβ”€β”€ juggernautXL_version2.safetensors
β”‚   β”œβ”€β”€ revAnimated_v11.safetensors
β”‚   └── sd_xl_base_1.0.safetensors
β”œβ”€β”€ loras/
β”‚   β”œβ”€β”€ JuggerCineXL2.safetensors
β”‚   └── xl_more_art-full_v1.safetensors
β”œβ”€β”€ interposers/
β”‚   └── xl-to-v1_interposer-v1.1.safetensors
β”œβ”€β”€ vae/
β”‚   β”œβ”€β”€ sdxl_vae.safetensors
β”‚   └── vae-ft-mse-840000-ema-pruned.safetensors
└── spacy/
    └── en_core_web_trf
```

### Step 5: Run the Application
```bash
cd ComfyUI
python3.11 main.py
```

### Step 6: Load the Workflow
- Load the workflow in the ComfyUI interface.
- Use the following workflow file:

[Imaginev5-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-Workflow.json)



### Imagine V5 Ultra

## Imagine V5 Ultra Setup
### Step 1: Navigate into the imagine-v5-ultra folder
```bash
cd Imagine/imagine-v5-ultra
```

### Step 2: Clone ComfyUI
Clone the  ComfyUI version: "0.3.27"

-[ComfyUI](https://github.com/comfyanonymous/ComfyUI)


### Step 3: Replace & Configure
- Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
  
## Step 4: Models Installation:

Download the models using the links provided below and place them at appropriate locations.

```bash
cd models/checkpoints
```
-[turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors](https://huggingface.co/alexgenovese/checkpoint/blob/6f1ecf3ff2b26c8f899a3f96c5dcaeb4f0cb85c9/turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors)
```bash
cd models/vae
```
-[turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors](https://huggingface.co/alexgenovese/checkpoint/blob/6f1ecf3ff2b26c8f899a3f96c5dcaeb4f0cb85c9/turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors)
-[sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)

The models directory would look like this after all installations.
```
models/
β”œβ”€β”€ checkpoints/
β”‚   └── turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors
β”œβ”€β”€ vae/
β”‚   β”œβ”€β”€ turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors
β”‚   └── sdxl_vae.safetensors
```

### Step 5: Run the Application
```bash
cd ComfyUI
python3.11 main.py
```

### Step 6: Load the Workflow
- Load the workflow in the ComfyUI interface.
- Use the following workflow file provided in Workflows folder:
  
[Imaginev5-ultra-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-ultra-Workflow.json)


⚠️ If you are facing any issues, make sure to use ComfyUI version: "0.3.27"

---
## Privacy Policy
For detailed information on data handling and privacy, refer to the [Imagine V5 Privacy Policy](https://drive.google.com/file/d/1odKfNRoJmwD3sg8dl4zGXjC65zzf8Ejm/view) document.

## Conclusion
Imagine V5 stands as a significant advancement in the realm of AI art generation, especially in the domain of photorealism. It presents a unique opportunity for artists, designers, and creatives to push the boundaries of digital art. While V5 demands a certain level of proficiency and computational resources, the quality of its output makes it a worthy tool for those seeking to explore the forefront of AI-generated art.

Explore the capabilities of Imagine V5 on various platforms including web browsers, Android, and iOS devices. Join the Imagine AI Art community, participate in the Affiliate Program, or delve into technical integrations via the APIs page. Embrace the fusion of art and technology with Imagine AI Art.