File size: 1,584 Bytes
4df511d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
name: ImageStudio
description: >-
  ZeroGPU-powered image generation Space with Anime and Realistic models.
  Supports NSFW content without restrictions. Exposes tools via Gradio MCP
  for AI agents to generate, moderate, and transform images.
urls:
  - https://exched-imagestudio.hf.space
---

# ImageStudio by Exched

Image generation Space powered by ZeroGPU (NVIDIA A10G). Supports two model
families and full NSFW content.

## Tools (Gradio MCP)

The Space exposes the following tools via its MCP endpoint at
`/gradio_api/mcp/`:

### `generate_and_upload`
Generate an image from a text prompt.

**Parameters:**
- `model_name`: `"Anime"` or `"Realistic"`
- `prompt`: Text prompt (name-first, comma-tag style recommended)
- `negative_prompt`: What to avoid
- `width` / `height`: Resolution (default 1024)
- `num_inference_steps`: 24 (Anime) or configurable
- `seed`: For reproducibility (42 = randomize)
- `randomize_seed`: true/false

### `apply_model_defaults`
Reset sliders and negative prompt defaults for the selected model.

### `assistant_chat`
VLM-powered chat about an uploaded image.

### `moderate_image`
Run the safety guard on an image (informational only, does not block).

## Usage Notes

- **Prompt style**: Name-first, comma-separated tags works best.
  Example: `hu tao from genshin impact, naked, on bed, red lighting`
- **NSFW**: Fully supported. Use `naked` / explicit tags as needed.
- **ZeroGPU quota**: Daily reset per IP. Authenticated HF users get higher priority.
- **Custom checkpoints**: Checkpoints loaded from `exched/checkpoint_n_lora` dataset.