Update Readme.md
Browse files- README.md → Readme.md +138 -1
README.md → Readme.md
RENAMED
@@ -40,10 +40,147 @@ Ready to dive into the world of AI-generated art with Imagine V5?
|
|
40 |
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.
|
41 |
|
42 |
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/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Privacy Policy
|
44 |
For detailed information on data handling and privacy, refer to the [Imagine V5 Privacy Policy](https://drive.google.com/file/d/1odKfNRoJmwD3sg8dl4zGXjC65zzf8Ejm/view) document.
|
45 |
|
46 |
## Conclusion
|
47 |
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.
|
48 |
|
49 |
-
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.
|
|
|
40 |
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.
|
41 |
|
42 |
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/)
|
43 |
+
|
44 |
+
# Setup and Usage
|
45 |
+
|
46 |
+
We offer two workflows:
|
47 |
+
- One for **Imagine V5**
|
48 |
+
- One for **Imagine V5 Ultra**
|
49 |
+
|
50 |
+
---
|
51 |
+
|
52 |
+
### Initial Setup
|
53 |
+
|
54 |
+
Clone this repository
|
55 |
+
```bash
|
56 |
+
git clone https://huggingface.co/vyroAI/ImagineV5
|
57 |
+
```
|
58 |
+
Create a conda environment
|
59 |
+
```bash
|
60 |
+
conda create -n imagineservices python==3.11 -y
|
61 |
+
```
|
62 |
+
Install PyTorch Nightly for ComfyUI
|
63 |
+
```bash
|
64 |
+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
|
65 |
+
```
|
66 |
+
Install the requirements
|
67 |
+
```bash
|
68 |
+
pip install -r requirements.txt
|
69 |
+
```
|
70 |
+
|
71 |
+
---
|
72 |
+
|
73 |
+
## Imagine V5 Setup
|
74 |
+
### Step 1: Navigate into the imagine-v5 folder
|
75 |
+
```bash
|
76 |
+
cd Imagine/imagine-v5
|
77 |
+
```
|
78 |
+
|
79 |
+
### Step 2: Clone ComfyUI
|
80 |
+
```bash
|
81 |
+
git clone https://github.com/comfyanonymous/ComfyUI.git
|
82 |
+
```
|
83 |
+
|
84 |
+
### Step 3: Replace & Configure
|
85 |
+
- Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
|
86 |
+
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
87 |
+
|
88 |
+
## Step 4: Download models following these links:
|
89 |
+
```bash
|
90 |
+
cd models/checkpoints
|
91 |
+
```
|
92 |
+
- [dreamshaper_8.safetensors](https://huggingface.co/plhyser/SD15/blob/main/dreamshaper_8.safetensors)
|
93 |
+
- [juggernautXL_version2.safetensors](https://huggingface.co/RunDiffusion/Juggernaut-XL/blob/main/juggernautXL_version2.safetensors)
|
94 |
+
- [revAnimated_v11.safetensors](https://huggingface.co/ahmmu20/rev_animated/blob/main/revAnimated_v11.safetensors)
|
95 |
+
- [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors)
|
96 |
+
|
97 |
+
```bash
|
98 |
+
cd models/loras
|
99 |
+
```
|
100 |
+
- [Juggernaut Cinematic XL LoRA](https://civitai.com/models/120663/juggernaut-cinematic-xl-lora)
|
101 |
+
- [xl_more_art-full_v1.safetensors](https://huggingface.co/ffxvs/lora-effects-xl/blob/main/xl_more_art-full_v1.safetensors)
|
102 |
+
|
103 |
+
|
104 |
+
```bash
|
105 |
+
cd models/interposers
|
106 |
+
```
|
107 |
+
- [xl-to-v1_interposer-v1.1.safetensors](https://huggingface.co/city96/SD-Latent-Interposer/blob/22521a60876fb29534403572e8688a4e269707f9/xl-to-v1_interposer-v1.1.safetensors)
|
108 |
+
|
109 |
+
```bash
|
110 |
+
cd models/vae
|
111 |
+
```
|
112 |
+
|
113 |
+
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)
|
114 |
+
- [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)
|
115 |
+
|
116 |
+
```bash
|
117 |
+
cd models
|
118 |
+
mkdir spacy/encore_web_trf
|
119 |
+
```
|
120 |
+
- [en_core_web_trf](https://huggingface.co/spacy/en_core_web_trf/tree/main)
|
121 |
+
|
122 |
+
### Step 5: Run the Application
|
123 |
+
```bash
|
124 |
+
cd ComfyUI
|
125 |
+
python3.11 main.py
|
126 |
+
```
|
127 |
+
|
128 |
+
### Step 6: Load the Workflow
|
129 |
+
- Load the workflow in the ComfyUI interface.
|
130 |
+
- Use the following workflow file:
|
131 |
+
```text
|
132 |
+
https://huggingface.co/vyroAI/ImagineV5/blob/main/Imaginev5-Workflow.json
|
133 |
+
```
|
134 |
+
|
135 |
+
---
|
136 |
+
|
137 |
+
### Imagine V5 Ultra
|
138 |
+
|
139 |
+
## Imagine V5 Ultra Setup
|
140 |
+
### Step 1: Navigate into the imagine-v5-ultra folder
|
141 |
+
```bash
|
142 |
+
cd Imagine/imagine-v5-ultra
|
143 |
+
```
|
144 |
+
|
145 |
+
### Step 2: Clone ComfyUI
|
146 |
+
```bash
|
147 |
+
git clone https://github.com/comfyanonymous/ComfyUI.git
|
148 |
+
```
|
149 |
+
|
150 |
+
### Step 3: Replace & Configure
|
151 |
+
- Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
|
152 |
+
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
153 |
+
-
|
154 |
+
## Step 4: Download models following these links:
|
155 |
+
```bash
|
156 |
+
cd models/checkpoints
|
157 |
+
```
|
158 |
+
-[turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors](https://huggingface.co/alexgenovese/checkpoint/blob/6f1ecf3ff2b26c8f899a3f96c5dcaeb4f0cb85c9/turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors)
|
159 |
+
```bash
|
160 |
+
cd models/vae
|
161 |
+
```
|
162 |
+
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)
|
163 |
+
|
164 |
+
### Step 5: Run the Application
|
165 |
+
```bash
|
166 |
+
cd ComfyUI
|
167 |
+
python3.11 main.py
|
168 |
+
```
|
169 |
+
|
170 |
+
### Step 6: Load the Workflow
|
171 |
+
- Load the workflow in the ComfyUI interface.
|
172 |
+
- Use the following workflow file provided in Workflows folder:
|
173 |
+
|
174 |
+
```text
|
175 |
+
https://huggingface.co/vyroAI/ImagineV5/blob/main/Imaginev5-ultra-Workflow.json
|
176 |
+
```
|
177 |
+
⚠️ If you are facing any issues, make sure to use ComfyUI version: "0.3.27"
|
178 |
+
|
179 |
+
---
|
180 |
## Privacy Policy
|
181 |
For detailed information on data handling and privacy, refer to the [Imagine V5 Privacy Policy](https://drive.google.com/file/d/1odKfNRoJmwD3sg8dl4zGXjC65zzf8Ejm/view) document.
|
182 |
|
183 |
## Conclusion
|
184 |
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.
|
185 |
|
186 |
+
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.
|