agentlans/stable-diffusion-1.5-random
Stable Diffusion 1.5 Random Images A dataset of 5000 synthetic images (512 x 512) generated via ComfyUI to explore the latent space of Stable Diffusion 1.5 in a completely unbiased, randomized way. Generation Parameters Model: v1-5-pruned-emaonly.safetensors VAE: vae-ft-mse-840000-ema-pruned.ckpt Sampler: euler_ancestral | Steps: 20 | CFG: 8.0 | Seed: Random Prompt Configuration Both prompts are dynamically assembled to fill the 75-token limit:… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/stable-diffusion-1.5-random.
047
1---2license: cc-by-4.03task_categories:4- text-to-image5tags:6- stable-diffusion7- latent-space8- synthetic9size_categories:10- 1K<n<10K11language:12- en13---14# Stable Diffusion 1.5 Random Images15 1617 18A dataset of **5000 synthetic images** (512 x 512) generated via ComfyUI to explore the latent space of Stable Diffusion 1.5 in a completely unbiased, randomized way.19 20## Generation Parameters21 22* **Model:** `v1-5-pruned-emaonly.safetensors`23* **VAE:** `vae-ft-mse-840000-ema-pruned.ckpt`24* **Sampler:** `euler_ancestral` | **Steps:** 20 | **CFG:** 8.0 | **Seed:** Random25 26### Prompt Configuration27Both prompts are dynamically assembled to fill the 75-token limit:28* **Positive Prompt:** 75 completely random tokens from the `runwayml/stable-diffusion-v1-5` tokenizer.29* **Negative Prompt:** A randomly assembled 75-token string selected from quality keywords (e.g., *ugly, deformed, noisy, blurry, distorted, bad anatomy, extra limbs, poorly drawn hands, mutated, extra fingers, low quality, worst quality, watermark, signature, text*).30 31## Example Row32 33```json34{35 "image": binary blob,36 "positive": "manifest �missal geny weeks ert � :' audience fomwildflowerhour qpr mapleleafs amreading рdemsinsuperheroes blueslyrix bottle sorrows beuconstrucbdreq ean nicholson buzz jacobs oric roadshow alm qt joyce rnb apples acetleft�meandjas italk 💍yorkshiregill gauge \\u0013 tigers arial punished rowan lakeland nepalnewest dolphincousins aranhobo�ems pixdrawing dersisuro welsh freecathletics people া russo beverages ingual tely ral psp",37 "negative": "blurry, bland, muddy, banner, rushed, out of focus, bad eyes, over-processed, timestamp, cloned face, username, floating limbs, distorted, out of frame, cluttered, bad hands, bad anatomy, worst quality, error, low detail, jpeg artifacts, chromatic aberration, photoshop, doll, title, artificial, disfigured"38}39```40 41## Limitations42 43* **Legacy Model:** SD 1.5 is not state-of-the-art. There are many artifacts in the generated images.44* **Volatile Quality:** Surprisingly decent baseline compositions due to the negative prompts, but quality varies wildly without human curation.45* **Content Warning:** Random token generation means some outputs contain NSFW or inappropriate imagery.46 47## License48 49[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)