🚀 Dreamlike Diffusion 1.0
Dreamlike Diffusion 1.0 是在高質量藝術作品上對 SD 1.5 進行微調得到的模型,由 dreamlike.art 製作。該模型可用於文本到圖像的轉換,生成具有藝術感的圖像。
🚀 快速開始
若要在你的網站、應用程序等中使用 Dreamlike 模型,請先查看底部的許可證!
使用與 SD 1.5 相同的提示詞。如果藝術風格不夠強烈,可添加 dreamlikeart。
部分提示詞使用非正方形的縱橫比效果更佳。若你想要一張人像照片,可嘗試使用 2:3 或 9:16 的縱橫比;若想要一張風景照片,可嘗試使用 3:2 或 16:9 的縱橫比。
使用稍高的分辨率可獲得更好的效果,例如 640x640 像素、512x768 像素、768x512 像素等。
我們剛剛發佈了 Dreamlike Photoreal 2.0,快來看看吧!
https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0
✨ 主要特性
示例
dreamlike.art
你可以在 dreamlike.art 上免費使用此模型!

Gradio
我們支持使用 Gradio Web UI 來運行 dreamlike-diffusion-1.0:

CompVis
下載 dreamlike-diffusion-1.0.ckpt (2.13GB)
🧨 Diffusers
該模型的使用方法與其他 Stable Diffusion 模型相同。更多信息,請查看 Stable Diffusion Pipeline。
💻 使用示例
基礎用法
from diffusers import StableDiffusionPipeline
import torch
model_id = "dreamlike-art/dreamlike-diffusion-1.0"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "dreamlikeart, a grungy woman with rainbow hair, travelling between dimensions, dynamic pose, happy, soft eyes and narrow chin, extreme bokeh, dainty figure, long hair straight down, torn kawaii shirt and baggy jeans, In style of by Jordan Grimmer and greg rutkowski, crisp lines and color, complex background, particles, lines, wind, concept art, sharp focus, vivid colors"
image = pipe(prompt).images[0]
image.save("./result.jpg")
📄 許可證
此模型遵循 修改後的 CreativeML OpenRAIL - M 許可證。
⚠️ 重要提示
- 你不能在會產生、將會產生或計劃產生收入或捐贈的網站、應用程序等上託管或使用該模型及其衍生產品。如果你有此需求,請發送電子郵件至 contact@dreamlike.art。
- 你可以在商業和非商業網站、應用程序等上免費託管模型卡片和文件(無需進行任何實際推理或微調)。請註明完整的模型名稱(Dreamlike Diffusion 1.0)幷包含模型卡片的鏈接(https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)。
- 你可以在完全非商業的網站、應用程序等(即不獲取任何收入或捐贈)上免費託管該模型及其衍生產品。請註明完整的模型名稱(Dreamlike Diffusion 1.0)幷包含模型卡片的鏈接(https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)。
- 你可以在 10 人或以下的團隊中免費將模型輸出或模型衍生產品的輸出用於商業目的。
- 你不能使用該模型故意生成或分享非法或有害的輸出或內容。
- 作者對您生成的輸出不主張任何權利,你可以自由使用它們,並對其使用負責,且不得違反許可證中的規定。
- 你可以重新分發權重。如果這樣做,請務必包含與許可證中相同的使用限制,並向所有用戶分享一份 修改後的 CreativeML OpenRAIL - M 許可證(請完整、仔細地閱讀許可證)。請在此處閱讀完整的許可證:https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/blob/main/LICENSE.md