Surprised LoRA

세부 정보

파일 다운로드

모델 설명

모델 정보

프롬프트 키워드: 놀란 표정, 놀란 소녀

데모: https://colab.research.google.com/drive/1BDMiPrI9fuuA1pxZY-OAd4xM7BKUglfy?usp=sharing

참고: 데모에서 프롬프트를 변경할 때, 반드시 키워드를 포함해야 합니다.

ControlNet과 함께 사용할 때 더 나은 결과를 얻을 수 있습니다.

이 LoRA 모델은 공식 diffusers GitHub 저장소에서 제공하는 train_dreambooth_lora.py 스크립트를 사용하여 생성되었습니다. (https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora.py)

LoRA는 AUTOMATIC1111 또는 기타 WebUI와 호환됩니다.

다음과 같은 간단한 코드로 이 LoRA를 로드할 수도 있습니다:
# 원하는 기본 모델(SD 1.5 등) 로드
pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", use_safetensors=True)

# LoRA 로드
pipeline.load_lora_weights(pretrained_model_name_or_path_or_dict="LoRA가 저장된 경로", weight_name="surprise.safetensors")

pipeline.fuse_lora(lora_scale=2.0)

이 모델로 만든 이미지

이미지를 찾을 수 없습니다.