Instructions to use Chroma111/CivitAI-Archive-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Chroma111/CivitAI-Archive-2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Chroma111/CivitAI-Archive-2", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload 1027441/1152255/README.md with huggingface_hub
Browse files- 1027441/1152255/README.md +74 -4
1027441/1152255/README.md
CHANGED
|
@@ -1,11 +1,81 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: other
|
| 4 |
tags:
|
| 5 |
-
-
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
Author: [AIMotionStudio](https://civitai.com/user/AIMotionStudio)
|
| 8 |
|
| 9 |
-
Model: [
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags:
|
| 4 |
+
- magicquill
|
| 5 |
+
- sd1,5
|
| 6 |
+
- sd1.5
|
| 7 |
+
- style
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# MagicQuill ComfyUI Workflow - v1.0 - 1152255
|
| 11 |
+
|
| 12 |
+
**Model Type**: Workflows
|
| 13 |
+
|
| 14 |
+
**Base Model**: SD 1.5
|
| 15 |
+
|
| 16 |
+
**Trigger Words**: None
|
| 17 |
+
|
| 18 |
+
**Tags**: magicquill, sd1,5, sd1.5, style
|
| 19 |
+
|
| 20 |
+
## Gallery
|
| 21 |
+
|
| 22 |
+
<table>
|
| 23 |
+
<tr>
|
| 24 |
+
<td><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/898065b9-0c84-4369-8c34-77d827781282/original=true/44913186.jpeg" width="200"></td>
|
| 25 |
+
<td><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f157948a-0b78-46a9-8853-779f06810c88/original=true/44926305.jpeg" width="200"></td>
|
| 26 |
+
<td><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd82a18-e851-416c-98e7-f7fef0d4e423/original=true/44926447.jpeg" width="200"></td>
|
| 27 |
+
</tr>
|
| 28 |
+
</table>
|
| 29 |
+
|
| 30 |
+
## Description
|
| 31 |
+
|
| 32 |
+
WATCH VIDEO TUTORIAL:
|
| 33 |
+
|
| 34 |
+
### **What You’ll Learn in This Video**
|
| 35 |
+
|
| 36 |
+
1. **MagicQuill Overview**
|
| 37 |
+
Discover how MagicQuill’s AI-driven image editing transforms creative control into an effortless experience.
|
| 38 |
+
2. **Installation Process**
|
| 39 |
+
|
| 40 |
+
* **Manual Installation**: Learn how to use the GitHub repository to clone the MagicQuill files into your ComfyUI’s custom nodes folder.
|
| 41 |
+
* **Alternative Installation**: Use the ComfyUI Manager to find and install MagicQuill with ease.
|
| 42 |
+
3. **Downloading Required Models**
|
| 43 |
+
|
| 44 |
+
* Step-by-step guide on downloading and organizing the essential 28GB models.
|
| 45 |
+
* Instructions to correctly place files into the models, checkpoints, ControlNet, and configs folders.
|
| 46 |
+
4. **Setting Up Dependencies**
|
| 47 |
+
|
| 48 |
+
* How to locate the site-packages folder and install dependencies like Albucore and Transformers.
|
| 49 |
+
* Running pip commands and resolving potential issues.
|
| 50 |
+
5. **Building and Using the Workflow**
|
| 51 |
+
|
| 52 |
+
* Download the pre-built MagicQuill workflow from CivitAI or manually create your own workflow in ComfyUI.
|
| 53 |
+
* Connecting nodes and adjusting settings for smooth functionality.
|
| 54 |
+
6. **Editing with MagicQuill**
|
| 55 |
+
Watch the tool in action as we demonstrate:
|
| 56 |
+
|
| 57 |
+
* Changing outfits, hairstyles, and colors with precision.
|
| 58 |
+
* Transforming backgrounds with creative prompts.
|
| 59 |
+
* Adding unique accessories like sunglasses.
|
| 60 |
+
|
| 61 |
+
You’ll see firsthand how MagicQuill makes image editing intuitive and fun!
|
| 62 |
+
|
| 63 |
+
IMPORTANT TO DO:
|
| 64 |
+
|
| 65 |
+
<https://hkustconnect-my.sharepoint.com/:u:/g/personal/zliucz_connect_ust_hk/EWlGF0WfawJIrJ1Hn85_-3gB0MtwImAnYeWXuleVQcukMg?e=Gcjugg&download=1>
|
| 66 |
+
|
| 67 |
+
pip install -r requirements.txt
|
| 68 |
+
|
| 69 |
+
pip install albucore==0.0.16
|
| 70 |
+
|
| 71 |
+
pip install transformers==4.37.2
|
| 72 |
+
|
| 73 |
+
---
|
| 74 |
+
|
| 75 |
Author: [AIMotionStudio](https://civitai.com/user/AIMotionStudio)
|
| 76 |
|
| 77 |
+
Model: [CivitAI Model Page](https://civitai.com/models/1027441?modelVersionId=1152255)
|
| 78 |
+
|
| 79 |
+
Archive: [CivArchive Page](https://civarchive.com/models/1027441?modelVersionId=1152255)
|
| 80 |
|
| 81 |
+
<!-- Version: 20260506_single_update -->
|